gitea/web_src/js/components
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
..
ActionRunStatus.vue Fix vertical centering of file tree icons and use entryIcon for submodules/symlinks (#34137) 2025-04-09 18:10:16 -07:00
ActivityHeatmap.vue Use shallowRef instead of ref in .vue files where possible (#34813) 2025-06-22 21:37:03 +08:00
ContextPopup.vue Use shallowRef instead of ref in .vue files where possible (#34813) 2025-06-22 21:37:03 +08:00
DashboardRepoList.vue Fix some log and UI problems (#34863) 2025-06-26 00:32:50 +08:00
DiffCommitSelector.vue Fix bug when review pull request commits (#35192) 2025-08-03 10:23:10 -07:00
DiffFileTree.vue Add repo file tree item link behavior (#34730) 2025-06-20 02:28:19 +08:00
DiffFileTreeItem.vue Use shallowRef instead of ref in .vue files where possible (#34813) 2025-06-22 21:37:03 +08:00
PullRequestMergeForm.vue Use shallowRef instead of ref in .vue files where possible (#34813) 2025-06-22 21:37:03 +08:00
RepoActionView.vue Update JS deps, regenerate SVGs (#34640) 2025-06-07 17:59:36 +00:00
RepoActivityTopAuthors.vue Update JS and PY deps (#35191) 2025-08-01 07:24:26 +00:00
RepoBranchTagSelector.vue Fix button alignments (#34276) 2025-04-27 19:39:03 +00:00
RepoCodeFrequency.vue Use shallowRef instead of ref in .vue files where possible (#34813) 2025-06-22 21:37:03 +08:00
RepoContributors.vue Improve img lazy loading (#34804) 2025-06-21 14:53:22 +08:00
RepoRecentCommits.vue Use shallowRef instead of ref in .vue files where possible (#34813) 2025-06-22 21:37:03 +08:00
ViewFileTree.vue Use shallowRef instead of ref in .vue files where possible (#34813) 2025-06-22 21:37:03 +08:00
ViewFileTreeItem.vue Use shallowRef instead of ref in .vue files where possible (#34813) 2025-06-22 21:37:03 +08:00
ViewFileTreeStore.ts Improve html escape (#34911) 2025-07-01 21:44:05 +08:00