gitea/web_src/js/features
Bryan Mutai c30d74d0f9
feat(diff): Enable commenting on expanded lines in PR diffs (#35662)
Fixes #32257 
/claim #32257

Implemented commenting on unchanged lines in Pull Request diffs, lines
are accessed by expanding the diff preview. Comments also appear in the
"Files Changed" tab on the unchanged lines where they were placed.

---------

Co-authored-by: wxiaoguang <wxiaoguang@gmail.com>
2025-10-19 18:19:12 +07:00
..
admin Refactor OpenIDConnect to support SSH/FullName sync (#34978) 2025-07-10 18:35:59 +07:00
comp Address some CodeQL security concerns (#35572) 2025-10-04 01:21:26 +07:00
captcha.ts Fix mCaptcha bug (#33659) 2025-02-20 22:53:38 +07:00
citation.ts Enable Typescript `noImplicitAny` (#33322) 2025-01-22 15:11:51 +07:00
clipboard.ts Enable Typescript `strictFunctionTypes` (#32911) 2024-12-22 02:59:25 +07:00
code-frequency.ts Convert frontend code to typescript (#31559) 2024-07-07 15:32:30 +07:00
codeeditor.ts Update JS deps, misc tweaks (#35643) 2025-10-12 21:07:15 +07:00
colorpicker.ts Improve project & label color picker and image scroll (#34971) 2025-07-06 23:37:26 +07:00
common-button.test.ts Fix form property assignment edge case (#35073) 2025-07-14 15:20:17 +07:00
common-button.ts Update eslint to v9 (#35485) 2025-09-14 19:15:06 +07:00
common-fetch-action.ts Improve tags list page (#34898) 2025-06-30 02:15:39 +07:00
common-form.ts Enable Typescript `noImplicitAny` (#33322) 2025-01-22 15:11:51 +07:00
common-issue-list.test.ts Convert frontend code to typescript (#31559) 2024-07-07 15:32:30 +07:00
common-issue-list.ts Fix autofocus behavior (#34397) 2025-05-08 18:26:18 +07:00
common-organization.ts Optimize the calling code of queryElems (#34235) 2025-04-19 08:17:07 +07:00
common-page.ts Fix package link setting can only list limited repositories (#35394) 2025-09-11 01:50:17 +07:00
contextpopup.ts Enable Typescript `noImplicitAny` (#33322) 2025-01-22 15:11:51 +07:00
contributors.ts Add "n commits" link to contributors in contributors graph page (#32799) 2024-12-12 19:02:54 +07:00
copycontent.ts Add support for 3D/CAD file formats preview (#34794) 2025-06-30 16:12:25 +07:00
dashboard.ts Enable Typescript `noImplicitThis` (#33250) 2025-01-16 04:26:17 +07:00
dropzone.ts Update JS deps, misc tweaks (#35643) 2025-10-12 21:07:15 +07:00
emoji.ts Improve html escape (#34911) 2025-07-01 21:44:05 +07:00
eventsource.sharedworker.ts Enable Typescript `strictFunctionTypes` (#32911) 2024-12-22 02:59:25 +07:00
file-fold.ts Mark parent directory as viewed when all files are viewed (#33958) 2025-04-15 22:35:22 +07:00
file-view.ts Fix various problems (#35012) 2025-07-09 16:46:51 +07:00
heatmap.ts Enable Typescript `noImplicitAny` (#33322) 2025-01-22 15:11:51 +07:00
imagediff.ts Drop fomantic build (#33845) 2025-03-11 12:44:52 +07:00
install.ts Add post-installation redirect based on admin account status (#34493) 2025-06-21 18:48:06 +07:00
issue.ts Trivial fixes (#33304) 2025-01-17 08:55:02 +07:00
notification.ts Partially refresh notifications list (#35010) 2025-07-10 04:15:14 +07:00
oauth2-settings.ts Enable Typescript `strictFunctionTypes` (#32911) 2024-12-22 02:59:25 +07:00
org-team.ts Fix package link setting can only list limited repositories (#35394) 2025-09-11 01:50:17 +07:00
pull-view-file.ts Mark parent directory as viewed when all files are viewed (#33958) 2025-04-15 22:35:22 +07:00
recent-commits.ts Convert frontend code to typescript (#31559) 2024-07-07 15:32:30 +07:00
repo-actions.ts Grey out expired artifact on Artifacts list (#34314) 2025-05-05 21:53:17 +07:00
repo-branch.ts Fix a number of typescript errors (#32773) 2024-12-11 09:29:04 +07:00
repo-code.ts Fix line-button issue after file selection in file tree (#34574) 2025-06-02 09:52:12 +07:00
repo-commit.ts [Fix] Resolve the problem of commit_statuses not being loaded at the top - right when switching files from the file tree (#34079) 2025-03-31 18:39:08 +07: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 some migration and repo name problems (#33986) 2025-03-24 20:26:58 +07:00
repo-diff-commit.ts Fix a number of typescript errors (#32773) 2024-12-11 09:29:04 +07:00
repo-diff-commitselect.ts Convert frontend code to typescript (#31559) 2024-07-07 15:32:30 +07:00
repo-diff-filetree.ts Use `git diff-tree` for `DiffFileTree` on diff pages (#33514) 2025-02-28 00:58:25 +07:00
repo-diff.ts feat(diff): Enable commenting on expanded lines in PR diffs (#35662) 2025-10-19 18:19:12 +07:00
repo-editor.ts Improve html escape (#34911) 2025-07-01 21:44:05 +07:00
repo-findfile.test.ts Convert frontend code to typescript (#31559) 2024-07-07 15:32:30 +07:00
repo-findfile.ts Enable Typescript `noImplicitAny` (#33322) 2025-01-22 15:11:51 +07:00
repo-graph.ts Fix various problems (#35012) 2025-07-09 16:46:51 +07:00
repo-home.ts Enable Typescript `noImplicitAny` (#33322) 2025-01-22 15:11:51 +07:00
repo-issue-content.ts Enable Typescript `noImplicitAny` (#33322) 2025-01-22 15:11:51 +07:00
repo-issue-edit.ts Fix markup init after issue comment editing (#35536) 2025-09-25 09:29:32 +07:00
repo-issue-list.ts Improve html escape (#34911) 2025-07-01 21:44:05 +07:00
repo-issue-pull.ts Option to delay conflict checking of old pull requests until page view (#27779) 2025-04-24 19:26:57 +07:00
repo-issue-sidebar-combolist.ts Fix some dropdown problems on the issue sidebar (#34308) 2025-04-30 02:00:36 +07:00
repo-issue-sidebar.md Fix issue sidebar dropdown keyboard support (#33447) 2025-01-30 22:54:50 +07:00
repo-issue-sidebar.ts Fix some dropdown problems on the issue sidebar (#34308) 2025-04-30 02:00:36 +07:00
repo-issue.ts Address some CodeQL security concerns (#35572) 2025-10-04 01:21:26 +07:00
repo-legacy.ts Option to delay conflict checking of old pull requests until page view (#27779) 2025-04-24 19:26:57 +07:00
repo-migrate.ts Enable Typescript `noImplicitAny` (#33322) 2025-01-22 15:11:51 +07:00
repo-migration.ts Update JS deps, misc tweaks (#35643) 2025-10-12 21:07:15 +07:00
repo-milestone.ts Fix milestone deadline and date related problems (#32339) 2024-11-05 07:46:40 +07:00
repo-new.ts Improve html escape (#34911) 2025-07-01 21:44:05 +07:00
repo-projects.ts Fix project column edit (#34890) 2025-06-28 16:15:51 +07:00
repo-release.ts Enable Typescript `strictFunctionTypes` (#32911) 2024-12-22 02:59:25 +07:00
repo-search.ts Enable Typescript `strictFunctionTypes` (#32911) 2024-12-22 02:59:25 +07:00
repo-settings-branches.test.ts Refactor repo-projects.ts (#32892) 2024-12-19 08:37:12 +07:00
repo-settings-branches.ts Allow cropping an avatar before setting it (#32565) 2024-11-28 02:15:59 +07:00
repo-settings.ts Fix different behavior in status check pattern matching with double stars (#35474) 2025-09-13 11:53:27 +07:00
repo-unicode-escape.ts Fix "unicode escape" JS error (#32806) 2024-12-12 18:37:44 +07:00
repo-view-file-tree.ts Add file tree to file view page (#32721) 2025-03-15 16:26:49 +07:00
repo-wiki.ts Improve html escape (#34911) 2025-07-01 21:44:05 +07:00
sshkey-helper.ts Enable Typescript `noImplicitThis` (#33250) 2025-01-16 04:26:17 +07:00
stopwatch.ts fix(issue): Replace stopwatch toggle with explicit start/stop actions (#34818) 2025-06-25 07:22:58 +07:00
tablesort.ts Enable a few more tsconfig options (#35553) 2025-09-30 21:43:41 +07:00
tribute.ts Improve html escape (#34911) 2025-07-01 21:44:05 +07:00
user-auth-webauthn.ts Simplify secure context check (#33906) 2025-03-16 19:05:26 +07:00
user-auth.ts Warn users when they try to use a non-root-url to sign in/up (#32272) 2024-10-17 10:28:51 +07:00
user-settings.ts Optimize the calling code of queryElems (#34235) 2025-04-19 08:17:07 +07:00