From 56eb2843eb4a610f6972b42c0fb259aeecc59164 Mon Sep 17 00:00:00 2001 From: Benjamin Leonard Date: Mon, 14 Apr 2025 15:59:49 +0100 Subject: [PATCH 1/3] Thinner small rows --- app/pages/system/networking/IpPoolsPage.tsx | 1 + app/ui/lib/DateTime.tsx | 2 +- app/ui/lib/Table.tsx | 4 ++-- 3 files changed, 4 insertions(+), 3 deletions(-) diff --git a/app/pages/system/networking/IpPoolsPage.tsx b/app/pages/system/networking/IpPoolsPage.tsx index 17c83e6cd7..66e50a9944 100644 --- a/app/pages/system/networking/IpPoolsPage.tsx +++ b/app/pages/system/networking/IpPoolsPage.tsx @@ -112,6 +112,7 @@ export default function IpPoolsPage() { const { table, query } = useQueryTable({ query: ipPoolList(), columns, + rowHeight: 'large', emptyState: , }) const { data: pools } = query diff --git a/app/ui/lib/DateTime.tsx b/app/ui/lib/DateTime.tsx index 60dfe000c1..ed91285f83 100644 --- a/app/ui/lib/DateTime.tsx +++ b/app/ui/lib/DateTime.tsx @@ -9,7 +9,7 @@ import { toLocaleDateString, toLocaleTimeString } from '~/util/date' export const DateTime = ({ date, locale }: { date: Date; locale?: string }) => ( -