Commit 635256c
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 option1 parent 0ff25c7 commit 635256c
40 files changed
Lines changed: 2739 additions & 2160 deletions
File tree
- .idea/inspectionProfiles
- src
- lib
- assets
- Tools
- components
- Menu
- Panel
- ProjectLoader
- Tabs
- CodeEditor
- MainTab
- Utils
- IndexedDB
- LocalStorage
- api
- Widget
- CodeEditor
- ContentBrowser
- ScreenView
- server/utils/file-system
- routes
- load-project
- stores
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
67 | 67 | | |
68 | 68 | | |
69 | 69 | | |
| 70 | + | |
70 | 71 | | |
71 | 72 | | |
72 | 73 | | |
| |||
110 | 111 | | |
111 | 112 | | |
112 | 113 | | |
113 | | - | |
| 114 | + | |
| 115 | + | |
| 116 | + | |
| 117 | + | |
114 | 118 | | |
115 | 119 | | |
0 commit comments