From f5d6fa03e52c4bb3de7656b477d25cc127959166 Mon Sep 17 00:00:00 2001 From: Jens Cornelsen <79703163+IB-Cornelsen@users.noreply.github.com> Date: Tue, 22 Apr 2025 12:56:15 +0200 Subject: [PATCH] Navigation --- .../Dashboard/DashboardAufnahmeModule.svelte | 30 +++++++++---------- 1 file changed, 15 insertions(+), 15 deletions(-) diff --git a/src/modules/Dashboard/DashboardAufnahmeModule.svelte b/src/modules/Dashboard/DashboardAufnahmeModule.svelte index 1b1e24b0..1282b080 100644 --- a/src/modules/Dashboard/DashboardAufnahmeModule.svelte +++ b/src/modules/Dashboard/DashboardAufnahmeModule.svelte @@ -50,7 +50,21 @@
-
+
+ +
+ {#if ausweis.aufnahme.bilder.length > 0} + + {#each ausweis.aufnahme.bilder as bild, i (i)} + {bild.kategorie} + {/each} + + + + {/if} +
+ + -
- -
- {#if ausweis.aufnahme.bilder.length > 0} - - {#each ausweis.aufnahme.bilder as bild, i (i)} - {bild.kategorie} - {/each} - - - - {/if} -
-