From 68dc26b2b0a705170f8b5fc53e7520267c28ed0a Mon Sep 17 00:00:00 2001 From: Hanzo_dev <2002samudiojohan@gmail.com> Date: Mon, 23 Feb 2026 14:44:55 -0500 Subject: [PATCH] feat: redesign DiscoverView with friendly UX, sections and filter chips MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - Friendly header with 'Explora Chiriquí!' greeting and prominent search bar - Horizontal category chips with emojis (Restaurante, Hotel, Cafe, etc.) - Sticky chips row for quick filtering while scrolling - 'Destacados' section: 2 large portrait cards with image, gradient overlay, category badge - 'Por Area' chips: David, Boquete, Volcan, etc. — click to filter - 'Todos los lugares' 2-col grid with image, cat badge, area label - When filtering: results counter, reset button, 'no results' empty state - 'Busca algo mas' CTA card at bottom of filtered results - Full dark/light mode via CSS variables --- frontend/src/views/DiscoverView.vue | 1055 +++++++++++++++++---------- 1 file changed, 683 insertions(+), 372 deletions(-) diff --git a/frontend/src/views/DiscoverView.vue b/frontend/src/views/DiscoverView.vue index 68655f0..f4dd331 100644 --- a/frontend/src/views/DiscoverView.vue +++ b/frontend/src/views/DiscoverView.vue @@ -1,513 +1,824 @@