1
0
mirror of https://github.com/go-gitea/gitea.git synced 2024-10-03 03:56:18 -04:00
gitea/templates/admin
HesterG 58536093b3
Add details summary for vertical menus in settings to allow toggling (#25098)
Close #25051
[referenced
answer](https://stackoverflow.com/questions/10813581/can-i-replace-the-expand-icon-of-the-details-element/69722686#69722686)
for marker overwrite. One limitation is that fomantic does not have
hover and active effects for the vertical submenu
([reference](https://fomantic-ui.com/collections/menu.html#sub-menu)).
And we might need to overwrite some styles if hover and active effects
are needed.

Update:
Used `data:image/svg` instead of `marker` content. And adjusted styles
for hover effect.

Take admin settings as an example:

https://github.com/go-gitea/gitea/assets/17645053/63f69823-ef43-47d5-a518-544b5ea35ba6

---------

Co-authored-by: silverwind <me@silverwind.io>
2023-06-07 10:49:48 +08:00
..
applications
auth Minor UI improvements: logo alignment, auth map editor, auth name display (#25043) 2023-06-02 18:02:20 +08:00
base
emails
org
packages
repo Add "Updated" column for admin repositories list (#24429) 2023-04-29 20:40:10 +02:00
runners
user various style fixes (#25008) 2023-05-30 22:28:25 +00:00
actions.tmpl
config.tmpl Fix admin config page error, use tests to cover the admin config and 500 error page (#24965) 2023-05-29 15:00:21 +00:00
cron.tmpl various style fixes (#25008) 2023-05-30 22:28:25 +00:00
dashboard.tmpl Use a separate admin page to show global stats, remove actions stat (#25062) 2023-06-03 22:03:41 +08:00
hook_new.tmpl
hooks.tmpl
layout_footer.tmpl
layout_head.tmpl
navbar.tmpl Add details summary for vertical menus in settings to allow toggling (#25098) 2023-06-07 10:49:48 +08:00
notice.tmpl
queue_manage.tmpl Improve queue & process & stacktrace (#24636) 2023-05-11 07:45:47 +00:00
queue.tmpl Improve queue & process & stacktrace (#24636) 2023-05-11 07:45:47 +00:00
stacktrace-row.tmpl
stacktrace.tmpl Improve queue & process & stacktrace (#24636) 2023-05-11 07:45:47 +00:00
stats.tmpl Use a separate admin page to show global stats, remove actions stat (#25062) 2023-06-03 22:03:41 +08:00