0
0
mirror of https://github.com/go-gitea/gitea.git synced 2024-12-26 17:56:16 +01:00
gitea/templates/repo
wxiaoguang 5675efb3e0
Fix duplicate dropdown dividers ()
Fix 

The problem is that any item in the menu could be hidden, pure CSS won't
work, and dropdown's builtin "hideDividers" doesn't work with our "scope
dividers". The newly introduced "archived" label makes the dividers
regression more.
2024-12-09 07:54:59 +00:00
..
actions Refactor DateUtils and merge TimeSince () 2024-11-04 11:30:00 +00:00
branch Refactor template ctx and render utils () 2024-11-05 14:04:26 +08:00
cite Fix Citation modal responsiveness and clipboard copy () 2024-03-15 02:38:13 +00:00
code Support "merge upstream branch" (Sync fork) () 2024-12-06 21:10:35 +00:00
diff Refactor markdown editor and use it for milestone description editor () 2024-12-04 02:11:34 +00:00
editor Fix file editor & preview () 2024-12-04 09:26:54 +00:00
find Fix word overflow in file search page () 2024-12-03 16:52:25 +00:00
graph Fix milestone deadline and date related problems () 2024-11-05 07:46:40 +00:00
issue Fix duplicate dropdown dividers () 2024-12-09 07:54:59 +00:00
migrate Fix javascript error when an anonymous user visiting migration page () 2024-10-02 04:37:16 +00:00
projects Fix incorrect project page CSS class () 2024-11-15 01:30:26 +00:00
pulls Fix fork page branch selection () 2024-12-05 00:57:32 +00:00
release Refactor markdown editor and use it for milestone description editor () 2024-12-04 02:11:34 +00:00
settings Add priority to protected branch () 2024-11-27 05:41:06 +01:00
tag Refactor DateUtils and merge TimeSince () 2024-11-04 11:30:00 +00:00
wiki Refactor markdown editor and use it for milestone description editor () 2024-12-04 02:11:34 +00:00
activity.tmpl Implement recent commits graph () 2024-02-24 10:22:51 +00:00
blame.tmpl Fix the link for .git-blame-ignore-revs bypass () 2024-06-20 23:28:34 +00:00
branch_dropdown.tmpl Add "View all branches/tags" entry to Branch Selector () 2024-12-02 20:19:27 +00:00
clone_buttons.tmpl Improve repo button row layout () 2024-05-02 19:10:49 +00:00
clone_script.tmpl Fix URL calculation in clone input box () 2024-02-28 15:04:04 +00:00
code_frequency.tmpl Refactor web routes () 2024-04-17 08:31:37 +00:00
commit_load_branches_and_tags.tmpl Migrate gt-hidden to tw-hidden () 2024-03-24 18:23:38 +00:00
commit_page.tmpl Refactor RepoBranchTagSelector () 2024-12-02 01:41:32 +00:00
commit_status.tmpl Restore warning commit status () 2023-10-08 22:16:06 +00:00
commit_statuses.tmpl Replace 10 more gt- classes with tw- () 2024-03-22 13:45:10 +00:00
commits_list_small.tmpl Refactor template ctx and render utils () 2024-11-05 14:04:26 +08:00
commits_list.tmpl Refactor template ctx and render utils () 2024-11-05 14:04:26 +08:00
commits_search_dropdown.tmpl Unify search boxes () 2024-03-14 23:24:59 +00:00
commits_table.tmpl Migrate margin and padding helpers to tailwind () 2024-03-24 17:42:49 +01:00
commits.tmpl fix: show tag name on branch/tag selector if repo shown from tag ref () 2024-12-02 13:34:16 +00:00
contributors.tmpl Fix Activity Page Contributors dropdown () 2024-06-06 10:28:33 +08:00
create_helper.tmpl Remove incorrect and unnecessary Escape from templates () 2024-02-25 14:02:20 +00:00
create.tmpl Fix "force private" logic () 2024-05-20 00:56:45 +00:00
empty.tmpl Refactor DateUtils and merge TimeSince () 2024-11-04 11:30:00 +00:00
file_info.tmpl Improve detecting empty files () 2024-06-13 01:06:46 +00:00
forks.tmpl Refactor find forks and fix possible bugs that weak permissions check () 2024-11-18 03:06:25 +00:00
graph.tmpl Migrate gt-hidden to tw-hidden () 2024-03-24 18:23:38 +00:00
header.tmpl Refactor template ctx and render utils () 2024-11-05 14:04:26 +08:00
home_sidebar_bottom.tmpl GitHub like repo home page () 2024-12-06 14:29:04 +00:00
home_sidebar_top.tmpl Fix repo home row-right grow () 2024-12-09 00:16:32 +08:00
home.tmpl Fix repo home row-right grow () 2024-12-09 00:16:32 +08:00
icon.tmpl Replace 10 more gt- classes with tw- () 2024-03-22 13:45:10 +00:00
latest_commit.tmpl Refactor template ctx and render utils () 2024-11-05 14:04:26 +08:00
navbar.tmpl Implement recent commits graph () 2024-02-24 10:22:51 +00:00
packages.tmpl Fix inconsistent user profile layout across tabs () 2023-07-06 18:59:24 +00:00
pulse.tmpl Fix issue title rendering and refactor legacy function names () 2024-12-04 01:39:33 +00:00
recent_commits.tmpl Refactor web routes () 2024-04-17 08:31:37 +00:00
release_tag_header.tmpl Refactor web routes () 2024-04-17 08:31:37 +00:00
search_name.tmpl Clean template/helper.go () 2023-04-07 03:31:41 -04:00
search.tmpl Unify search boxes () 2024-03-14 23:24:59 +00:00
shabox_badge.tmpl Always use HTML attributes for avatar size () 2024-06-28 21:29:15 +00:00
star_unstar.tmpl code optimization () 2024-06-11 21:07:10 +08:00
sub_menu.tmpl GitHub like repo home page () 2024-12-06 14:29:04 +00:00
unicode_escape_prompt.tmpl Replace some gt- classes with tw- () 2024-03-04 03:33:20 +00:00
upload.tmpl Always use ctx.Locale.Tr inside templates () 2023-09-25 08:56:50 +00:00
user_cards.tmpl Update the list of watchers and stargazers when clicking watch/unwatch or star/unstar () 2024-11-22 18:51:51 +00:00
view_file.tmpl Optimize the styling of icon buttons within file-header-right () 2024-12-02 22:36:16 +08:00
view_list.tmpl GitHub like repo home page () 2024-12-06 14:29:04 +00:00
watch_unwatch.tmpl Tweak repo buttons on mobile and labeled button border-radius () 2024-04-16 17:46:12 +02:00
watchers.tmpl Fix user-cards format () 2023-04-29 15:43:01 -04:00