779fc7136c
feat: redesign FavoritesView with card chips, type-specific cards, heart button
...
- Replace dropdown filter with horizontal scrollable chip pills (Todos/Rutas/Taxis/Negocios/Eventos)
- Differentiated cards per item type: bus routes with yellow icon, taxis with photo, businesses in 2-col grid with image, events with gradient icon
- Heart button to remove favorites (instead of X button) - more friendly UX
- Improved empty state with SVG heart illustration and 'Explorar ahora' CTA
- Full dark/light mode support via CSS variables (no hardcoded colors)
- Sticky chips row for easy filtering while scrolling
2026-02-23 13:42:18 -05:00
69061a081f
fix: redesign auth UI to match SIBU design system, fix login bug
...
- AuthView: removed Tailwind/HUD aesthetic, uses SIBU CSS variables and Space Grotesk font, tab-based login/register switch
- LoginForm: fix critical bug - email now sent lowercase to backend (was causing 401 errors), added show/hide password toggle, human labels replacing sci-fi terminology
- RegisterForm: same fixes - lowercase email, human UX, SIBU theme variables
- Both forms: removed all hardcoded Tailwind colors, now consistent with dark/light theme system
2026-02-22 18:04:52 -05:00
a1ba74cd49
fix: remove duplicate headers, fix i18n keys, unify theme colors in Discover and Schedules views
...
- DiscoverView: removed internal header (duplicate of AppHeader), replaced Tailwind hardcoded colors with CSS theme variables (--bg-primary, --active-color, etc.)
- SchedulesView: removed internal header (duplicate of AppHeader), replaced Tailwind hardcoded colors with CSS theme variables
- es.json: add missing keys discover.searchPlaceholder, schedules.placeholder, schedules.upcoming, schedules.noSchedules, schedules.types
- en.json: same missing keys added for English
2026-02-22 17:41:50 -05:00
e370f8166d
chore: remove remaining build log files
2026-02-22 16:22:00 -05:00
2b7e193906
perf: optimize build — chunk splitting, remove VueDevTools from prod, fix firebase-tools to devDeps
...
- vite.config.ts: Remove VueDevTools from production build (dev only)
- vite.config.ts: Add manualChunks for firebase, charts, pdf, vue, maps vendors
- vite.config.ts: Increase chunkSizeWarningLimit to 700KB for Google Maps
- package.json: Move firebase-tools from dependencies to devDependencies
- router/index.ts: Add webpackChunkName groups (transport, discover, user, admin, roles)
- Clean up build log files (build_debug.txt, build_error*.txt, etc.)
Build time improvement: chunks now load on demand per user role
2026-02-22 16:19:27 -05:00
b0d6aacc6e
chore: add .gitignore rules for logs, build artifacts and Firebase cache
2026-02-22 16:02:54 -05:00
532aad16df
Fix syntax errors in MapView.vue and improve backend production robustness (CORS, DB URL, auto-migrations, and seeding)
2026-02-22 16:00:52 -05:00
33154169c8
feat: redesign Login/Register with HUD aesthetic and Google Auth integration
2026-02-22 15:31:02 -05:00
c6b97c4188
feat: redesign Schedules, Discover, and Routes views with SIBU Main HUD aesthetic and Tailwind v4
2026-02-22 15:05:59 -05:00
d8245c5021
fix: Implementación de Sticky Header y optimización de área segura (Notch)
2026-02-22 14:07:47 -05:00
441cf298e3
fix: Movido padding superior al layout principal para evitar solapamiento y limpieza de estilos globales
2026-02-22 13:57:31 -05:00
bca1749291
fix: Corregido solapamiento de AppHeader con el contenido global
2026-02-22 13:30:58 -05:00
0baf8f8400
fix: Ajuste de visibilidad del buscador en móvil (conservando estética original)
2026-02-22 13:23:07 -05:00
8b6c17e33a
fix: Rediseño ergonómico y estético del buscador (Stark HUD)
2026-02-22 13:21:44 -05:00
5c151c3af9
feat: Cerrar menú al tocar fuera y efecto fade en overlay
2026-02-22 11:52:28 -05:00
82f7646664
fix: Protocolo de ruptura de caché y actualización de fuentes
2026-02-22 11:36:46 -05:00
f71439b1c4
fix: Visibilidad de iconos y botón de sesión en móvil
2026-02-22 11:26:40 -05:00
1b266c6724
style: Volver a SIBU clásico con fondo sólido para mejor legibilidad móvil
2026-02-22 11:17:58 -05:00
e07b0a8601
Fix: Added missing Optional import in taxis API to resolve Render deploy failure
2026-02-22 10:50:36 -05:00
9e57b9b85b
feat: Rediseño Premium SIBU NEXUS ELITE - Sidebar y Tipografía Space Grotesk
2026-02-22 10:33:29 -05:00
a111827d1f
Fix: Explicitly import models in database.py to ensure table creation on Render
2026-02-22 10:29:41 -05:00
d50020ade2
Fix: Added database initialization on startup to avoid 500 errors in production
2026-02-22 10:23:15 -05:00
1f59f87614
Fix: Broadened CORS for production debugging and wake up server
2026-02-22 10:11:30 -05:00
cdd553d9cb
UI/UX Optimization: Fixed HUD elements, compacted sidebar menu, and improved mobile animations stability
2026-02-21 17:43:46 -05:00
7adc9cec45
SIBU 2.0: Successful hybrid deployment on Render & Firebase, CORS security updates, and architecture optimizations
2026-02-21 16:04:08 -05:00
568a45a109
Final production configuration: Firebase Hosting, Render Blueprint and CORS security fix
2026-02-21 14:52:49 -05:00
0c7aa53c8b
Initial commit: SIBU 2.0 MISSION
2026-02-21 09:53:31 -05:00