From 6aa65be7a0dfb6237946f561f866dce2fbf52287 Mon Sep 17 00:00:00 2001 From: Sven Balzer <4653051+Kyuusokuna@users.noreply.github.com> Date: Tue, 5 Nov 2024 13:07:17 +0100 Subject: [PATCH] update ActorSheet to ActorSheetV2 and do a general cleanup pass move editable-input partial into its own file so it doesn't have to be copy-pasted everywhere change css to use nesting --- src/ActorSheet.hbs | 520 ++++++++++++++----------------- src/EditableInput.hbs | 11 + src/ItemSheets/Bewaffnung.hbs | 232 ++++++-------- src/ItemSheets/Gegenstand.hbs | 19 +- src/ItemSheets/Ruestung.hbs | 19 +- src/lang/de.json | 2 +- src/main.css | 571 ++++++++++++++++++---------------- src/main.mjs | 150 ++++----- 8 files changed, 721 insertions(+), 803 deletions(-) create mode 100644 src/EditableInput.hbs diff --git a/src/ActorSheet.hbs b/src/ActorSheet.hbs index 733a57f..e679e2b 100644 --- a/src/ActorSheet.hbs +++ b/src/ActorSheet.hbs @@ -1,52 +1,18 @@ -{{#*inline "editable-input"}} -