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

Add ability to multiselect groups #1559

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

michaelschattgen
Copy link
Member

This PR adds a toggle to allow multi selection of groups in the main activity as requested in #1555.

image
image

Fixes #1555

Copy link
Member

@alexbakker alexbakker left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Something appears to not be quite right when including "No group" in the filter" + another group. If I save that filter and reopen the app, only "No group" is checked. If I then tap to include the other group in the filter, only the entries in that other group are shown, the "No group" chip remains checked but the entries without a group vanish.

@michaelschattgen michaelschattgen force-pushed the feature/multiselect-groups branch 4 times, most recently from 9fcc064 to c9a4e77 Compare December 22, 2024 23:36
Copy link
Member

@alexbakker alexbakker left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Noticed another issue:

  • Have a bunch of entries (one entry in a "Test" group)
  • Filter on the "Test" group
  • Tap "No group" to add it to the filter
  • Tap "Test" to remove it from the filter
  • Tap "No group" to remove it from the filter
  • Tap "Test" to add it to the filter
  • Result: All entries are shown instead of just the entry in the "Test" group

@michaelschattgen michaelschattgen force-pushed the feature/multiselect-groups branch from c9a4e77 to fd0dcaf Compare January 3, 2025 22:52
@michaelschattgen michaelschattgen force-pushed the feature/multiselect-groups branch from 1584f4f to fd0dcaf Compare January 4, 2025 12:26
@michaelschattgen michaelschattgen force-pushed the feature/multiselect-groups branch from fd0dcaf to 957cc01 Compare January 13, 2025 21:58
@michaelschattgen
Copy link
Member Author

Latest push also fixed a bug where a saved single selection groupfilter was not being displayed properly upon launching the app.

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.

Can no longer select multiple groups
2 participants