From 4ec5d560556fd10cad743519a564a309b0203cc1 Mon Sep 17 00:00:00 2001 From: Albrecht Degering Date: Tue, 18 Aug 2026 10:42:54 +0200 Subject: [PATCH] Adopt shared WebUI layout primitives --- webui/src/features/tasks/TasksPage.tsx | 14 +++++++------- webui/src/styles/tasks.css | 5 +---- 2 files changed, 8 insertions(+), 11 deletions(-) diff --git a/webui/src/features/tasks/TasksPage.tsx b/webui/src/features/tasks/TasksPage.tsx index d8f0434..be673e9 100644 --- a/webui/src/features/tasks/TasksPage.tsx +++ b/webui/src/features/tasks/TasksPage.tsx @@ -12,7 +12,7 @@ import { XCircle } from "lucide-react"; import { Link } from "react-router"; -import { +import { FormGrid, ToolbarGroup, AdminIconButton, Button, DateTimeField, @@ -125,7 +125,7 @@ export default function TasksPage({ settings, auth }: { settings: ApiSettings; a