From 55b93c59ef60914ef7701fe69067a9cc0416f056 Mon Sep 17 00:00:00 2001 From: dtoro Date: Tue, 21 Jul 2026 00:18:17 +0200 Subject: [PATCH] fix(web): remove redundant GraphBackground from Tasks page --- VERSION | 2 +- web/src/pages/Overview.svelte | 2 -- 2 files changed, 1 insertion(+), 3 deletions(-) diff --git a/VERSION b/VERSION index ac39a10..f374f66 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -0.9.0 +0.9.1 diff --git a/web/src/pages/Overview.svelte b/web/src/pages/Overview.svelte index cac55c3..3a601fd 100644 --- a/web/src/pages/Overview.svelte +++ b/web/src/pages/Overview.svelte @@ -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 @@
-
{#each FILTERS as f}