Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Allow filtering of individual accounts (v2) #259

Merged
merged 4 commits into from
Sep 10, 2023

Conversation

Terrance
Copy link
Contributor

@Terrance Terrance commented Sep 8, 2023

Rebase of #238, replaces #257.

This adds the missing persistence of hidden accounts so that the filters actually work, as they don't seem to actually be stored anywhere at present (would've been useful to know that up front!). Note that groups are also lacking persistence, but I'm not immediately sure what that should look like.

I haven't made any of the UI changes suggested in #257 (comment), besides reducing the labels on each selection item to just the account names.

The existing behaviour toggles all accounts from a single provider when
one of them is selected in the filter dialog.

This change means selections are managed by account name rather than
type, in order to allow filtering on individual accounts.
@SuhasDissa
Copy link
Member

The filter dialog is working fine.
Filtering doesn't work real time, however it worked on app restart ( which is a good improvement IMO )

@Bnyro
Copy link
Member

Bnyro commented Sep 10, 2023

Right, then we'll merge this and fix the filtering to apply immediately with a new PR.

@Bnyro Bnyro merged commit d248099 into you-apps:main Sep 10, 2023
1 check passed
@Bnyro
Copy link
Member

Bnyro commented Sep 10, 2023

Thanks!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants