From 779fc7136c5f0cbc1a15ddacf781cb6ee2ed0616 Mon Sep 17 00:00:00 2001 From: Hanzo_dev <2002samudiojohan@gmail.com> Date: Mon, 23 Feb 2026 13:42:18 -0500 Subject: [PATCH] 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 --- frontend/src/views/FavoritesView.vue | 1119 ++++++++++++++------------ 1 file changed, 591 insertions(+), 528 deletions(-) diff --git a/frontend/src/views/FavoritesView.vue b/frontend/src/views/FavoritesView.vue index 659a13c..eb2d50c 100644 --- a/frontend/src/views/FavoritesView.vue +++ b/frontend/src/views/FavoritesView.vue @@ -1,5 +1,5 @@