Skip to content

Commit 6bea261

Browse files
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 selector
1 parent f4a420e commit 6bea261

10 files changed

+2627
-2380
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@
5757
},
5858
"homepage": "https://github.com/vuetifyjs/vue-repl#readme",
5959
"devDependencies": {
60-
"@babel/types": "^7.24.0",
60+
"@babel/types": "^7.27.1",
6161
"@emmetio/abbreviation": "^2.3.3",
6262
"@emmetio/codemirror-plugin": "^1.2.4",
6363
"@emmetio/css-abbreviation": "^2.1.8",

0 commit comments

Comments
 (0)