-
-
Notifications
You must be signed in to change notification settings - Fork 5.8k
Add searching capabilities to the tags page #31998
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
Labels
type/proposal
The new feature has not been accepted yet but needs to be discussed first.
Milestone
Comments
Yes, it's great to have a search feather there. Please send a PR and I'm glad to review it. |
Cool @lunny, gonna work on it during the week :) |
matera-bs
pushed a commit
to matera-ar/gitea
that referenced
this issue
Sep 19, 2024
…ea#32045) Resolves go-gitea#31998 The first screenshot shows the tag page without any filter being applied:  The second one, shows the page when the given filter returns no tag:  The last one shows a single tag being filtered:  Signed-off-by: Bruno Sofiato <[email protected]>
matera-bs
added a commit
to matera-ar/gitea
that referenced
this issue
Sep 19, 2024
…ea#32045) (#3) Resolves go-gitea#31998 The first screenshot shows the tag page without any filter being applied:  The second one, shows the page when the given filter returns no tag:  The last one shows a single tag being filtered:  Signed-off-by: Bruno Sofiato <[email protected]> Co-authored-by: Bruno Sofiato <[email protected]>
matera-bs
added a commit
to matera-ar/gitea
that referenced
this issue
Oct 29, 2024
…ties (go-gitea#32045) (#3) Resolves go-gitea#31998 The first screenshot shows the tag page without any filter being applied:  The second one, shows the page when the given filter returns no tag:  The last one shows a single tag being filtered:  Signed-off-by: Bruno Sofiato <[email protected]> Co-authored-by: Bruno Sofiato <[email protected]>
matera-bs
added a commit
to matera-ar/gitea
that referenced
this issue
Dec 17, 2024
…ties (go-gitea#32045) (#3) Resolves go-gitea#31998 The first screenshot shows the tag page without any filter being applied:  The second one, shows the page when the given filter returns no tag:  The last one shows a single tag being filtered:  Signed-off-by: Bruno Sofiato <[email protected]> Co-authored-by: Bruno Sofiato <[email protected]>
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Feature Description
How do you feel about adding search functionality to
/{org}/{repo}/tags
?I think it would greatly enhance the UX when dealing with repos with huge amounts of tags. Moreover, both
/{org}/{repo}/commits/**
and/{org}/{repo}/branches
already support searching, so why not ? :)If you guys are cool with it, I can try to provide a PR for it.
Screenshots
No response
The text was updated successfully, but these errors were encountered: