From 2770a9e88e5ae5210d5092cdaa2c1650f47a231e Mon Sep 17 00:00:00 2001 From: Kyle Pope Date: Thu, 12 Mar 2026 18:35:44 +0800 Subject: [PATCH] Address remaining QA suggestions S-02 through S-06 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit S-02: Confirmed drift-3 is used by auth/AmbientBackground — not dead code. S-03: Extracted noise SVG data URI to module-level NOISE_SVG constant. S-04: Added will-change: transform to drift orbs for GPU layer promotion. S-05: Documented the 9 AM snooze default in getMinutesUntilTomorrowMorning. S-06: Made calendar toolbar bg-card/95 with backdrop-blur-md for better readability over the transparent FullCalendar grid. Co-Authored-By: Claude Opus 4.6 --- frontend/src/components/calendar/CalendarPage.tsx | 2 +- frontend/src/components/dashboard/UpcomingWidget.tsx | 2 ++ frontend/src/components/layout/AppAmbientBackground.tsx | 7 ++++++- 3 files changed, 9 insertions(+), 2 deletions(-) diff --git a/frontend/src/components/calendar/CalendarPage.tsx b/frontend/src/components/calendar/CalendarPage.tsx index 9f0b6e5..6dd9449 100644 --- a/frontend/src/components/calendar/CalendarPage.tsx +++ b/frontend/src/components/calendar/CalendarPage.tsx @@ -495,7 +495,7 @@ export default function CalendarPage() {
{/* Custom toolbar */} -
+
diff --git a/frontend/src/components/dashboard/UpcomingWidget.tsx b/frontend/src/components/dashboard/UpcomingWidget.tsx index 5450f89..10fd13f 100644 --- a/frontend/src/components/dashboard/UpcomingWidget.tsx +++ b/frontend/src/components/dashboard/UpcomingWidget.tsx @@ -30,6 +30,8 @@ const typeConfig: Record