-
-
Notifications
You must be signed in to change notification settings - Fork 5.6k
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 option to filter board cards by labels and assignees #31999
Conversation
1d55506
to
4e1448f
Compare
Thanks @lafriks!! <3 I haven't tested this yet, but how does it handle the case with changing sort when some items are hidden? |
How did you load the labels for the repository project, org project, and user projects. I think all of them are different.
|
For labels I did:
For assignees I did:
|
It work okeyish imho, don't see anything broken label-filter-sorting.webm |
Looks like for Org projects, since the issues on this project may also contain repository labels, how did we handle the situation? |
Currently in org projects you can not filter by repo only labels but that imho can be left for future improvement, mostly if you are using org projects you should be using org labels (at least if you want to filter by them in org project view) 😅 |
OK. Please add some TODO or FIXME there. |
@lunny added todo comment |
@lafriks amazing! Thank you so much! |
* giteaofficial/main: Add option to filter board cards by labels and assignees (go-gitea#31999)
Works in both organization and repository project boards
Fixes #21846
Replaces #21963
Replaces #27117
Note that implementation was made intentionally to work same as in issue list so that URL can be bookmarked for quick access with predefined filters in URL