Commit 6bea261
authored
feat: file explorer via navigation drawer (#5)
* chore: extract file selector logic into a composable
* chore: added file explorer using navigation drawer
* chore: added ability to open and close file explorer
* chore: use file selector as recent files explorer
* chore: added close button to file selector tab items
* chore: minor UI updates
* chore: hide file explorer be default in mdAndDown
* fix: filter out deleted files from recent files
* chore: properly update recent files when active file changes
* style: UI tweaks 🎨
* chore: added missing computed import
* chore(deps): bump @babel/types to latest version
* fix: exclude hidden files for mdAndDown in file selector1 parent f4a420e commit 6bea261
File tree
10 files changed
+2627
-2380
lines changed- src
- composables
- editor
- icons
- monaco
10 files changed
+2627
-2380
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
57 | 57 | | |
58 | 58 | | |
59 | 59 | | |
60 | | - | |
| 60 | + | |
61 | 61 | | |
62 | 62 | | |
63 | 63 | | |
| |||
0 commit comments