1
0
mirror of https://github.com/go-gitea/gitea.git synced 2024-11-04 08:17:24 -05:00
gitea/routers/web/repo
Bruno Sofiato 7dde3e6489
Included tag search capabilities (#32045)
Resolves #31998

The first screenshot shows the tag page without any filter being
applied:


![image](https://github.com/user-attachments/assets/eac0e51c-9e48-42b2-bb1c-a25896ca40cb)

The second one, shows the page when the given filter returns no tag:


![image](https://github.com/user-attachments/assets/98df191e-1a7b-4947-b0ef-4987a0293c3e)

The last one shows a single tag being filtered:


![image](https://github.com/user-attachments/assets/79c7e05e-8c86-4f06-b17e-15818b7b9291)

Signed-off-by: Bruno Sofiato <bruno.sofiato@gmail.com>
2024-09-18 02:33:11 +08:00
..
actions Add option to filter board cards by labels and assignees (#31999) 2024-09-12 03:53:40 +00:00
setting Don't return 500 if mirror url contains special chars (#31859) 2024-08-21 01:54:55 +00:00
activity.go
attachment.go
blame.go
branch.go
cherry_pick.go
code_frequency.go
commit.go Use a common message template instead of a special one (#31878) 2024-09-14 17:17:49 +00:00
compare.go
contributors.go
download.go
editor_test.go
editor.go
find.go
fork.go
githttp_test.go
githttp.go
helper.go Add option to filter board cards by labels and assignees (#31999) 2024-09-12 03:53:40 +00:00
issue_content_history.go
issue_dependency.go
issue_label_test.go
issue_label.go
issue_lock.go
issue_pin.go
issue_stopwatch.go
issue_test.go
issue_timetrack.go
issue_watch.go
issue.go Add option to filter board cards by labels and assignees (#31999) 2024-09-12 03:53:40 +00:00
main_test.go
middlewares.go
migrate.go Support migration from AWS CodeCommit (#31981) 2024-09-11 07:49:42 +08:00
milestone.go
packages.go
patch.go
projects_test.go
projects.go Add option to filter board cards by labels and assignees (#31999) 2024-09-12 03:53:40 +00:00
pull_review_test.go
pull_review.go
pull.go Add option to filter board cards by labels and assignees (#31999) 2024-09-12 03:53:40 +00:00
recent_commits.go
release_test.go
release.go Included tag search capabilities (#32045) 2024-09-18 02:33:11 +08:00
render.go
repo.go
search_test.go
search.go
topic.go
treelist.go
view_test.go
view.go bump to go 1.23 (#31855) 2024-09-10 02:23:07 +00:00
wiki_test.go
wiki.go