sidebar layout

switch the app from floating panels to a static sidebar on the right with resizable tools
expect more layout bugs from now on
This commit is contained in:
りき萌 2025-06-27 23:24:09 +02:00
parent f78f3136d9
commit 0ddc42c00f
10 changed files with 272 additions and 178 deletions

View file

@ -65,7 +65,7 @@ export class SaveData {
}
attachToElement(element) {
this.elementId = element.dataset.storageId;
this.elementId = element.id;
}
getRaw(key) {