Commit Graph

3 Commits (cc1d61f1f5d4b2e60135186e44550745f0e13f0f)

Author SHA1 Message Date
silverwind 2cf0cf0de1
JS refactors ()
- Replace all default exports with named exports, except for Vue SFCs
- Remove names from Vue SFCs, they are automatically inferred from the
filename
- Misc whitespace-related tweaks
André Jaenisch 04e97b8311
Refactor from Vue2 to Vue3 ()
Close 
sebastian-sauer 31f934c1d8
Add filetree on left of diff view ()
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 

Co-authored-by: wxiaoguang <wxiaoguang@gmail.com>