refactor: organized files, refreshed design and layout

This commit is contained in:
2026-01-15 19:55:02 +01:00
parent 4d06b85fc1
commit 1f8365340b
23 changed files with 510 additions and 409 deletions
+1 -1
View File
@@ -157,7 +157,7 @@ export default defineComponent({
this.store.chosenOrderType = localOrder.orderType;
this.store.chosenLocalOrderId = localOrder.id;
this.store.orderMode = 'OrderMessage';
this.store.panelMode = 'OrderMessagePanel';
}
}
});