ui icon indicating copy to clipboard operation
ui copied to clipboard

Abstract the search bar from the Marketplace

Open LautaroPetaccio opened this issue 2 years ago • 0 comments
trafficstars

Abstract the Marketplace's search bar 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.

LautaroPetaccio avatar Aug 25 '23 20:08 LautaroPetaccio