diff --git a/frontend/src/lib/components/horisontal_bar.svelte b/frontend/src/lib/components/horisontal_bar.svelte index 2567cde..ad05f21 100644 --- a/frontend/src/lib/components/horisontal_bar.svelte +++ b/frontend/src/lib/components/horisontal_bar.svelte @@ -14,7 +14,7 @@ {/each} { - items.push("test"); + items.push(""); value = items; }} /> {:else if type == "image"} diff --git a/frontend/src/lib/components/horisontal_item.svelte b/frontend/src/lib/components/horisontal_item.svelte index 08b3abc..8ae46fd 100644 --- a/frontend/src/lib/components/horisontal_item.svelte +++ b/frontend/src/lib/components/horisontal_item.svelte @@ -1,35 +1,93 @@ - -
- {text} +
+ + {#if compl_data} + + {/if}