From d86465cbd725a16f074a3287293b2a092cb1b0ea Mon Sep 17 00:00:00 2001 From: kolaente Date: Thu, 8 Jan 2026 16:06:11 +0100 Subject: [PATCH] refactor(frontend): migrate view forms to FormField component Migrate ViewEditForm and ProjectGantt components to use the new FormField component for title, kind select, and date range fields. --- .../components/project/views/ProjectGantt.vue | 27 ++--- .../components/project/views/ViewEditForm.vue | 104 ++++++------------ 2 files changed, 47 insertions(+), 84 deletions(-) diff --git a/frontend/src/components/project/views/ProjectGantt.vue b/frontend/src/components/project/views/ProjectGantt.vue index 578664a35..dc613208a 100644 --- a/frontend/src/components/project/views/ProjectGantt.vue +++ b/frontend/src/components/project/views/ProjectGantt.vue @@ -8,22 +8,16 @@