From 92d96ffa27981fedc4aa740d2fb44394488d2272 Mon Sep 17 00:00:00 2001 From: Jan Date: Fri, 10 Apr 2026 16:39:05 +0200 Subject: [PATCH] Sync dashboard hero chips and update gitignore --- .gitignore | 15 ++++++++++++++- src/components/dashboard/dashboard-shell.tsx | 4 ++-- 2 files changed, 16 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index 582b5dc..b6ba4b5 100644 --- a/.gitignore +++ b/.gitignore @@ -2,9 +2,22 @@ node_modules .next dist coverage + .env .env.local +.env.*.local + uploads public/uploads -prisma/dev.db +prisma/dev.db +prisma/*.db +prisma/*.db-journal + +npm-debug.log* +yarn-debug.log* +yarn-error.log* +pnpm-debug.log* + +.DS_Store +Thumbs.db \ No newline at end of file diff --git a/src/components/dashboard/dashboard-shell.tsx b/src/components/dashboard/dashboard-shell.tsx index 45dda9e..29334e2 100644 --- a/src/components/dashboard/dashboard-shell.tsx +++ b/src/components/dashboard/dashboard-shell.tsx @@ -1785,13 +1785,13 @@ export function DashboardShell({ label={`Abos monatlich: ${currencyFormatter.format(totals.subscriptions)}`} sx={{ bgcolor: alpha("#FFFFFF", 0.12), color: "white" }} /> - {isCompactLayout && currentPeriod ? ( + {currentPeriod ? ( ) : null} - {isCompactLayout && currentPeriod ? ( + {currentPeriod ? (