feat(stammbaum): family network — graph, badge, edit card, /stammbaum page (#358) #360

Merged
marcel merged 57 commits from feat/stammbaum-issue-358 into main 2026-04-28 19:33:33 +02:00
Showing only changes of commit b969bcd877 - Show all commits

View File

@@ -105,7 +105,7 @@ function zoomOut() {
/>
</div>
{#if selectedNode}
<aside class="w-[268px] shrink-0 overflow-y-auto border-l border-line bg-surface">
<aside class="w-[320px] shrink-0 overflow-y-auto border-l border-line bg-surface">
<StammbaumSidePanel
node={selectedNode}
canWrite={canWrite}