From d29df7ef9a3fabdeecb8ad972c2af6a729514b34 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tom=C3=A1=C5=A1=20Ml=C3=A1dek?= Date: Sat, 27 Jul 2024 19:28:38 +0200 Subject: [PATCH] feat(webui): all column sections can now be hidden --- webui/src/lib/components/EntitySetEditor.svelte | 4 ++-- webui/src/lib/components/EntryView.svelte | 2 +- webui/src/lib/components/InspectGroups.svelte | 2 +- webui/src/lib/components/display/UpLink.svelte | 2 ++ webui/src/lib/components/utils/IconButton.svelte | 2 +- webui/src/lib/components/utils/LabelBorder.svelte | 4 ++-- webui/src/lib/components/utils/NotesEditor.svelte | 2 +- 7 files changed, 10 insertions(+), 8 deletions(-) diff --git a/webui/src/lib/components/EntitySetEditor.svelte b/webui/src/lib/components/EntitySetEditor.svelte index 8ebd27d..7803e83 100644 --- a/webui/src/lib/components/EntitySetEditor.svelte +++ b/webui/src/lib/components/EntitySetEditor.svelte @@ -14,7 +14,7 @@ }>(); export let entities: string[]; - export let hide = false; + export let hidden = false; export let header = ''; export let icon: string | null = null; @@ -40,7 +40,7 @@ } - + {#if icon} {/if}{header} - +