Frontend React para ERP Transportistas
Go to file
Adrian Flores Cortes f0a09fea29 [MAI-003,006,011] feat: Add frontend React components for transport modules
- Add viajes module with ViajesList, ViajeForm, ViajeDetail, ViajeStatusBadge
- Add flota module with UnidadesList, OperadoresList, StatusBadge components
- Add tracking module with TrackingMap, EventosList, GeocercasList
- Add ordenes-transporte module with OTList, OTForm, OTDetail, OTStatusBadge
- Add types, API services, and feature index files for all modules
- Add main entry files (App.tsx, main.tsx, index.css)
- Add page components for routing
- Configure Tailwind CSS with primary colors

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
2026-01-26 02:12:38 -06:00
src [MAI-003,006,011] feat: Add frontend React components for transport modules 2026-01-26 02:12:38 -06:00
index.html [MAI-003,006,011] feat: Add frontend React components for transport modules 2026-01-26 02:12:38 -06:00
package.json feat: Initial frontend structure for ERP Transportistas 2026-01-25 09:51:26 -06:00
postcss.config.js [MAI-003,006,011] feat: Add frontend React components for transport modules 2026-01-26 02:12:38 -06:00
tailwind.config.js [MAI-003,006,011] feat: Add frontend React components for transport modules 2026-01-26 02:12:38 -06:00
tsconfig.json feat: Initial frontend structure for ERP Transportistas 2026-01-25 09:51:26 -06:00
vite.config.ts feat: Initial frontend structure for ERP Transportistas 2026-01-25 09:51:26 -06:00