From 7978884ca6896ae55dbd7de540bd2aa44feba99a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Joe=20K=C3=BCng?= Date: Fri, 6 Feb 2026 11:18:57 +0100 Subject: [PATCH] feat(front-end): fix advanced view --- .../upload-form/upload-form.component.ts | 33 ++++++++++++++++++- 1 file changed, 32 insertions(+), 1 deletion(-) diff --git a/frontend/src/app/features/calculator/components/upload-form/upload-form.component.ts b/frontend/src/app/features/calculator/components/upload-form/upload-form.component.ts index 399d1c7..0928ee5 100644 --- a/frontend/src/app/features/calculator/components/upload-form/upload-form.component.ts +++ b/frontend/src/app/features/calculator/components/upload-form/upload-form.component.ts @@ -101,7 +101,38 @@ interface FormItem { @if (mode() === 'advanced') { - +
+ + + +
+ +
+ + +
+ + +
+
+ + }