forgejo/templates/repo
silverwind 23bd7b1211
Add copy button to markdown code blocks (#17638)
* Add copy button to markdown code blocks

Done mostly in JS because I think it's better not to try getting buttons
past the markup sanitizer.

* add svg module tests

* fix sanitizer regexp

* remove outdated comment

* vertically center button in issue comments as well

* add comment to css

* fix undefined on view file line copy

* combine animation less files

* Update modules/markup/markdown/markdown.go

Co-authored-by: wxiaoguang <wxiaoguang@gmail.com>

* add test for different sizes

* add cloneNode and add tests for it

* use deep clone

* remove useless optional chaining

* remove the svg node cache

* unify clipboard copy string and i18n

* remove unused var

* remove unused localization

* minor css tweaks to the button

* comment tweak

* remove useless attribute

Co-authored-by: wxiaoguang <wxiaoguang@gmail.com>
2021-11-16 16:16:05 +08:00
..
branch Split index.js to separate files (#17315) 2021-10-17 01:28:04 +08:00
diff perf: only generate data-comment-url once (#17618) 2021-11-14 00:28:57 -05:00
editor
graph
issue Add copy button to markdown code blocks (#17638) 2021-11-16 16:16:05 +08:00
migrate Migrating wiki don't require token, so we should move it out of the require form (#17645) 2021-11-16 14:17:21 +08:00
projects Re-separate the color translation strings (#17390) 2021-10-21 23:51:03 +02:00
pulls
release Prevent 500 on draft releases without tag (#16634) 2021-08-05 21:13:16 -04:00
settings Move key forms before list and add cancel button (#17432) 2021-10-28 18:55:48 +08:00
wiki Show client-side error if wiki page is empty (#17415) 2021-10-27 12:33:22 +08:00
activity.tmpl Frontend refactor: move Vue related code from index.js to components dir, and remove unused codes. (#17301) 2021-10-15 10:35:26 +08:00
blame.tmpl
branch_dropdown.tmpl
clone_buttons.tmpl Add copy button to markdown code blocks (#17638) 2021-11-16 16:16:05 +08:00
commit_page.tmpl
commit_status.tmpl
commit_statuses.tmpl
commits.tmpl
commits_list.tmpl Replace list.List with slices (#16311) 2021-08-09 14:08:51 -04:00
commits_list_small.tmpl Replace list.List with slices (#16311) 2021-08-09 14:08:51 -04:00
commits_table.tmpl Show correct text when comparing commits on empty pull request (#16569) 2021-07-29 03:32:48 +01:00
create.tmpl fixed create repo page layout (#17012) 2021-09-12 20:24:57 +02:00
empty.tmpl
forks.tmpl
graph.tmpl Re-separate the color translation strings (#17390) 2021-10-21 23:51:03 +02:00
header.tmpl
home.tmpl Add icon to vscode clone link (#17641) 2021-11-14 16:48:26 -05:00
icon.tmpl
search.tmpl
shabox_badge.tmpl
sub_menu.tmpl
upload.tmpl
user_cards.tmpl
view_file.tmpl Add download button for file viewer (#17640) 2021-11-15 09:05:12 +08:00
view_list.tmpl Defer Last Commit Info (#16467) 2021-10-08 15:08:22 +02:00
watchers.tmpl