From 058aab77eebdcc26ee4c09a37cd069044c7125bf Mon Sep 17 00:00:00 2001 From: nameless Date: Fri, 10 Nov 2023 02:01:12 +0000 Subject: [PATCH] refactor: webui adjustments - remove unnecessary margin in admins and workers page - use rounded-md instead of rounded-xl for queue page - output "No worker/admin/jobs" as item in a list --- ui/AdminsPage.tsx | 8 ++++-- ui/QueuePage.tsx | 61 ++++++++++++++++++++++++++-------------------- ui/WorkersPage.tsx | 8 ++++-- 3 files changed, 46 insertions(+), 31 deletions(-) diff --git a/ui/AdminsPage.tsx b/ui/AdminsPage.tsx index aa98707..c9d39f5 100644 --- a/ui/AdminsPage.tsx +++ b/ui/AdminsPage.tsx @@ -48,14 +48,18 @@ export function AdminsPage(props: { sessionId: string | null }) { {getAdmins.data?.length ? ( -