go-gitea / gitea

Git with a cup of tea! Painless self-hosted all-in-one software development service, including Git hosting, code review, team collaboration, package registry and CI/CD
https://gitea.com
MIT License
44.94k stars 5.48k forks source link

Filtering (in issues) #27195

Open KazzmanK opened 1 year ago

KazzmanK commented 1 year ago

Feature Description

There is a number of dropdowns, where we can select labels, authors, milestones etc. But there are few things makes me unhappy:

  1. If I add a filter by, lets say, a label, there is no indication that under Labels dropdown is something selected and filter is applied.
  2. There is no possibility to save filter combinations. The only way to organize issues - milestones and projects. But milestone is a mutual selection.
  3. We have a label Freeze , so it is a natural wish to filter everything except Freeze. And there is no "anti-select" in dropdowns to apply anti-filter.

There may be some useful UI ideas to make Issues better.

Screenshots

No response

metal450 commented 8 months ago

Agree - what we really need is for the filters to appear in / be usable via the text search box, like on github. i.e. so you can just type is:issue is:open -author:someone in the search bar (or if you use the UI filters, it would fill out the text search bar with the same).