0
0
Fork 0
mirror of https://github.com/go-gitea/gitea synced 2024-12-27 02:04:22 +01:00
gitea/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
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
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
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
commits_list_small.tmpl
commits_table.tmpl
create.tmpl
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
watchers.tmpl