From 1a95af4fed76e1434fd831f7f093901b97838beb Mon Sep 17 00:00:00 2001 From: Avery Felts Date: Wed, 28 Jan 2026 09:00:47 -0700 Subject: [PATCH] Cleanup side menu and reduce header transparency for a more solid feel --- src/components/SideMenu.tsx | 32 -------------------------------- src/components/UserHeader.tsx | 12 ++++++------ 2 files changed, 6 insertions(+), 38 deletions(-) diff --git a/src/components/SideMenu.tsx b/src/components/SideMenu.tsx index 4e64b7e..900d5ad 100644 --- a/src/components/SideMenu.tsx +++ b/src/components/SideMenu.tsx @@ -133,30 +133,6 @@ export function SideMenu({ isOpen, onClose, user, userName }: SideMenuProps) { onClick={() => handleNavigate('/smoking-aids')} color="purple" /> - { - // Link to Dashboard Health Section - onClose(); - const el = document.getElementById('journey-section'); - if (el) el.scrollIntoView({ behavior: 'smooth', block: 'start' }); - else alert("View your Health Status on the Dashboard Journey section!"); - }} - color="blue" - /> - { - onClose(); - // Link to Calendar section - const el = document.getElementById('calendar-section'); - if (el) el.scrollIntoView({ behavior: 'smooth', block: 'start' }); - else alert("View your History on the Dashboard Calendar!"); - }} - color="amber" - /> {/* Footer Actions */} @@ -164,14 +140,6 @@ export function SideMenu({ isOpen, onClose, user, userName }: SideMenuProps) { "p-4 border-t", theme === 'light' ? "border-slate-100" : "border-white/5" )}> - { - onClose(); - alert("Please use the Notification Bell in the header for settings."); - }} - />