]> source.dussan.org Git - gitea.git/commit
Included tag search capabilities (#32045)
authorBruno Sofiato <bruno.sofiato@gmail.com>
Tue, 17 Sep 2024 18:33:11 +0000 (15:33 -0300)
committerGitHub <noreply@github.com>
Tue, 17 Sep 2024 18:33:11 +0000 (02:33 +0800)
commit7dde3e64894edf9949f5199c0d1084bb3015cac9
tree9f4ca6191a46ea960e258ae500ecaa8bc0eb1f6f
parentf528df944bb9436afcb9272add2ee0cccefbdb55
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>
models/repo/release.go
options/locale/locale_en-US.ini
routers/web/repo/release.go
templates/repo/tag/list.tmpl