fix(web): remove redundant GraphBackground from Tasks page
Some checks failed
ci / build-test (push) Has been cancelled
ci / docker-build (push) Has been cancelled
ci / web (push) Has been cancelled
Desktop App / Build Linux (amd64) (push) Has been cancelled
Desktop App / Attach to Release (push) Has been cancelled

This commit is contained in:
2026-07-21 00:18:17 +02:00
parent eb3d2de1ca
commit 55b93c59ef
2 changed files with 1 additions and 3 deletions

View File

@@ -1 +1 @@
0.9.0
0.9.1

View File

@@ -5,7 +5,6 @@
import { liveEvents, subscribeEvents } from '$lib/stores/events'
import { bucket, statusStyle, FILTERS, TASK_EVENTS, heading, type Bucket } from '$lib/tasks'
import { relativeTime } from '$lib/utils'
import GraphBackground from '$lib/components/GraphBackground.svelte'
import { Button } from '$lib/components/ui/button'
import PlusIcon from '@lucide/svelte/icons/plus'
import type { Session } from '$lib/api'
@@ -55,7 +54,6 @@
</script>
<div class="relative flex h-full flex-col gap-3 overflow-hidden p-4">
<GraphBackground />
<div class="relative z-10 flex flex-wrap items-center gap-1.5">
{#each FILTERS as f}