gitea/web_src/js/components
Kerwin Bryant 92f997ce6b
Add file tree to file view page ()
Resolve 

This pull request introduces a file tree on the left side when reviewing
files of a repository.

---------

Co-authored-by: Lunny Xiao <xiaolunwen@gmail.com>
Co-authored-by: wxiaoguang <wxiaoguang@gmail.com>
..
ActionRunStatus.vue Remove "class-name" from svg icon ()
ActivityHeatmap.vue Migrate vue components to setup ()
ContextPopup.vue Enable Typescript `strictFunctionTypes` ()
DashboardRepoList.vue Fix typo in HTML attribute ()
DiffCommitSelector.vue Enable Typescript `noImplicitAny` ()
DiffFileTree.vue Use `git diff-tree` for `DiffFileTree` on diff pages ()
DiffFileTreeItem.vue Use `git diff-tree` for `DiffFileTree` on diff pages ()
PullRequestMergeForm.vue Enable Typescript `noImplicitAny` ()
RepoActionView.vue Always show the "rerun" button for action jobs ()
RepoActivityTopAuthors.vue Enable Typescript `noImplicitAny` ()
RepoBranchTagSelector.vue Remove "class-name" from svg icon ()
RepoCodeFrequency.vue Fix typescript errors in Vue files, fix regression in "Recent Commits" chart ()
RepoContributors.vue Enable Typescript `noImplicitAny` ()
RepoRecentCommits.vue Fix typescript errors in Vue files, fix regression in "Recent Commits" chart ()
ViewFileTree.vue Add file tree to file view page ()
ViewFileTreeItem.vue Add file tree to file view page ()