From 9face0ac3b54d5823450afb046bde001beeddad9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Cl=C3=A9ment=20Pons?= Date: Fri, 13 Feb 2026 17:34:35 +0100 Subject: [PATCH] Try to add character editor inside the character sheet --- app/app.vue | 6 +- app/layouts/default.vue | 89 +- shared/character-config.json | 14242 ++++++++++++++++++++++++++++++++- shared/character.ts | 466 +- shared/components.ts | 216 +- shared/dom.ts | 7 +- shared/feature.ts | 81 +- shared/general.ts | 46 +- 8 files changed, 14833 insertions(+), 320 deletions(-) diff --git a/app/app.vue b/app/app.vue index f1c910b..201f64d 100644 --- a/app/app.vue +++ b/app/app.vue @@ -11,9 +11,9 @@