From c96b695c3df170fb58199385114d83efe1bb2084 Mon Sep 17 00:00:00 2001 From: Javier Date: Wed, 25 Mar 2026 11:29:20 +0100 Subject: [PATCH] feat: redesign navigation with brutalist dark mode and simplified bottom nav --- frontend/src/components/layout/BottomNav.tsx | 14 +-- frontend/src/components/layout/MenuSheet.tsx | 115 +++++++++++++------ 2 files changed, 87 insertions(+), 42 deletions(-) diff --git a/frontend/src/components/layout/BottomNav.tsx b/frontend/src/components/layout/BottomNav.tsx index ff2b570b..72fcf5cf 100644 --- a/frontend/src/components/layout/BottomNav.tsx +++ b/frontend/src/components/layout/BottomNav.tsx @@ -1,5 +1,5 @@ import { NavLink } from 'react-router-dom'; -import { Home, AlertTriangle, Stethoscope, Video, Pill, Wrench, Heart, Clock, Zap } from 'lucide-react'; +import { Home, AlertTriangle, Stethoscope, Video, Pill, Wrench, Heart, Clock, Zap, BookOpen } from 'lucide-react'; interface NavItem { path: string; @@ -8,15 +8,11 @@ interface NavItem { } const navItems: NavItem[] = [ - { path: '/', icon: , label: 'Home' }, - { path: '/urgencias', icon: , label: 'Urgenc.' }, - { path: '/favoritos', icon: , label: 'Favor.' }, - { path: '/historial', icon: , label: 'Recient.' }, - { path: '/soporte-vital', icon: , label: 'Soporte' }, - { path: '/patologias', icon: , label: 'Patologías' }, - { path: '/escena', icon: