forgejo/templates/repo
yp05327 b5a2bb9ab3
Fix strange UI behavior of cancelling dismiss review modal (#25133)
Fixes https://github.com/go-gitea/gitea/issues/25130

The old code uses `$(this).next()` to get `dismiss-review-modal`.
At first, it will get `$(#dismiss-review-modal)`, but the next time it
will get `$(#dismiss-review-modal).next();`
and then `$(#dismiss-review-modal).next().next();`.
Because div `dismiss-review-modal` will be removed when
`dismiss-review-btn` clicked.

Maybe the right usage is adding `show-modal` class and `data-modal`
attribute.
2023-06-08 08:52:35 +00:00
..
actions Add show timestamp/seconds and fullscreen options to action page (#24876) 2023-05-30 20:38:55 +00:00
branch Rework notifications list (#24812) 2023-05-25 02:31:26 +00:00
cite
diff Show file tree by default (#25052) 2023-06-02 23:39:01 +08:00
editor Create pull request for base after editing file, if not enabled on fork (#24841) 2023-05-24 21:36:02 +00:00
find
graph
issue Fix strange UI behavior of cancelling dismiss review modal (#25133) 2023-06-08 08:52:35 +00:00
migrate Improve some Forms (#24878) 2023-05-26 09:42:54 +00:00
projects Merge new project templates into one (#24985) 2023-05-31 08:50:18 +02:00
pulls Make diff view full width again (#24598) 2023-05-09 05:21:03 +00:00
release RSS icon fixes (#24476) 2023-05-10 22:27:02 +00:00
settings Add details summary for vertical menus in settings to allow toggling (#25098) 2023-06-07 10:49:48 +08:00
tag RSS icon fixes (#24476) 2023-05-10 22:27:02 +00:00
wiki Improve dropdown menus, remove inline styles (#24954) 2023-05-29 14:10:06 +00:00
activity.tmpl
blame.tmpl Improve accessibility when (re-)viewing files (#24817) 2023-05-21 20:47:41 +00:00
branch_dropdown.tmpl Make Issue/PR/projects more compact, misc CSS tweaks (#24459) 2023-05-03 17:58:59 -04:00
clone_buttons.tmpl Rework button coloring, add focus and active colors (#24507) 2023-05-29 12:45:22 +00:00
clone_script.tmpl Rework button coloring, add focus and active colors (#24507) 2023-05-29 12:45:22 +00:00
commit_page.tmpl
commit_status.tmpl
commit_statuses.tmpl
commits.tmpl Make Issue/PR/projects more compact, misc CSS tweaks (#24459) 2023-05-03 17:58:59 -04:00
commits_list.tmpl
commits_list_small.tmpl Clean up various avatar dimensions (#24701) 2023-05-14 14:15:59 +00:00
commits_table.tmpl
create.tmpl Improve some Forms (#24878) 2023-05-26 09:42:54 +00:00
create_helper.tmpl
empty.tmpl
file_info.tmpl
forks.tmpl
graph.tmpl
header.tmpl Refactor Pull Mirror and fix out-of-sync bugs (#24732) 2023-05-15 19:02:10 +00:00
home.tmpl Improve dropdown menus, remove inline styles (#24954) 2023-05-29 14:10:06 +00:00
icon.tmpl
packages.tmpl
release_tag_header.tmpl Remove svg.svg class, restore .rss-icon (#24667) 2023-05-12 10:23:53 +00:00
search.tmpl
search_name.tmpl
shabox_badge.tmpl
sub_menu.tmpl Change --font-weight-bold to --font-weight-semibold and 600 value, introduce new font weight variables (#24827) 2023-05-21 23:37:32 +00:00
unicode_escape_prompt.tmpl
upload.tmpl
user_cards.tmpl Change join_on translation to joined_on and include placeholder for the date (#24550) 2023-05-06 18:10:30 +08:00
view_file.tmpl Add PDF rendering via PDFObject (#24086) 2023-05-29 12:10:00 +00:00
view_list.tmpl Rework notifications list (#24812) 2023-05-25 02:31:26 +00:00
watchers.tmpl