You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Added a new CategoryCarousel component to display product categories in a horizontal carousel.
Enabled filtering by category: clicking on a carousel item now navigates to the search page with the selected category applied. Responsive Search Suggestions
Refactored SearchSuggestions to be fully responsive, switching between 1–4 column layouts based on viewport size.
Ensured the suggestions dropdown adapts to mobile and desktop breakpoints seamlessly. Improved SearchBar Filtering
Fixed product filtering and search behavior in SearchBar when selecting a category from the dropdown.
Ensured that both the search icon and suggestion clicks clear the input and close the dropdown, preventing stale suggestions. Breadcrumbs
Added breadcrumb navigation to the Home and Search pages for better context and navigation hierarchy.
Corrected the breadcrumb route on the Product Detail page to use the proper URL parameters.
Hay un comportamiento que estamos echando en falta, y es el siguiente: Cuando un usuario va a la vista detalle de una categoría el breadcrumb está bien que diga el nombre de la categoría, sin embargo, hay yo agregar cualquier otro filtro (una categoría mas por ejemplo) ese breadcrumb debería cambiar a algo como "Filtro personalizado", ya luego si voy hacia el detalle de un producto si recupero el breadcrumb de la categoría y debería poder volver a esa categoría filtrada, esto porque no vamos a trabajar con persistencia de filtros por ahora
Respecto al carousel de categorías, necesito que crees una carpeta como alrededor de 15 imagenes relacionadas a medicamentos y las uses random en el listado. Esta solución es parcial porque lo deberiamos consumir desde el backend pero implica mucho tiempo hacer todos los cambios, entonces lo vamos a manejar así que es mas rapido @rikardodlpj88
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Pull Request: Enhance Category Carousel, Search Suggestions & Breadcrumbs
Summary of Changes
Category Carousel
Responsive Search Suggestions
Improved SearchBar Filtering
Breadcrumbs