From 5cc1e52e75bdc215f833c97140e15ffb916a5610 Mon Sep 17 00:00:00 2001 From: Ethanfel Date: Thu, 16 Apr 2026 19:10:32 +0200 Subject: [PATCH] feat: add profile bar component Co-Authored-By: Claude Opus 4.6 --- client/src/components/ProfileBar.svelte | 62 +++++++++++++++++++++++++ 1 file changed, 62 insertions(+) create mode 100644 client/src/components/ProfileBar.svelte diff --git a/client/src/components/ProfileBar.svelte b/client/src/components/ProfileBar.svelte new file mode 100644 index 0000000..f858501 --- /dev/null +++ b/client/src/components/ProfileBar.svelte @@ -0,0 +1,62 @@ + + +
+ + + + {#each $subprofiles as sub} + { e.preventDefault(); removeSubprofile(sub); }}> + {sub} + + {/each} + + +
+ +