From f27fb5fca4d373e2c59af540957c7c232ad6a220 Mon Sep 17 00:00:00 2001 From: jasonMPM Date: Thu, 5 Mar 2026 16:21:00 -0600 Subject: [PATCH] Add files via upload --- frontend/src/App.jsx | 40 ++++++++++--------- .../src/components/Projects/ProjectList.jsx | 13 +++--- 2 files changed, 28 insertions(+), 25 deletions(-) diff --git a/frontend/src/App.jsx b/frontend/src/App.jsx index 4977bcc..751f4a9 100644 --- a/frontend/src/App.jsx +++ b/frontend/src/App.jsx @@ -40,34 +40,36 @@ export default function App() { { newProjectFn.current = fn }} /> - {/* Sidebar toggle — arrow when open, mini logo when collapsed */} + {/* Toggle button — ◀ tab when open, logo-only square when collapsed */} {/* Main content */} diff --git a/frontend/src/components/Projects/ProjectList.jsx b/frontend/src/components/Projects/ProjectList.jsx index b94bdec..484b367 100644 --- a/frontend/src/components/Projects/ProjectList.jsx +++ b/frontend/src/components/Projects/ProjectList.jsx @@ -26,17 +26,18 @@ export default function ProjectList({ onRegisterNewProject }) { return (
- {/* Header — logo + wordmark + new project button */} -
+ {/* Header — taller to give logo more presence */} +
FabDash logo { e.target.style.display = 'none' }} /> -
- FabDash - Fabrication Dashboard +
+ + FABDASH +