From 8fd4207ee63347e7f8f0a9dfd4591f08773bccd4 Mon Sep 17 00:00:00 2001 From: chihlasm Date: Sun, 22 Mar 2026 21:39:05 +0000 Subject: [PATCH] refactor: charcoal palette + sidebar drawer fixes - Switch from true-dark to charcoal palette (sidebar darkest, content lighter) Page #1a1c23, Sidebar #10121a, Card #22252e, Border #2e3240 - Update all Tailwind semantic mappings to match new palette - Update landing page CSS hardcoded hex to new palette values - Fix remaining hardcoded hex in SurveyResponsesPage, SessionsPanel, FlowPilotMessageBar - Sidebar drawer starts below topbar (top: var(--topbar-h)) instead of viewport top - Drawer section title uses amber (#fbbf24) for visual pop - Unify all rail icons: white when inactive, cyan with bg-accent-dim when active Co-Authored-By: Claude Opus 4.6 (1M context) --- .../components/dashboard/SessionsPanel.tsx | 2 +- .../flowpilot/FlowPilotMessageBar.tsx | 2 +- frontend/src/components/layout/Sidebar.tsx | 21 +++---- frontend/src/index.css | 40 ++++++------ .../src/pages/admin/SurveyResponsesPage.tsx | 4 +- frontend/src/styles/landing.css | 62 +++++++++---------- 6 files changed, 63 insertions(+), 68 deletions(-) diff --git a/frontend/src/components/dashboard/SessionsPanel.tsx b/frontend/src/components/dashboard/SessionsPanel.tsx index 173e4a13..c71437fb 100644 --- a/frontend/src/components/dashboard/SessionsPanel.tsx +++ b/frontend/src/components/dashboard/SessionsPanel.tsx @@ -28,7 +28,7 @@ export function SessionsPanel({ sessions, delay = 200 }: SessionsPanelProps) { View All -
+
{sessions.map(session => (