gitea/web_src/js
Lunny Xiao be2a6b4414
Fix bug when review pull request commits (#35192)
The commit range in the UI follows a half-open, half-closed convention:
(,]. When reviewing a range of commits, the beforeCommitID should be set
to the commit immediately preceding the first selected commit. For
single-commit reviews, we must identify and use the previous commit of
that specific commit.

The endpoint ViewPullFilesStartingFromCommit is currently unused and can
be safely removed.

Fix #35157 
Replace #35184 
Partially extract from #35077
2025-08-03 10:23:10 -07:00
..
components Fix bug when review pull request commits (#35192) 2025-08-03 10:23:10 -07:00
features Fix migrate input box bug (#35166) 2025-07-27 11:16:52 +03:00
markup Improve html escape (#34911) 2025-07-01 21:44:05 +08:00
modules Change function description comments to tsdoc style (#35185) 2025-07-31 15:59:34 -07:00
render Change function description comments to tsdoc style (#35185) 2025-07-31 15:59:34 -07:00
standalone Refactor time tracker UI (#34983) 2025-07-08 08:59:31 +00:00
utils Change function description comments to tsdoc style (#35185) 2025-07-31 15:59:34 -07:00
vendor
webcomponents
bootstrap.test.ts
bootstrap.ts Merge index.js (#34963) 2025-07-06 04:55:16 +00:00
globals.d.ts Merge index.js (#34963) 2025-07-06 04:55:16 +00:00
globals.ts Merge index.js (#34963) 2025-07-06 04:55:16 +00:00
htmx.ts Merge index.js (#34963) 2025-07-06 04:55:16 +00:00
index-domready.ts Partially refresh notifications list (#35010) 2025-07-10 04:15:14 +00:00
index.ts Fix various problems (#35012) 2025-07-09 16:46:51 +00:00
svg.test.ts
svg.ts Improve html escape (#34911) 2025-07-01 21:44:05 +08:00
types.ts
utils.test.ts
utils.ts Change function description comments to tsdoc style (#35185) 2025-07-31 15:59:34 -07:00
vitest.setup.ts