good-first-issue
good-first-issue copied to clipboard
Add multi tag filter
This PR adds the ability to filter repositories by multiple tags instead of just one. In addition, clicking again on an already selected tag will deselect it.
Changes made:
- Added reactive
selectedTagsarray to manage selected filters. - Clicking a tag toggles it on/off.
- Updated sidebar logic and added a TODO for filtering logic in main list.
- Confirmed UI changes and state behavior locally.
Let me know if any improvements are needed 🙌
This is my first open-source contribution – happy to be part of the project! 😊