You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
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>
3 years ago
..
branch Split `index.js` to separate files (#17315) 3 years ago
diff perf: only generate data-comment-url once (#17618) 3 years ago
editor Add attachments for PR reviews (#16075) 3 years ago
graph Use pulls in commit graph unless pulls are disabled (#15774) 3 years ago
issue Add copy button to markdown code blocks (#17638) 3 years ago
migrate Migrating wiki don't require token, so we should move it out of the require form (#17645) 3 years ago
projects Re-separate the color translation strings (#17390) 3 years ago
pulls Enforce tab indentation in templates (#15289) 3 years ago
release Prevent 500 on draft releases without tag (#16634) 3 years ago
settings Move key forms before list and add cancel button (#17432) 3 years ago
wiki Show client-side error if wiki page is empty (#17415) 3 years ago
activity.tmpl Frontend refactor: move Vue related code from `index.js` to `components` dir, and remove unused codes. (#17301) 3 years ago
blame.tmpl Link to previous blames in file blame page (#16259) 3 years ago
branch_dropdown.tmpl Fix extra curly brace breaking release compare (#15988) 3 years ago
clone_buttons.tmpl Add copy button to markdown code blocks (#17638) 3 years ago
commit_page.tmpl Enforce tab indentation in templates (#15289) 3 years ago
commit_status.tmpl Show dropdown with all statuses for commit (#13977) 4 years ago
commit_statuses.tmpl Show dropdown with all statuses for commit (#13977) 4 years ago
commits.tmpl Add compare tag dropdown to releases page (#15695) 3 years ago
commits_list.tmpl Replace `list.List` with slices (#16311) 3 years ago
commits_list_small.tmpl Replace `list.List` with slices (#16311) 3 years ago
commits_table.tmpl Show correct text when comparing commits on empty pull request (#16569) 3 years ago
create.tmpl fixed create repo page layout (#17012) 3 years ago
empty.tmpl Fix default push instructions on empty repos (#16302) 3 years ago
forks.tmpl Direct avatar rendering (#13649) 4 years ago
graph.tmpl Re-separate the color translation strings (#17390) 3 years ago
header.tmpl Add push to remote mirror repository (#15157) 3 years ago
home.tmpl Add icon to vscode clone link (#17641) 3 years ago
icon.tmpl Do not display org avatar near icon for internal repos (#13957) 4 years ago
search.tmpl Issue sidebar and misc css fixes (#15524) 3 years ago
shabox_badge.tmpl Fix avatar template error (#13833) 4 years ago
sub_menu.tmpl Move macaron to chi (#14293) 3 years ago
upload.tmpl Add attachments for PR reviews (#16075) 3 years ago
user_cards.tmpl Direct avatar rendering (#13649) 4 years ago
view_file.tmpl Add download button for file viewer (#17640) 3 years ago
view_list.tmpl Defer Last Commit Info (#16467) 3 years ago
watchers.tmpl Add class to page content to unify top margin (#13766) 4 years ago