1
1
mirror of https://github.com/go-gitea/gitea synced 2024-06-03 01:45:47 +00:00
gitea/web_src/js/components
sebastian-sauer 31f934c1d8
Add filetree on left of diff view (#21012)
This PR adds a filetree to the left side of the files/diff view.

Initially the filetree will not be shown and may be shown via a new
"Show file tree" button.

Showing and hiding is using the same icon as github. Folders are
collapsible. On small devices (max-width 991 PX) the file tree will be
hidden.

Close #18192

Co-authored-by: wxiaoguang <wxiaoguang@gmail.com>
2022-09-27 13:22:19 +08:00
..
.eslintrc.yaml Fix eslint parsing errors, remove eslint-plugin-html (#20323) 2022-07-15 17:38:18 +08:00
ActivityHeatmap.vue Frontend refactor: move Vue related code from index.js to components dir, and remove unused codes. (#17301) 2021-10-15 10:35:26 +08:00
ContextPopup.vue Never use /api/v1 from Gitea UI Pages (#19318) 2022-04-07 20:59:56 +02:00
DashboardRepoList.js Replace fomantic popup module with tippy.js (#20428) 2022-08-09 14:37:34 +02:00
DiffFileList.vue Add filetree on left of diff view (#21012) 2022-09-27 13:22:19 +08:00
DiffFileTree.vue Add filetree on left of diff view (#21012) 2022-09-27 13:22:19 +08:00
DiffFileTreeItem.vue Add filetree on left of diff view (#21012) 2022-09-27 13:22:19 +08:00
PullRequestMergeForm.vue Fix default merge style (#20564) 2022-07-31 17:13:31 +02:00
RepoActivityTopAuthors.vue Split index.js to separate files (#17315) 2021-10-17 01:28:04 +08:00
RepoBranchTagDropdown.js Add apply-patch, basic revert and cherry-pick functionality (#17902) 2022-02-09 20:28:55 +00:00
VueComponentLoader.js Frontend refactor, PascalCase to camelCase, remove unused code (#17365) 2021-10-21 15:37:43 +08:00