decentraland / decentraland/ui

Abstract the search bar from the Marketplace

Open
#407 0 comments 0 reactions 0 assignees View on GitHub
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

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.