From 90b63039e34d3d2dea3aa58e72107d84ca8b7e8e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Filip=20Tron=C3=AD=C4=8Dek?= Date: Mon, 16 Dec 2024 09:47:48 +0000 Subject: [PATCH 1/2] [dashboard] Fix bottom page margins for Prebuilds, Repositories and Insights --- components/dashboard/src/prebuilds/list/PrebuildListPage.tsx | 2 +- components/dashboard/src/repositories/list/RepositoryList.tsx | 2 +- components/dashboard/src/repositories/list/RepositoryTable.tsx | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/components/dashboard/src/prebuilds/list/PrebuildListPage.tsx b/components/dashboard/src/prebuilds/list/PrebuildListPage.tsx index bda8c3e84e88bc..b3ba5f89f6f2a8 100644 --- a/components/dashboard/src/prebuilds/list/PrebuildListPage.tsx +++ b/components/dashboard/src/prebuilds/list/PrebuildListPage.tsx @@ -12,7 +12,7 @@ const PrebuildListPage = () => { useDocumentTitle("Prebuilds"); return ( -
+
diff --git a/components/dashboard/src/repositories/list/RepositoryList.tsx b/components/dashboard/src/repositories/list/RepositoryList.tsx index 288eeac70d956e..9247796176df7c 100644 --- a/components/dashboard/src/repositories/list/RepositoryList.tsx +++ b/components/dashboard/src/repositories/list/RepositoryList.tsx @@ -92,7 +92,7 @@ const RepositoryListPage: FC = () => { return ( <> -
+
= ({
)} -
+
{hasNextPage ? ( Load more From 67b84fc831ab821cdecbf359084a41e163025762 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Filip=20Tron=C3=AD=C4=8Dek?= Date: Mon, 16 Dec 2024 10:01:49 +0000 Subject: [PATCH 2/2] Fix `/insights` as well MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit I forgor initially 💀 --- components/dashboard/src/Insights.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/components/dashboard/src/Insights.tsx b/components/dashboard/src/Insights.tsx index f6ce940049864b..f86322e152a443 100644 --- a/components/dashboard/src/Insights.tsx +++ b/components/dashboard/src/Insights.tsx @@ -56,7 +56,7 @@ export const Insights = () => { return ( <>
-
+
{
-
+
{hasNextPage ? (