- 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> |
||
|---|---|---|
| .. | ||
| components/proyectos | ||
| hooks | ||
| layouts | ||
| pages/admin | ||
| services | ||
| stores | ||
| App.tsx | ||
| index.css | ||
| main.tsx | ||
| vite-env.d.ts | ||