From 6bf0b0ae99f1b7dfe3f15969a2b91e2cbd706a34 Mon Sep 17 00:00:00 2001 From: Ethanfel Date: Thu, 16 Apr 2026 19:10:03 +0200 Subject: [PATCH] feat: add export panel component Co-Authored-By: Claude Opus 4.6 --- client/src/components/ExportPanel.svelte | 113 +++++++++++++++++++++++ 1 file changed, 113 insertions(+) create mode 100644 client/src/components/ExportPanel.svelte diff --git a/client/src/components/ExportPanel.svelte b/client/src/components/ExportPanel.svelte new file mode 100644 index 0000000..2aa2862 --- /dev/null +++ b/client/src/components/ExportPanel.svelte @@ -0,0 +1,113 @@ + + + + +
+
+ + {#each $subprofiles as sub} + + {/each} +
+ +
+ + + + +
+ +
+ + + + +
+
+ +