1d3f0ce2fa
fix(ui): Adjust bottom nav padding, fix router scroll, keep session on PWA, and add ETA loading state
2026-03-12 13:53:56 -05:00
512711ecf5
fix(admin): solo mostrar paradas de la ruta en dropdown de inicio/fin
2026-03-11 14:22:45 -05:00
65b8bc1f43
fix(landing): usar SVG correcto del logo Apple con hoja y mordisco
2026-03-11 13:10:58 -05:00
fda4d04c21
fix(landing): reemplazar icono apple de material icons con SVG oficial
2026-03-11 13:03:47 -05:00
ca3cf03db8
fix(landing): redisenar seccion instalacion con tarjetas solidas y IntersectionObserver
2026-03-11 12:56:11 -05:00
c60dfb0a90
fix(landing): mejorar color de modal de instalacion y corregir TS bugs en scrolls
2026-03-11 12:08:45 -05:00
e021dd6ed5
feat: rediseno premium completo de la landing page con dark mode y arreglos en scroll de navbar
2026-03-11 12:02:23 -05:00
374ff433ab
fix: usar shallowRef para caminandoPolyline (setMap null fallaba silenciosamente con ref)
2026-03-11 11:41:43 -05:00
34fed74b79
fix: corregir race condition en cancelacion de tokens (polylines huerfanas)
2026-03-11 10:55:18 -05:00
3e77676e20
fix: corregir lineas punteadas persistentes (singleton useParadaCercana)
2026-03-11 09:51:57 -05:00
1c951dfced
fix(map): total shielding against ghost lines.
...
- Updated useDirectionsRoute to support and respect cancelTokens in internal loops.
- Ensured all route tracing calls in useFlujoPrincipal are abortable.
- Prevented late polyline registration after map cleanup.
2026-03-10 17:19:22 -05:00
1b0f309f6a
fix(map): prevent ghost polylines and improve ETA accuracy.
...
- Added cancel tokens to avoid 'traces' on map after route removal.
- Fixed math bug in ETA proportion calculating 16.6% less time than real.
- Set average bus speed to 30km/h for more realistic calculations.
2026-03-10 17:10:01 -05:00
7536dbe2e3
style: refine nav and hero layout in LandingView
2026-03-10 14:29:42 -05:00
68a40a1c36
fix: resolve nav overlapping and ghosting issues
2026-03-10 12:02:32 -05:00
66e56f6804
refine: smart nav thresholds and improved transitions
2026-03-10 11:52:33 -05:00
86e3867609
fix: hero overlapping with large logo nav bar
2026-03-10 11:42:57 -05:00
4c91083219
barra de navegación: logo 150px y animación inteligente al scroll
2026-03-10 11:30:21 -05:00
72163062a7
logo sib aumentado a 150px
2026-03-10 11:07:17 -05:00
75129a2f9f
mejoras en landing page: logo y botones
2026-03-10 10:55:33 -05:00
bf9adf1d3a
mejoras en el mapa
2026-03-10 09:33:39 -05:00
c0a476cdb8
Update landing page: simplified design, new color tokens, and improved responsive layout
2026-03-09 19:47:40 -05:00
0ce878f54f
Update landing page: dynamic hero, live badge, and improved styles
2026-03-09 19:35:33 -05:00
d434629453
Update landing installation section background with imageninfe.png
2026-03-09 17:25:45 -05:00
6024061404
Double SIB logo size and adjust navbar and hero text position
2026-03-09 17:21:28 -05:00
4f6f35f6d9
Update navbar visibility and use titulosib.png logo image
2026-03-09 17:15:31 -05:00
ea11f9f7ff
Change landing background to specific image and lower hero text position
2026-03-09 17:00:39 -05:00
10230177c9
Fix: Force video playback and adjust overlay transparency for better visibility
2026-03-09 16:38:08 -05:00
2dc8208b60
Update landing background with official Panama location video
2026-03-09 16:36:17 -05:00
f62d129165
Fix: Replace fake mp4 with real video file for landing background
2026-03-09 16:32:50 -05:00
9a36eb84e8
Add video background to landing hero and lower text position
2026-03-09 16:28:48 -05:00
2f6fabe64e
Fix: Hide MainLayout (header and bottom nav) on landing page
2026-03-09 16:12:12 -05:00
d56065cf3c
Refactor landing page to minimalist Apple-like style and use new SIB logo
2026-03-09 16:09:23 -05:00
532e396b43
Implement landing page with PWA smart detection and high-quality background
2026-03-09 15:53:35 -05:00
12cc2a7eaa
Update icono.png with new high-quality logo
2026-03-09 15:43:57 -05:00
8da5670726
Fix iOS home screen icon by adding apple-touch-icon meta tag
2026-03-09 14:07:05 -05:00
33b344d6bd
Revert logo image to SIB text as requested by client
2026-03-09 13:45:18 -05:00
19f12d1272
Update app title and favicon to SIB and new icono.png
2026-03-09 13:42:36 -05:00
178c40f40f
Remove icono.png from AuthView as requested
2026-03-09 13:07:27 -05:00
1a5bd0e5be
Add missing logo assets to public folder
2026-03-09 13:04:24 -05:00
8c0e683b70
Update app branding with new icono and titulosib logos
2026-03-09 12:59:10 -05:00
d5763cd6d6
Rename system to SIB: update translations, logos, views, stores and logs
2026-03-09 12:19:37 -05:00
027cb80aec
fix: mejorar el calculo de ETA usando duracion estimada de la BD y corregir etiquetas de tiempo en la interfaz
2026-03-08 09:39:55 -05:00
999cd75c11
fix(eta): update to 12h format and ensure ETA always shows in minutes (e.g., 70 min)
2026-03-07 22:18:37 -05:00
f2e96c4cdf
feat: origin_stop_id y destination_stop_id en routes - motor de llegadas ahora usa parada de inicio explicita como referencia, admin puede configurar inicio/fin por ruta
2026-03-05 19:48:45 -05:00
0e06fec1ae
feat: motor de calculo real de llegadas de buses por parada - reemplaza datos mock con logica usando travel_time_minutes + horarios del dia, con soporte GPS para tiempos de espera en tiempo real
2026-03-05 18:27:40 -05:00
086375969b
fix: optimizar chequeo de sesion en router para prevenir congelamiento de UI en panel de administracion y otras vistas
2026-03-05 13:08:20 -05:00
1b3dad0fd6
feat: reemplazar entrada de texto de url por campo de carga nativo en formulario de cupones
2026-03-05 12:29:27 -05:00
51d390c2e1
fix(analytics): pre-cargar todos los cupones incluso con 0 interacciones en el sector comercial
2026-03-05 12:13:25 -05:00
4cdd903b8a
feat: optimizaciones responsive en AdminPanel y traducciones i18n en BusinessDetailsView
2026-03-05 09:27:36 -05:00
1488af32ae
feat: Rediseño de Inteligencia Comercial a formato listado con cupones integrados
2026-03-04 21:07:35 -05:00