erp-construccion-frontend-v2/web/src
Adrian Flores Cortes cbb4f265c5 feat(frontend): Add HSE module navigation and routes
- Add HSE section to AdminLayout sidebar with Incidentes and Capacitaciones
- Add HSE routes in App.tsx (/admin/hse/incidentes and /admin/hse/capacitaciones)
- Create IncidentesPage and CapacitacionesPage components
- Create barrel export index.ts for HSE pages
- Import AlertTriangle and GraduationCap icons for HSE navigation

Routes added:
- /admin/hse -> redirects to /admin/hse/incidentes
- /admin/hse/incidentes -> IncidentesPage
- /admin/hse/capacitaciones -> CapacitacionesPage

Navigation structure:
- HSE section in sidebar (collapsed by default)
- Links to Incidentes and Capacitaciones pages
- Active state highlighting for current route

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
2026-02-02 21:23:13 -06:00
..
components/proyectos [MAI-002] feat: Implement frontend Proyectos module 2026-01-25 10:04:54 -06:00
hooks feat(FASE-5A): Frontend modules Dashboard, Presupuestos, Bidding 2026-01-27 07:21:28 -06:00
layouts feat(frontend): Add HSE module navigation and routes 2026-02-02 21:23:13 -06:00
pages/admin feat(frontend): Add HSE module navigation and routes 2026-02-02 21:23:13 -06:00
services feat(frontend): Add HSE API services module 2026-02-02 21:21:14 -06:00
stores [MAI-002] feat: Implement frontend Proyectos module 2026-01-25 10:04:54 -06:00
App.tsx feat(frontend): Add HSE module navigation and routes 2026-02-02 21:23:13 -06:00
index.css Migración desde erp-construccion/frontend - Estándar multi-repo v2 2026-01-16 08:11:18 -06:00
main.tsx [MAI-002] feat: Implement frontend Proyectos module 2026-01-25 10:04:54 -06:00
vite-env.d.ts Migración desde erp-construccion/frontend - Estándar multi-repo v2 2026-01-16 08:11:18 -06:00