forgejo/web_src/css
Zettat123 e301e26d7a
Add tags list for repos whose release setting is disabled () ()
Backport 

Close  

Co-Author: @wxiaoguang 

If a repo's release setting is enabled, the logic has't changed.
Clicking the "Tags" button will jump to `/{user}/{repo}/tags` and
`templates/repo/release/list.tmpl` template will be used.

<img
src="https://user-images.githubusercontent.com/15528715/224939362-bd8974fd-08b0-4f79-a114-3389d15847ca.png"
width="600px" />

If the release setting is disabled, clicking the "Tags" button will
still jump to `/{user}/{repo}/tags` but a new template
`templates/repo/tag/list.tmpl` will be used.

<img
src="https://user-images.githubusercontent.com/15528715/233834564-74741e49-f4e9-47c8-ac12-e306642798dc.png"
width="600px" />

Since both templates above need to render the tags list, I moved the
tags list to a shared template located in
`templates/repo/tag/table.tmpl`.
2023-04-27 12:40:36 +08:00
..
chroma Add --font-weight-bold and set previous bold to 601 () () 2023-04-25 19:51:54 -04:00
code Fix some broken css () () 2023-03-18 21:37:16 -04:00
codemirror
console
features Fix Monaco IOS keyboard button () () 2023-04-26 05:42:00 -04:00
markup Add --font-weight-bold and set previous bold to 601 () () 2023-04-25 19:51:54 -04:00
modules
shared Add --font-weight-bold and set previous bold to 601 () () 2023-04-25 19:51:54 -04:00
standalone
themes CSS color tweaks () () 2023-03-31 17:24:09 +08:00
admin.css Add --font-weight-bold and set previous bold to 601 () () 2023-04-25 19:51:54 -04:00
animations.css
base.css Add --font-weight-bold and set previous bold to 601 () () 2023-04-25 19:51:54 -04:00
dashboard.css Vertical widths of containers removed () () 2023-04-20 09:02:38 +08:00
editor.css
explore.css
font_i18n.css
form.css CSS color tweaks () () 2023-03-31 17:24:09 +08:00
helpers.css Add --font-weight-bold and set previous bold to 601 () () 2023-04-25 19:51:54 -04:00
home.css Fix footer display () () 2023-04-22 04:21:56 -04:00
index.css Add tags list for repos whose release setting is disabled () () 2023-04-27 12:40:36 +08:00
install.css Add --font-weight-bold and set previous bold to 601 () () 2023-04-25 19:51:54 -04:00
organization.css Org pages style fixes () () 2023-04-04 19:05:41 +08:00
package.css
repository-release-tag.css Add tags list for repos whose release setting is disabled () () 2023-04-27 12:40:36 +08:00
repository.css Add tags list for repos whose release setting is disabled () () 2023-04-27 12:40:36 +08:00
review.css Left-align review comments () 2023-04-06 09:45:45 +02:00
runner.css
svg.css
tribute.css
user.css Add --font-weight-bold and set previous bold to 601 () () 2023-04-25 19:51:54 -04:00