Commit Graph

10 Commits

Author SHA1 Message Date
Misode
5cfd17a107 Fix root hashing due to missing root dirs 2024-11-21 01:30:42 +01:00
Misode
22e787bf4e Delete files when deleting a project 2024-11-20 04:37:11 +01:00
Misode
0b7e9b6948 Remove unused data-cy attributes 2024-11-19 15:14:10 +01:00
Misode
14abe1ee52 Refactor modals to use context provider 2024-11-18 23:55:14 +01:00
Misode
2366716cae Refactor projects to use indexeddb 2024-11-13 05:29:06 +01:00
Misode
ee655b39e5 Remove unnecessary json parse and stringify step when importing 2024-10-24 15:57:14 +02:00
Misode
5d08f15006 Fix #319 keep unknown files when importing and downloading a project 2024-10-04 15:30:35 +02:00
Misode
44b97e357f 24w19a 2024-05-10 23:15:41 +02:00
Misode
561cd341a1 Update to esm, update deepslate (#244) 2022-06-16 00:58:14 +02:00
Misode
90eac0f9b8 Project tree view and creation (#203)
* Implement creating and importing new projects

* Add downloading a zip of a project

* Project validation (WIP)

* Add project side panel, remove project pages

* Project file saving

* Add file tree actions to rename and delete

* Fix file creation auto focus

* Add button to save file from menu

* Add project creation

* Fix specificity on version switcher button

* Update default version to 1.19

* List project files by type, remember project and delete project
2022-06-14 16:48:55 +02:00