decentraland / decentraland/ui
Abstract the search bar from the Marketplace
- Dominant language
- TypeScript
- Stars
- 212
- Forks
- 93
- Avg merge
- 2h 4m
- Merged PRs (30d)
- 2
Description
Abstract the [Marketplace's search bar](https://github.com/decentraland/marketplace/blob/d463e0c35383fa26fa5a27809126ffd5c278764f/webapp/src/components/AssetTopbar/AssetTopbar.tsx) into the UI as some new components:
- Extract the SearchBar into a new component.
- Extract the SelectedFilters component with it's clear button. This component should be loadable with an array options, containing values and an onClick function and a set of values, signaling the selected options.
Things to consider:
- Do not extract the map buttons or logic.
- The idea of extracting the components separately is to be able to eventually build the navigation bar for each of the assets individually in the dApps.
Contributor guide
Assessment
This issue has not been assessed yet.