Improvement: Implement a "Session" for the the /transactions
page so user always comes back to where they left off
#1667
Labels
1️⃣ High Priority
High priority issues will be worked on next
Currently, the
/transactions
view is where users go to review transactions across all of their accounts.A current pain-point is the state of this page resetting each time the user navigates away from it. For example, in the screencast below, you can see how we lose the pagination + filters after going to view the transaction from its account page.
CleanShot.2025-01-23.at.14.18.45.mp4
Solution
One potential solution is to store the most recent params that the user used on the
/transactions
page in thesessions
table (to keep things server-side and simple) and restore these params each time the user visits/transactions
:/transactions
The text was updated successfully, but these errors were encountered: