- Add AsignarUnidadModal for unit/operator assignment
- Update OTList, OTDetail, OTForm components
- Create clientes feature module with service and hooks
- Create tarifas feature module with lane rate calculator
- Update OrdenesTransportePage with filters and map integration
Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
- Add @types/node for vite.config.ts __dirname support
- Extend OrdenTransporte interface with alias properties
- Add missing enum states to OTStatusBadge
- Fix EventosList type references and property access
- Fix GeocercasList property names (activo -> activa)
- Fix useTrackingWebSocket NodeJS.Timeout type
- Remove unused imports across components
Build now passes: 191 modules transformed successfully
Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
- Add .gitignore for node_modules and build artifacts
- Add package-lock.json for dependency lock
- Add tsconfig.node.json for node configuration
Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
- React 18.x with Vite configuration
- TailwindCSS with transport-themed colors
- Leaflet for map integration
- TypeScript setup with path aliases
Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>