From cd27d9b0a7daa1b7d3c6d511328e3e6000b8cd8a Mon Sep 17 00:00:00 2001 From: Nicolas Meienberger Date: Thu, 26 Feb 2026 18:39:47 +0100 Subject: [PATCH] style(tables): same height row in all pages --- app/client/components/layout.tsx | 2 +- app/client/components/ui/tabs.tsx | 2 +- app/client/modules/notifications/routes/notifications.tsx | 2 +- app/client/modules/repositories/routes/repositories.tsx | 2 +- app/client/modules/volumes/routes/volumes.tsx | 2 +- 5 files changed, 5 insertions(+), 5 deletions(-) diff --git a/app/client/components/layout.tsx b/app/client/components/layout.tsx index d0b6059f..804c0c36 100644 --- a/app/client/components/layout.tsx +++ b/app/client/components/layout.tsx @@ -1,4 +1,4 @@ -import { Dot, LifeBuoy, LogOut } from "lucide-react"; +import { LifeBuoy, LogOut } from "lucide-react"; import { toast } from "sonner"; import { type AppContext } from "~/context"; import { GridBackground } from "./grid-background"; diff --git a/app/client/components/ui/tabs.tsx b/app/client/components/ui/tabs.tsx index 27fff91a..efef2882 100644 --- a/app/client/components/ui/tabs.tsx +++ b/app/client/components/ui/tabs.tsx @@ -33,7 +33,7 @@ function TabsTrigger({ className, ...props }: React.ComponentProps ( navigate({ to: `/notifications/${notification.id}` })} > {notification.name} diff --git a/app/client/modules/repositories/routes/repositories.tsx b/app/client/modules/repositories/routes/repositories.tsx index 4fb3e806..51a9f40d 100644 --- a/app/client/modules/repositories/routes/repositories.tsx +++ b/app/client/modules/repositories/routes/repositories.tsx @@ -123,7 +123,7 @@ export function RepositoriesPage() { {filteredRepositories.map((repository) => ( navigate({ to: `/repositories/${repository.shortId}` })} > {repository.name} diff --git a/app/client/modules/volumes/routes/volumes.tsx b/app/client/modules/volumes/routes/volumes.tsx index 3b87f199..ba2f10af 100644 --- a/app/client/modules/volumes/routes/volumes.tsx +++ b/app/client/modules/volumes/routes/volumes.tsx @@ -135,7 +135,7 @@ export function VolumesPage() { filteredVolumes.map((volume) => ( navigate({ to: `/volumes/${volume.shortId}` })} > {volume.name}