diff --git a/frontend/public/grafik.html b/frontend/public/grafik.html index 33954f8..5a61ab5 100644 --- a/frontend/public/grafik.html +++ b/frontend/public/grafik.html @@ -4,7 +4,7 @@ - Svelte app + Graulohík diff --git a/frontend/src/Graph.svelte b/frontend/src/Graph.svelte index b3fae06..6876804 100644 --- a/frontend/src/Graph.svelte +++ b/frontend/src/Graph.svelte @@ -1,5 +1,6 @@ + + + \ No newline at end of file diff --git a/frontend/src/GraphNode.svelte b/frontend/src/GraphNode.svelte index 2f205cb..2939407 100644 --- a/frontend/src/GraphNode.svelte +++ b/frontend/src/GraphNode.svelte @@ -1,18 +1,44 @@ - - {#if !focused} - + + {#if !hovering} + {:else} - - {/if} --> - {task.id} - + + {/if} + + {task.id} + +