1
0
mirror of https://github.com/go-gitea/gitea.git synced 2024-10-03 03:56:18 -04:00
gitea/templates/repo
wxiaoguang 6bbccdd177
Improve AJAX link and modal confirm dialog (#25210)
Clarify the "link-action" behavior:

>  // A "link-action" can post AJAX request to its "data-url"
> // Then the browser is redirect to: the "redirect" in response, or
"data-redirect" attribute, or current URL by reloading.

And enhance the "link-action" to support showing a modal dialog for
confirm. A similar general approach could also help PRs like
https://github.com/go-gitea/gitea/pull/22344#discussion_r1062883436

> // If the "link-action" has "data-modal-confirm(-html)" attribute, a
confirm modal dialog will be shown before taking action.


And a lot of duplicate code can be removed now. A good framework design
can help to avoid code copying&pasting.

---------

Co-authored-by: silverwind <me@silverwind.io>
2023-06-13 12:10:10 +00:00
..
actions Adjust style for action run list (align icons, adjust padding) (#25170) 2023-06-12 09:36:08 +00:00
branch Improve AJAX link and modal confirm dialog (#25210) 2023-06-13 12:10:10 +00:00
cite Button and color enhancements (#24989) 2023-06-09 08:37:47 +00:00
diff Button and color enhancements (#24989) 2023-06-09 08:37:47 +00: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 #25133 (#25162) 2023-06-09 10:27:10 +00:00
migrate Improve some Forms (#24878) 2023-05-26 09:42:54 +00:00
projects Disable Create column button while the column name is empty (#25192) 2023-06-13 09:57:03 +00:00
pulls Make diff view full width again (#24598) 2023-05-09 05:21:03 +00:00
release Button and color enhancements (#24989) 2023-06-09 08:37:47 +00:00
settings Improve AJAX link and modal confirm dialog (#25210) 2023-06-13 12:10:10 +00: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 Button and color enhancements (#24989) 2023-06-09 08:37:47 +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 Button and color enhancements (#24989) 2023-06-09 08:37:47 +00:00
commits_list_small.tmpl Clean up various avatar dimensions (#24701) 2023-05-14 14:15:59 +00:00
commits_list.tmpl
commits_table.tmpl
commits.tmpl Make Issue/PR/projects more compact, misc CSS tweaks (#24459) 2023-05-03 17:58:59 -04:00
create_helper.tmpl
create.tmpl Improve some Forms (#24878) 2023-05-26 09:42:54 +00:00
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 Button and color enhancements (#24989) 2023-06-09 08:37:47 +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_name.tmpl
search.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 Button and color enhancements (#24989) 2023-06-09 08:37:47 +00:00
view_list.tmpl Rework notifications list (#24812) 2023-05-25 02:31:26 +00:00
watchers.tmpl