Skip to content

Commit 635256c

Browse files
authored
feat(front): Project loader with file system integration (#75)
* feat: add file system using indexedDB * fix: list local folder in ContentBrowser * fix: install svelte-kit-sessions after rebase * fix(test): add windows compatibility on project load test * feat: create project push and select project overlay * feat: add file system using indexedDB * fix: list local folder in ContentBrowser * fix(test): add windows compatibility on project load test * feat: create project push and select project overlay * feat: create new project dialog * feat: create API interface with local API. Use create and load project files * feat: create project list cache on project-loader * fix: add load-project url params * fix: use workspace dep package manager for fs components * fix: delete skip dependencies option
1 parent 0ff25c7 commit 635256c

40 files changed

Lines changed: 2739 additions & 2160 deletions

.idea/inspectionProfiles/Project_Default.xml

Lines changed: 2 additions & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,6 +67,7 @@
6767
"@sveltejs/vite-plugin-svelte": "catalog:core",
6868
"@trivago/prettier-plugin-sort-imports": "catalog:lint",
6969
"@tsconfig/svelte": "catalog:build",
70+
"@types/file-saver": "catalog:components",
7071
"@unocss/extractor-svelte": "catalog:css",
7172
"@unocss/preset-icons": "catalog:css",
7273
"@unocss/preset-web-fonts": "catalog:css",
@@ -110,6 +111,9 @@
110111
]
111112
},
112113
"dependencies": {
113-
"svelte-kit-sessions": "catalog:core"
114+
"svelte-kit-sessions": "catalog:core",
115+
"file-saver": "catalog:components",
116+
"idb": "catalog:components",
117+
"jszip": "catalog:components"
114118
}
115119
}

0 commit comments

Comments
 (0)