]> source.dussan.org Git - gitea.git/commit
Change to vertical navbar layout for secondary navbar for repo/user/admin settings...
authorHester Gong <hestergong@gmail.com>
Sun, 23 Apr 2023 10:21:21 +0000 (18:21 +0800)
committerGitHub <noreply@github.com>
Sun, 23 Apr 2023 10:21:21 +0000 (18:21 +0800)
commit44e0cfa96e8f402b18b88be6ca5c2f368924bfa0
tree63bce949dd7988785113a29b313b341abdd4f5ca
parent476a043a5fb2b472e2aaced450ac2a0c9102854e
Change to vertical navbar layout for secondary navbar for repo/user/admin settings  (#24246)

Co-Author: @wxiaoguang

This is the first step of #24229. And this PR will only includes html
changes, and followed by other PRs that fine tune css and change to
submenus.

After:

Admin Level

<img width="1400" alt="Screen Shot 2023-04-21 at 10 07 16"
src="https://user-images.githubusercontent.com/17645053/233523870-f848b61d-056a-4b41-9760-a9a49fea1fe8.png">

User Level

<img width="1422" alt="Screen Shot 2023-04-21 at 10 07 23"
src="https://user-images.githubusercontent.com/17645053/233523878-979adb20-a657-43d9-99a6-ad414010c0ef.png">

Repo Level

<img width="1404" alt="Screen Shot 2023-04-21 at 10 07 07"
src="https://user-images.githubusercontent.com/17645053/233523863-337440bd-c03a-4dfd-87fa-cef40300bfe0.png">

---------

Co-authored-by: wxiaoguang <wxiaoguang@gmail.com>
85 files changed:
templates/admin/applications/list.tmpl
templates/admin/applications/oauth2_edit.tmpl
templates/admin/auth/edit.tmpl
templates/admin/auth/list.tmpl
templates/admin/auth/new.tmpl
templates/admin/config.tmpl
templates/admin/dashboard.tmpl
templates/admin/emails/list.tmpl
templates/admin/hook_new.tmpl
templates/admin/hooks.tmpl
templates/admin/layout_footer.tmpl [new file with mode: 0644]
templates/admin/layout_head.tmpl [new file with mode: 0644]
templates/admin/monitor.tmpl
templates/admin/navbar.tmpl
templates/admin/notice.tmpl
templates/admin/org/list.tmpl
templates/admin/packages/list.tmpl
templates/admin/queue.tmpl
templates/admin/repo/list.tmpl
templates/admin/repo/unadopted.tmpl
templates/admin/runners/base.tmpl
templates/admin/runners/edit.tmpl
templates/admin/stacktrace.tmpl
templates/admin/user/edit.tmpl
templates/admin/user/list.tmpl
templates/admin/user/new.tmpl
templates/org/settings/applications.tmpl
templates/org/settings/applications_oauth2_edit.tmpl
templates/org/settings/delete.tmpl
templates/org/settings/hook_new.tmpl
templates/org/settings/hooks.tmpl
templates/org/settings/labels.tmpl
templates/org/settings/layout_footer.tmpl [new file with mode: 0644]
templates/org/settings/layout_head.tmpl [new file with mode: 0644]
templates/org/settings/options.tmpl
templates/org/settings/packages.tmpl
templates/org/settings/packages_cleanup_rules_edit.tmpl
templates/org/settings/packages_cleanup_rules_preview.tmpl
templates/org/settings/runners.tmpl
templates/org/settings/runners_edit.tmpl
templates/org/settings/secrets.tmpl
templates/repo/settings/branches.tmpl
templates/repo/settings/collaboration.tmpl
templates/repo/settings/deploy_keys.tmpl
templates/repo/settings/githook_edit.tmpl
templates/repo/settings/githooks.tmpl
templates/repo/settings/layout_footer.tmpl [new file with mode: 0644]
templates/repo/settings/layout_head.tmpl [new file with mode: 0644]
templates/repo/settings/lfs.tmpl
templates/repo/settings/lfs_file.tmpl
templates/repo/settings/lfs_file_find.tmpl
templates/repo/settings/lfs_locks.tmpl
templates/repo/settings/lfs_pointers.tmpl
templates/repo/settings/navbar.tmpl
templates/repo/settings/options.tmpl
templates/repo/settings/protected_branch.tmpl
templates/repo/settings/runner_edit.tmpl
templates/repo/settings/runners.tmpl
templates/repo/settings/secrets.tmpl
templates/repo/settings/tags.tmpl
templates/repo/settings/webhook/base.tmpl
templates/repo/settings/webhook/list.tmpl
templates/repo/settings/webhook/new.tmpl
templates/shared/actions/runner_edit.tmpl
templates/shared/actions/runner_list.tmpl
templates/user/settings/account.tmpl
templates/user/settings/appearance.tmpl
templates/user/settings/applications.tmpl
templates/user/settings/applications_oauth2_edit.tmpl
templates/user/settings/applications_oauth2_edit_form.tmpl
templates/user/settings/hook_new.tmpl
templates/user/settings/hooks.tmpl
templates/user/settings/keys.tmpl
templates/user/settings/layout_footer.tmpl [new file with mode: 0644]
templates/user/settings/layout_head.tmpl [new file with mode: 0644]
templates/user/settings/navbar.tmpl
templates/user/settings/organization.tmpl
templates/user/settings/packages.tmpl
templates/user/settings/packages_cleanup_rules_edit.tmpl
templates/user/settings/packages_cleanup_rules_preview.tmpl
templates/user/settings/profile.tmpl
templates/user/settings/repos.tmpl
templates/user/settings/secrets.tmpl
templates/user/settings/security/security.tmpl
templates/user/settings/security/twofa_enroll.tmpl