gitea/web_src/js/components
bytedream 05c3b84f84
Show edit page confirmation dialog on tree view file change (#36130)
Currently, when editing or deleting a file and the edit/commit form has
changes, navigating the file tree will discard all changes without any
warning. This PR prevents partial reloading when the edit form has
unsaved changes, which will trigger a browser native warning dialog.

---------

Co-authored-by: wxiaoguang <wxiaoguang@gmail.com>
2025-12-20 02:29:39 +07:00
..
ActionRunStatus.vue Fix circular spin animation direction (#35785) 2025-11-02 08:30:13 +07:00
ActivityHeatmap.vue Enable TypeScript `strictNullChecks` (#35843) 2025-12-03 02:13:16 +07:00
ContextPopup.vue Enable TypeScript `strictNullChecks` (#35843) 2025-12-03 02:13:16 +07:00
DashboardRepoList.vue Enable TypeScript `strictNullChecks` (#35843) 2025-12-03 02:13:16 +07:00
DiffCommitSelector.vue Enable TypeScript `strictNullChecks` (#35843) 2025-12-03 02:13:16 +07:00
DiffFileTree.vue Enable TypeScript `strictNullChecks` (#35843) 2025-12-03 02:13:16 +07:00
DiffFileTreeItem.vue Use `shallowRef` instead of `ref` in `.vue` files where possible (#34813) 2025-06-22 21:37:03 +07:00
PullRequestMergeForm.vue Use `shallowRef` instead of `ref` in `.vue` files where possible (#34813) 2025-06-22 21:37:03 +07:00
RepoActionView.vue Enable TypeScript `strictNullChecks` (#35843) 2025-12-03 02:13:16 +07:00
RepoActivityTopAuthors.vue Enable TypeScript `strictNullChecks` (#35843) 2025-12-03 02:13:16 +07:00
RepoBranchTagSelector.vue Enable TypeScript `strictNullChecks` (#35843) 2025-12-03 02:13:16 +07:00
RepoCodeFrequency.vue Fix circular spin animation direction (#35785) 2025-11-02 08:30:13 +07:00
RepoContributors.vue Enable TypeScript `strictNullChecks` (#35843) 2025-12-03 02:13:16 +07:00
RepoFileSearch.vue Enable TypeScript `strictNullChecks` (#35843) 2025-12-03 02:13:16 +07:00
RepoRecentCommits.vue Fix circular spin animation direction (#35785) 2025-11-02 08:30:13 +07:00
ViewFileTree.vue Enable TypeScript `strictNullChecks` (#35843) 2025-12-03 02:13:16 +07:00
ViewFileTreeItem.vue Show edit page confirmation dialog on tree view file change (#36130) 2025-12-20 02:29:39 +07:00
ViewFileTreeStore.ts Refactor `FileTreeItem` type (#36137) 2025-12-13 13:03:51 +07:00