From 3b8567a05d4c40e667d061666feb7aa7bc38212d Mon Sep 17 00:00:00 2001 From: thomaspblock Date: Thu, 30 Jul 2026 15:04:03 +0200 Subject: [PATCH] fix(desktop): remove Projects overview card fills (#3416) ## Summary The Projects overview now lets the page surface flow through its metrics and activity cards instead of stacking filled panels. Borders and hover feedback remain, preserving grouping and interaction cues without the heavy nested background. ### Related issue None found. ### Testing - `pnpm exec biome check src/features/projects/ui/ProjectsOverviewPanel.tsx src/features/projects/ui/ProjectsActivityFeed.tsx tests/e2e/project-pr-review.spec.ts` - `pnpm build:e2e` - Focused Playwright smoke test: `project overview does not paint a background behind its cards` (passed) - Relevant desktop pre-push checks passed; the unrelated integration gate was blocked by a stale local checksum for migration 25 Signed-off-by: Thomas Petersen --- .../projects/ui/ProjectsActivityFeed.tsx | 3 +- .../projects/ui/ProjectsOverviewPanel.tsx | 5 +-- desktop/tests/e2e/project-pr-review.spec.ts | 35 +++++++++++++++++++ 3 files changed, 40 insertions(+), 3 deletions(-) diff --git a/desktop/src/features/projects/ui/ProjectsActivityFeed.tsx b/desktop/src/features/projects/ui/ProjectsActivityFeed.tsx index ba0c15b1c..011b50a73 100644 --- a/desktop/src/features/projects/ui/ProjectsActivityFeed.tsx +++ b/desktop/src/features/projects/ui/ProjectsActivityFeed.tsx @@ -257,9 +257,10 @@ function ActivityCard({ return (