From ae1907487e7d1d751fd73eb6e7ef0639039cc3eb Mon Sep 17 00:00:00 2001 From: Felix Egbert Date: Sat, 22 Nov 2025 18:23:20 +0100 Subject: [PATCH 01/14] chore: tried a bunch of stuff but nothing is working, so rewriting state a bit now --- app/components/Editor/Categories.vue | 2 +- app/composables/useFileState.ts | 42 ++++++++++++++++++----- app/composables/useFiles.ts | 51 ++++++++++------------------ app/layouts/default.vue | 8 ++++- app/shared/types.ts | 2 +- 5 files changed, 60 insertions(+), 45 deletions(-) diff --git a/app/components/Editor/Categories.vue b/app/components/Editor/Categories.vue index 67980dc..feffa2a 100644 --- a/app/components/Editor/Categories.vue +++ b/app/components/Editor/Categories.vue @@ -85,7 +85,7 @@ function updateExtraField(updatedFields: (IPTCFieldWithValue & { type: 'extra' }
-
+