bancorprotocol / webapp-v3

Bancor V3 dApp
https://app.bancor.network
MIT License
19 stars 23 forks source link

New filter for pools table #629

Closed Yanivshechter1 closed 2 years ago

Yanivshechter1 commented 2 years ago

As a user, I would like to filter the pools table and show pools that are enabled/disabled for deposits.

High level

Adding a new pool table filter that hides pools with disabled deposits

Flow

User enters "Eran" page -> Clicks "Filter" -> filters drop-down menu opened

Filter

  1. Name - Hide paused deposits
  2. Location - First filter in the list
  3. Action -
    • ON - Show only pools that are enabled for deposits on the frontend (API AND allowed list = true)
    • OFF - Show all pools regardless of the deposits state
  4. Default state - OFF (i.e. show all pools)
  5. Design -Use the same on as all other filters
Yanivshechter1 commented 2 years ago

 Removed - The filter is no longer relevant