Skip to content
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

Way to bulk-select issues in a list #18883

Closed
michaeljtsai opened this issue Feb 25, 2022 · 4 comments · Fixed by #20177
Closed

Way to bulk-select issues in a list #18883

michaeljtsai opened this issue Feb 25, 2022 · 4 comments · Fixed by #20177
Labels
topic/ui Change the appearance of the Gitea UI

Comments

@michaeljtsai
Copy link

Feature Description

For example, there could be a checkbox above the first issue. Clicking that box would select all of the issues that are visible. This would be useful when changing the labels or milestone of many issues at once.

Screenshots

No response

@silverwind
Copy link
Member

silverwind commented Feb 25, 2022

Should be doable, but not sure where to place such a checkbox in the current UI, maybe a header row would need to be introduced and the open/close buttons as well as the filters to be moved into it.

@silverwind silverwind added the topic/ui Change the appearance of the Gitea UI label Feb 25, 2022
@michaeljtsai
Copy link
Author

I think a header row could work. Or, if you don't want to change the UI right now, the bulk-select could be triggered by alt-clicking a checkbox.

@silverwind
Copy link
Member

alt-clicking a checkbox

That would be quite unconventional and undiscoverable.

@RafDevX
Copy link

RafDevX commented Jun 10, 2022

If you don't want to go through all the trouble of adding a header row right now, I think it'd be fine to add a checkbox to bulk-select visible issues next to the existing issue filtering row, as such:

image

In the meantime/besides this, if you really don't want to change the UI, shift-clicking a checkbox after having already selected one is incredibly standard language for "select everything in between" (e.g., to select all visible issues, click the first row and then shift-click the last row). I was honestly surprised the first time I tried this and it wasn't a feature - that's how standard this keybind is, and I'm sure you'd agree.

Either way, having a way to bulk-select issues is a huge quality of life improvement and it should be permitted in some way.

@go-gitea go-gitea locked and limited conversation to collaborators May 3, 2023
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
topic/ui Change the appearance of the Gitea UI
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants