TheAxelander / OpenBudgeteer

OpenBudgeteer is a budgeting app based on the Bucket Budgeting Principle
https://theaxelander.github.io
MIT License
745 stars 42 forks source link

Save last chosen filter on "Transaction" page #259

Open ramonwenger opened 3 weeks ago

ramonwenger commented 3 weeks ago

Describe the solution you'd like When leaving the Transaction view and later coming back, the transaction filter always resets to "No filter".

I'd like to request for the filter to be saved between page changes, so going from the Transaction view with e.g. "Hide mapped" selected to the Bucket view and then coming back to the Transaction view, the "Hide mapped" filter is still selected.

ramonwenger commented 3 weeks ago

I could try to write a PR for this, unfortunately although I'm familiar with lots of frontend frameworks I've never worked with Blazor. If anyone could give me a pointer for where to start I'd be grateful.