From 5002fd1519db870a16e23e123d7292d8b19c046d Mon Sep 17 00:00:00 2001 From: amaliadwiy Date: Tue, 26 May 2026 14:37:28 +0800 Subject: [PATCH] fix: perbaiki layout table Recent Error Reports di dashboard Kolom App, Version, Reported, dan Status tidak lagi wrap atau terpotong. Tambah horizontal scroll pada container dan minWidth pada table. --- src/frontend/routes/dashboard.tsx | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/src/frontend/routes/dashboard.tsx b/src/frontend/routes/dashboard.tsx index 0a8d8a5..b39c1de 100644 --- a/src/frontend/routes/dashboard.tsx +++ b/src/frontend/routes/dashboard.tsx @@ -198,15 +198,15 @@ function DashboardPage() { - - + +
- App + App Error Message - Version - Reported - Status + Version + Reported + Status @@ -227,7 +227,7 @@ function DashboardPage() { ) : recentErrors.map((error: any) => ( - + {error.app} @@ -237,13 +237,13 @@ function DashboardPage() { - + v{error.version} - + {formatTimeAgo(error.time)} - +