1
1
mirror of https://github.com/go-gitea/gitea.git synced 2026-03-01 12:36:26 +01:00
gitea/web_src/js/features
shafi-VM e3cf360154
Add “Copy Source” to markup comment menu (#36726)
Any user with **read access** to a comment can now copy its raw markdown
source via the `···` context menu — no edit permission required.

Closes #36722.

---------

Signed-off-by: silverwind <me@silverwind.io>
Co-authored-by: wxiaoguang <wxiaoguang@gmail.com>
Co-authored-by: silverwind <me@silverwind.io>
Co-authored-by: Claude Opus 4.6 <noreply@anthropic.com>
2026-03-01 09:11:25 +00:00
..
admin Use "Enable Gravatar" but not "Disable" (#36771) 2026-02-27 16:39:26 +00:00
comp Correct spelling (#36783) 2026-02-28 11:23:20 -08:00
captcha.ts Remove and forbid @ts-expect-error (#36513) 2026-02-02 01:00:34 +08:00
citation.ts Remove and forbid @ts-expect-error (#36513) 2026-02-02 01:00:34 +08:00
clipboard.ts Add “Copy Source” to markup comment menu (#36726) 2026-03-01 09:11:25 +00:00
code-frequency.ts Convert frontend code to typescript (#31559) 2024-07-07 15:32:30 +00:00
codeeditor.ts Refactor inline style attributes (#36652) 2026-02-20 13:14:29 -08:00
colorpicker.ts Enable TypeScript strictNullChecks (#35843) 2025-12-03 02:13:16 +00:00
common-button.test.ts Fix form property assignment edge case (#35073) 2025-07-14 15:20:17 -07:00
common-button.ts Use first commit title for multi-commit PRs and fix auto-focus title field (#36606) 2026-02-17 09:06:27 +01:00
common-fetch-action.ts Instance-wide (global) info banner and maintenance mode (#36571) 2026-02-26 23:16:11 +08:00
common-form.ts Prevent navigation keys from triggering actions during IME composition (#36540) 2026-02-08 14:39:09 +08:00
common-issue-list.test.ts Fix various bugs (#36446) 2026-01-24 11:30:47 +00:00
common-issue-list.ts Fix various bugs (#36446) 2026-01-24 11:30:47 +00:00
common-organization.ts Enable TypeScript strictNullChecks (#35843) 2025-12-03 02:13:16 +00:00
common-page.ts Use first commit title for multi-commit PRs and fix auto-focus title field (#36606) 2026-02-17 09:06:27 +01:00
contributors.ts Add "n commits" link to contributors in contributors graph page (#32799) 2024-12-12 19:02:54 +00:00
copycontent.ts Enable TypeScript strictNullChecks (#35843) 2025-12-03 02:13:16 +00:00
dashboard.ts Enable Typescript noImplicitThis (#33250) 2025-01-16 04:26:17 +08:00
dropzone.ts Replace CSRF cookie with CrossOriginProtection (#36183) 2025-12-25 12:33:34 +02:00
emoji.ts Improve html escape (#34911) 2025-07-01 21:44:05 +08:00
eventsource.sharedworker.ts Remove and forbid @ts-expect-error (#36513) 2026-02-02 01:00:34 +08:00
file-fold.ts Mark parent directory as viewed when all files are viewed (#33958) 2025-04-15 22:35:22 +08:00
file-view.ts Enable TypeScript strictNullChecks (#35843) 2025-12-03 02:13:16 +00:00
heatmap.ts Lazy-load some Vue components, fix heatmap chunk loading on every page (#36719) 2026-02-27 05:06:15 +00:00
imagediff.ts Fix SVG height calculation in diff viewer (#36748) 2026-02-25 22:54:02 +08:00
install.ts Use "Enable Gravatar" but not "Disable" (#36771) 2026-02-27 16:39:26 +00:00
issue.ts Refactor text utility classes to Tailwind CSS (#36703) 2026-02-22 22:56:33 +00:00
notification.ts Migrate to import.meta.env and clean up types and eslint (#36362) 2026-01-15 11:01:23 +00:00
oauth2-settings.ts Enable TypeScript strictNullChecks (#35843) 2025-12-03 02:13:16 +00:00
org-team.ts Fix package link setting can only list limited repositories (#35394) 2025-09-11 01:50:17 +02:00
pull-view-file.ts Replace CSRF cookie with CrossOriginProtection (#36183) 2025-12-25 12:33:34 +02:00
recent-commits.ts Convert frontend code to typescript (#31559) 2024-07-07 15:32:30 +00:00
repo-actions.ts feat: Add workflow dependencies visualization (#36248) 2026-02-23 21:11:33 +08:00
repo-branch.ts Enable TypeScript strictNullChecks (#35843) 2025-12-03 02:13:16 +00:00
repo-code.ts Enable TypeScript strictNullChecks (#35843) 2025-12-03 02:13:16 +00:00
repo-commit.ts Enable TypeScript strictNullChecks (#35843) 2025-12-03 02:13:16 +00:00
repo-common.test.ts Fix some migration and repo name problems (#33986) 2025-03-24 20:26:58 -07:00
repo-common.ts Fix and enhance comment editor monospace toggle (#36181) 2026-01-26 14:19:47 +00:00
repo-diff-commit.ts Enable TypeScript strictNullChecks (#35843) 2025-12-03 02:13:16 +00:00
repo-diff-commitselect.ts Convert frontend code to typescript (#31559) 2024-07-07 15:32:30 +00:00
repo-diff-filetree.ts Use git diff-tree for DiffFileTree on diff pages (#33514) 2025-02-28 00:58:25 +00:00
repo-diff.ts fix(diff): reprocess htmx content after loading more files (#36568) 2026-02-10 01:20:20 +00:00
repo-editor.ts Instance-wide (global) info banner and maintenance mode (#36571) 2026-02-26 23:16:11 +08:00
repo-findfile.test.ts Convert frontend code to typescript (#31559) 2024-07-07 15:32:30 +00:00
repo-findfile.ts Lazy-load some Vue components, fix heatmap chunk loading on every page (#36719) 2026-02-27 05:06:15 +00:00
repo-graph.ts Enable TypeScript strictNullChecks (#35843) 2025-12-03 02:13:16 +00:00
repo-home.ts Enable TypeScript strictNullChecks (#35843) 2025-12-03 02:13:16 +00:00
repo-issue-content.ts Refactor text utility classes to Tailwind CSS (#36703) 2026-02-22 22:56:33 +00:00
repo-issue-edit.ts Fix state desync in ComboMarkdownEditor (#36625) 2026-02-16 00:49:03 +00:00
repo-issue-list.ts Remove and forbid @ts-expect-error (#36513) 2026-02-02 01:00:34 +08:00
repo-issue-pull.ts Lazy-load some Vue components, fix heatmap chunk loading on every page (#36719) 2026-02-27 05:06:15 +00:00
repo-issue-sidebar-combolist.ts Enable TypeScript strictNullChecks (#35843) 2025-12-03 02:13:16 +00:00
repo-issue-sidebar.md Fix assignee sidebar links and empty placeholder after #32465 refactor (#36559) 2026-02-08 21:00:18 +00:00
repo-issue-sidebar.ts Enable TypeScript strictNullChecks (#35843) 2025-12-03 02:13:16 +00:00
repo-issue.ts Add icon to buttons "Close with Comment", "Close Pull Request", "Close Issue" (#36654) 2026-02-22 13:12:07 +00:00
repo-legacy.ts Enable TypeScript strictNullChecks (#35843) 2025-12-03 02:13:16 +00:00
repo-migrate.ts Enable TypeScript strictNullChecks (#35843) 2025-12-03 02:13:16 +00:00
repo-migration.ts Enable TypeScript strictNullChecks (#35843) 2025-12-03 02:13:16 +00:00
repo-milestone.ts Enable TypeScript strictNullChecks (#35843) 2025-12-03 02:13:16 +00:00
repo-new.ts Enable TypeScript strictNullChecks (#35843) 2025-12-03 02:13:16 +00:00
repo-projects.ts Correct spelling (#36783) 2026-02-28 11:23:20 -08:00
repo-release.test.ts Automatic generation of release notes (#35977) 2025-12-17 02:01:19 +00:00
repo-release.ts Automatic generation of release notes (#35977) 2025-12-17 02:01:19 +00:00
repo-search.ts Enable TypeScript strictNullChecks (#35843) 2025-12-03 02:13:16 +00:00
repo-settings-branches.test.ts Add keyboard shortcuts for repository file and code search (#36416) 2026-02-23 17:20:56 +08:00
repo-settings-branches.ts Remove and forbid @ts-expect-error (#36513) 2026-02-02 01:00:34 +08:00
repo-settings.ts Replace CSRF cookie with CrossOriginProtection (#36183) 2025-12-25 12:33:34 +02:00
repo-unicode-escape.ts Enable TypeScript strictNullChecks (#35843) 2025-12-03 02:13:16 +00:00
repo-view-file-tree.ts Enable TypeScript strictNullChecks (#35843) 2025-12-03 02:13:16 +00:00
repo-wiki.ts Enable TypeScript strictNullChecks (#35843) 2025-12-03 02:13:16 +00:00
sshkey-helper.ts Enable TypeScript strictNullChecks (#35843) 2025-12-03 02:13:16 +00:00
stopwatch.ts Migrate to import.meta.env and clean up types and eslint (#36362) 2026-01-15 11:01:23 +00:00
tablesort.ts Enable TypeScript strictNullChecks (#35843) 2025-12-03 02:13:16 +00:00
tribute.ts Misc typescript tweaks (#36523) 2026-02-10 05:09:56 +00:00
user-auth-webauthn.ts Fix WebAuthn error checking (#36219) 2025-12-21 18:24:41 +00:00
user-auth.ts Enable TypeScript strictNullChecks (#35843) 2025-12-03 02:13:16 +00:00
user-settings.ts Enable TypeScript strictNullChecks (#35843) 2025-12-03 02:13:16 +00:00