From 1cbdd83cece3a008b100027cde6cb87ea506f71c Mon Sep 17 00:00:00 2001 From: Motzik20 Date: Tue, 6 Jan 2026 07:40:01 +0100 Subject: [PATCH 1/9] feat: increase size of cards and content to make better use of bigger screens --- frontend/src/components/jobs/JobList.tsx | 2 +- .../components/schedule/ScheduleItemsList.tsx | 4 +-- .../src/components/tasks/IngestionInput.tsx | 29 ++++++++++--------- frontend/src/components/tasks/TaskList.tsx | 4 +-- 4 files changed, 20 insertions(+), 19 deletions(-) diff --git a/frontend/src/components/jobs/JobList.tsx b/frontend/src/components/jobs/JobList.tsx index 437f27f..b3bbeed 100644 --- a/frontend/src/components/jobs/JobList.tsx +++ b/frontend/src/components/jobs/JobList.tsx @@ -45,7 +45,7 @@ export function JobList() { }; return ( -
+
diff --git a/frontend/src/components/schedule/ScheduleItemsList.tsx b/frontend/src/components/schedule/ScheduleItemsList.tsx index ff1d0ee..81af1ce 100644 --- a/frontend/src/components/schedule/ScheduleItemsList.tsx +++ b/frontend/src/components/schedule/ScheduleItemsList.tsx @@ -73,7 +73,7 @@ export default function ScheduleItemsList() { if (isLoading) { return ( - + Schedule Loading schedule items... @@ -83,7 +83,7 @@ export default function ScheduleItemsList() { } return ( -
+
diff --git a/frontend/src/components/tasks/IngestionInput.tsx b/frontend/src/components/tasks/IngestionInput.tsx index 1c0c2be..4387fb5 100644 --- a/frontend/src/components/tasks/IngestionInput.tsx +++ b/frontend/src/components/tasks/IngestionInput.tsx @@ -77,8 +77,8 @@ export default function IngestionInput() { } return ( -
- +
+ Create Tasks @@ -87,10 +87,11 @@ export default function IngestionInput() { Upload a file or paste text to extract tasks automatically - + setActiveTab(v as "file" | "text")} + className="flex-1 flex flex-col" > @@ -102,10 +103,10 @@ export default function IngestionInput() { Enter Text - + - + @@ -157,20 +158,20 @@ function FileInput({
( - + Input File - +
{selectedFile ? (
@@ -270,20 +271,20 @@ function TextInput({ ( - + Input Text - -
+ +