From da5c1202ed265de46c2f66a43bc5566f790e6e55 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Cl=C3=A9ment=20Pons?= Date: Mon, 7 Jul 2025 17:55:20 +0200 Subject: [PATCH] Rework character editor with new Figma design --- components/TrainingEditor.vue | 39 + components/TrainingViewer.vue | 2 +- components/base/Switch.vue | 3 +- components/character/editor/PeopleEditor.vue | 28 + db.sqlite | Bin 761856 -> 761856 bytes db.sqlite-shm | Bin 32768 -> 32768 bytes db.sqlite-wal | Bin 321392 -> 230752 bytes package.json | 2 +- pages/character/[id]/edit.client.vue | 89 +- pages/character/manage.client.vue | 35 +- shared/character-config.json | 5141 +++++++++++++++++- 11 files changed, 5237 insertions(+), 102 deletions(-) create mode 100644 components/TrainingEditor.vue create mode 100644 components/character/editor/PeopleEditor.vue diff --git a/components/TrainingEditor.vue b/components/TrainingEditor.vue new file mode 100644 index 0000000..80354ba --- /dev/null +++ b/components/TrainingEditor.vue @@ -0,0 +1,39 @@ + + + \ No newline at end of file diff --git a/components/TrainingViewer.vue b/components/TrainingViewer.vue index 9a9bcbc..82d8b61 100644 --- a/components/TrainingViewer.vue +++ b/components/TrainingViewer.vue @@ -58,7 +58,7 @@ onUnmounted(() => { diff --git a/components/base/Switch.vue b/components/base/Switch.vue index 3dbc3b0..8ae970c 100644 --- a/components/base/Switch.vue +++ b/components/base/Switch.vue @@ -1,7 +1,7 @@