forgejo/templates/repo
silverwind 23bd7b1211
Add copy button to markdown code blocks ()
* 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 () 2021-10-17 01:28:04 +08:00
diff perf: only generate data-comment-url once () 2021-11-14 00:28:57 -05:00
editor Add attachments for PR reviews () 2021-06-14 21:12:33 -04:00
graph Use pulls in commit graph unless pulls are disabled () 2021-05-07 20:10:30 +02:00
issue Add copy button to markdown code blocks () 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 () 2021-11-16 14:17:21 +08:00
projects Re-separate the color translation strings () 2021-10-21 23:51:03 +02:00
pulls Enforce tab indentation in templates () 2021-04-10 23:46:37 -04:00
release Prevent 500 on draft releases without tag () 2021-08-05 21:13:16 -04:00
settings Move key forms before list and add cancel button () 2021-10-28 18:55:48 +08:00
wiki Show client-side error if wiki page is empty () 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. () 2021-10-15 10:35:26 +08:00
blame.tmpl Link to previous blames in file blame page () 2021-06-28 01:13:20 +02:00
branch_dropdown.tmpl Fix extra curly brace breaking release compare () 2021-05-26 21:07:39 -04:00
clone_buttons.tmpl Add copy button to markdown code blocks () 2021-11-16 16:16:05 +08:00
commit_page.tmpl Enforce tab indentation in templates () 2021-04-10 23:46:37 -04:00
commit_status.tmpl Show dropdown with all statuses for commit () 2020-12-20 11:13:12 +08:00
commit_statuses.tmpl Show dropdown with all statuses for commit () 2020-12-20 11:13:12 +08:00
commits.tmpl Add compare tag dropdown to releases page () 2021-05-03 13:27:48 -04:00
commits_list.tmpl Replace list.List with slices () 2021-08-09 14:08:51 -04:00
commits_list_small.tmpl Replace list.List with slices () 2021-08-09 14:08:51 -04:00
commits_table.tmpl Show correct text when comparing commits on empty pull request () 2021-07-29 03:32:48 +01:00
create.tmpl fixed create repo page layout () 2021-09-12 20:24:57 +02:00
empty.tmpl Fix default push instructions on empty repos () 2021-06-30 20:40:51 +02:00
forks.tmpl Direct avatar rendering () 2020-12-03 19:46:11 +01:00
graph.tmpl Re-separate the color translation strings () 2021-10-21 23:51:03 +02:00
header.tmpl Add push to remote mirror repository () 2021-06-14 19:20:43 +02:00
home.tmpl Add icon to vscode clone link () 2021-11-14 16:48:26 -05:00
icon.tmpl Do not display org avatar near icon for internal repos () 2020-12-13 16:51:15 -05:00
search.tmpl Issue sidebar and misc css fixes () 2021-05-16 22:18:18 +02:00
shabox_badge.tmpl Fix avatar template error () 2020-12-03 23:12:59 +00:00
sub_menu.tmpl Move macaron to chi () 2021-01-26 16:36:53 +01:00
upload.tmpl Add attachments for PR reviews () 2021-06-14 21:12:33 -04:00
user_cards.tmpl Direct avatar rendering () 2020-12-03 19:46:11 +01:00
view_file.tmpl Add download button for file viewer () 2021-11-15 09:05:12 +08:00
view_list.tmpl Defer Last Commit Info () 2021-10-08 15:08:22 +02:00
watchers.tmpl Add class to page content to unify top margin () 2020-11-30 23:00:14 -05:00