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 @@ - + - - - - search - + + + ¡Explora Chiriquí! 🌿 + Descubre los mejores lugares cerca de ti + + + + + search + - + close + + + + + + + {{ catEmoji(cat) }} {{ cat }} + + - - - - - location_on - REGIÓN - - - {{ t('discover.allAreas') }} - {{ area }} - - - - - - category - CATEGORÍA - - - {{ cat }} - - + + + + Cargando lugares... - - - - - Sincronizando con SIBU... - + - - - - search_off - Sin resultados - La búsqueda no devolvió resultados. - + + + + + - REINICIAR FILTROS + location_on + {{ area }} - - - - - - - - - - {{ getCategoryIcon(biz.category || '') }} + + + + {{ filteredBusinesses.length }} + {{ filteredBusinesses.length === 1 ? 'lugar' : 'lugares' }} + en {{ selectedCategory }} + · {{ selectedArea }} + + + refresh + Limpiar + + + + + + + + + + + + + {{ catIcon(biz.category || '') }} + {{ biz.category }} - - + + {{ biz.name }} + + near_me + {{ biz.area }} + - - {{ biz.name }} - - near_me - {{ biz.area }} + + + + + search_off + Sin resultados + No encontramos lugares con ese filtro. + Ver todos los lugares + + + + + ¿Buscas algo más? + Explora sin filtros para descubrir todo + Ver todo + + + + + + + + + 🗺️ Por Área + + + location_on + {{ area }} + + + + + + + ✨ Destacados + + + + + + + + + + {{ catIcon(biz.category || '') }} + {{ biz.category }} + + {{ biz.name }} + + near_me + {{ biz.area }} + + - - + + + + 🏙️ Todos los lugares + + + + + + + + + {{ catIcon(biz.category || '') }} + {{ biz.category }} + + + + {{ biz.name }} + + near_me + {{ biz.area }} + + + + + + + + storefront + Sin lugares aún + Pronto habrá negocios y lugares turísticos disponibles aquí. + + +
Descubre los mejores lugares cerca de ti
Cargando lugares...
Sincronizando con SIBU...
La búsqueda no devolvió resultados.
{{ biz.name }}
+ near_me + {{ biz.area }} +
No encontramos lugares con ese filtro.
¿Buscas algo más?
Explora sin filtros para descubrir todo
🗺️ Por Área
✨ Destacados
🏙️ Todos los lugares
Pronto habrá negocios y lugares turísticos disponibles aquí.