gitea/templates/repo/issue
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>
..
labels Use subdir for URL ()
view_content Refactor commentTags functionality ()
branch_selector_field.tmpl Enforce tab indentation in templates ()
choose.tmpl Add class to page content to unify top margin ()
comment_tab.tmpl Add attachments for PR reviews ()
label_precolors.tmpl Indent all templates with tabs
labels.tmpl Add class to page content to unify top margin ()
list.tmpl Allow adding multiple issues to a project ()
milestone_issues.tmpl Fix layout of milestone view ()
milestone_new.tmpl Add class to page content to unify top margin ()
milestones.tmpl Use a generic markup class to display externally rendered files and diffs ()
navbar.tmpl Search bar for issues/pulls ()
new.tmpl Add class to page content to unify top margin ()
new_form.tmpl Redirect on project after issue created ()
openclose.tmpl Markdown and Repo header tweaks ()
search.tmpl Disable search box autofocus on issue/pr pages ()
view.tmpl Remove New PR button in PRs ()
view_content.tmpl Refactor commentTags functionality ()
view_title.tmpl Add copy button to markdown code blocks ()