RIP-Comm / sossoldi

"Sossoldi" is a wealth management / personal finance / Net Worth tracking app, made with Flutter.
MIT License
270 stars 74 forks source link

Feature/search page #141

Closed K-w-e closed 8 months ago

K-w-e commented 8 months ago

Here my first version of the search page, i kept it simple. You can select/deselect to search transactions by type or in a specified account. (every filter is already enabled on initial state)

Let me know if you have any suggestions!

federicopozzato commented 8 months ago

Great work! I just revisited a bit under the UI point of view. You can find it in the figma (one of the last frames, 6.6.0), but I leave you a screenshot here: image

K-w-e commented 8 months ago

PR updated I'm adding one thing, the initial state of the filters is no longer the same. Now, initially, only Income/Outcome and the main bank account are selected. In my opinion, with the new interface, if everything was selected from the start, it wasn't clear.

Let me know!

federicopozzato commented 8 months ago

That default state should be that none of the filters is applied, so all should be empty, then you can filter by tapping in them and when they are active they become filled with blue.

Was this your doubt?

K-w-e commented 8 months ago

Oh ok, fixed it