Thanks to visit codestin.com
Credit goes to github.com

Skip to content

feat: enhance category selection and filtering with multiple selection #12667

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

Open
wants to merge 9 commits into
base: main
Choose a base branch
from

Conversation

mcanouil
Copy link
Collaborator

@mcanouil mcanouil commented May 2, 2025

Introduce support for multiple category selection and filtering in the listing interface. This change allows users to select multiple categories simultaneously using Ctrl or Cmd.

(no changelog entry for now to avoid conflict)

Screen.Recording.2025-05-02.at.19.58.46.mov

@mcanouil mcanouil self-assigned this May 2, 2025
@posit-snyk-bot
Copy link
Collaborator

posit-snyk-bot commented May 2, 2025

🎉 Snyk checks have passed. No issues have been found so far.

security/snyk check is complete. No issues have been found. (View Details)

license/snyk check is complete. No issues have been found. (View Details)

Comment on lines +85 to +89
// Allow holding Ctrl/Cmd key for multiple selection
// Clear other selections if not using Ctrl/Cmd
if (!e.ctrlKey && !e.metaKey) {
selectedCategories.clear();
}
Copy link
Collaborator Author

Choose a reason for hiding this comment

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

I don't know if that is a good idea as it makes the multiple selection feature "hidden".
I thought this was less disruptive than checkboxes everywhere.
This was the only idea I came up with to keep previous visual appearance.

@mcanouil mcanouil marked this pull request as ready for review May 7, 2025 19:18
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.

2 participants