good-first-issue icon indicating copy to clipboard operation
good-first-issue copied to clipboard

Add multi tag filter

Open NirSikron opened this issue 7 months ago • 4 comments

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 selectedTags array 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! 😊

NirSikron avatar Mar 22 '25 09:03 NirSikron