forgejo/templates/repo
silverwind 56b99551ae
Clean up and fix clone button script (#20415 & #20600) (#20599)
* Clean up and fix clone button script (#20415)

The button 'primary' class needs to be set in a synchronous script to prevent flicker of the button which was regressed recently, fixed that.

Additionally, reduced the two script tags to just one, the previous scripts were actually initializing the buttons thrice on the empty repo page, now it only initializes once. Finally, removed duplicate code and re-used the inline function in the update code as well.

I had to split out the script into a separate template as on the empty repo page, the script needs access to the clone URL span in the example text, which is rendered below the clone buttons, so buttons and script could not be combined.

* Add default value for clone URLs

Default clone URLs to HTTP(S) in DOM rendering. JS will immediately
replace this if the user preference is SSH.

Fixes: https://github.com/go-gitea/gitea/issues/20558
2022-08-02 12:31:38 +08:00
..
branch Prevent double encoding of branch names in delete branch (#18714) 2022-02-11 13:02:04 +08:00
diff Replace unstyled meter with progress (#19968) 2022-06-15 12:28:24 +08:00
editor Replace blue button and label classes with primary (#19763) 2022-05-20 00:08:08 +02:00
find Feature: Find files in repo (#15028) 2022-06-09 14:15:08 +03:00
graph
issue Fix default merge style for pull requests (#20564) (#20565) 2022-07-31 22:41:06 +08:00
migrate Disable unnecessary mirroring elements (#18527) 2022-06-04 19:42:17 +08:00
projects Prettify number of issues (#17760) 2022-06-12 20:08:23 +08:00
pulls Replace blue button and label classes with primary (#19763) 2022-05-20 00:08:08 +02:00
release Remove dependent on session auth for api/v1 routers (#19321) 2022-04-08 06:22:10 +02:00
settings Fix some mirror bugs (#18649) 2022-06-11 21:50:14 +08:00
wiki Clean up and fix clone button script (#20415 & #20600) (#20599) 2022-08-02 12:31:38 +08:00
activity.tmpl Refactor i18n, use Locale to provide i18n/translation related functions (#18648) 2022-02-08 11:02:30 +08:00
blame.tmpl
branch_dropdown.tmpl Fix broken TR on cherrypick page (#19599) 2022-05-04 02:48:23 +02:00
clone_buttons.tmpl Clean up and fix clone button script (#20415 & #20600) (#20599) 2022-08-02 12:31:38 +08:00
clone_script.tmpl Clean up and fix clone button script (#20415 & #20600) (#20599) 2022-08-02 12:31:38 +08:00
commit_page.tmpl Replace blue button and label classes with primary (#19763) 2022-05-20 00:08:08 +02:00
commit_status.tmpl
commit_statuses.tmpl Separate the details links of commit-statuses in headers (#18661) 2022-02-11 23:29:58 +08:00
commits.tmpl
commits_list.tmpl Improve commit list/view on mobile (#19712) 2022-05-16 18:45:12 +02:00
commits_list_small.tmpl Fix a broken link in commits_list_small.tmpl (#18763) 2022-02-14 19:19:07 +08:00
commits_table.tmpl
create.tmpl
empty.tmpl Clean up and fix clone button script (#20415 & #20600) (#20599) 2022-08-02 12:31:38 +08:00
forks.tmpl
graph.tmpl
header.tmpl Fix mirror template bug (#19959) 2022-06-13 18:12:59 +02:00
home.tmpl Clean up and fix clone button script (#20415 & #20600) (#20599) 2022-08-02 12:31:38 +08:00
icon.tmpl
packages.tmpl Add Package Registry (#16510) 2022-03-30 16:42:47 +08:00
search.tmpl Automatically pause queue if index service is unavailable (#15066) 2022-01-27 10:30:51 +02:00
shabox_badge.tmpl
sub_menu.tmpl
unicode_escape_prompt.tmpl
upload.tmpl
user_cards.tmpl
view_file.tmpl Improve file header on mobile (#19945) 2022-06-12 12:30:22 +03:00
view_list.tmpl Update JS dependencies (#19281) 2022-04-01 02:15:46 +02:00
watchers.tmpl