From 48e83d4a942355066a997a5f23696a918a057f73 Mon Sep 17 00:00:00 2001 From: Hanzo_dev <2002samudiojohan@gmail.com> Date: Mon, 23 Feb 2026 14:11:52 -0500 Subject: [PATCH] feat: redesign SchedulesView with visual dropdown, status-coded cards, day filter chips MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - Custom visual route dropdown (replaces native select) with animation, icons, checkmark - Schedule cards with left accent bar and status system: Departing (yellow glow), On-time (green), Upcoming (blue) - Time shown large and bold in active-color (theme-aware) - Pulsing 'SALIENDO' badge on most immediate departure - Day filter chips: Hoy / Mañana / Todos - Live green dot indicator for real-time feel - 'Ver en mapa' shortcut button - Empty state with SVG clock illustration before route is selected - Full dark/light mode support via CSS variables --- frontend/src/views/SchedulesView.vue | 1108 ++++++++++++++++---------- 1 file changed, 705 insertions(+), 403 deletions(-) diff --git a/frontend/src/views/SchedulesView.vue b/frontend/src/views/SchedulesView.vue index 40b6ce1..b5bff98 100644 --- a/frontend/src/views/SchedulesView.vue +++ b/frontend/src/views/SchedulesView.vue @@ -1,510 +1,812 @@