0xProject / 0x-launch-kit-frontend

Apache License 2.0
114 stars 208 forks source link

Enable "All / ETH / DAI" market tab filters in the markets dropdown. #195

Closed unjapones closed 5 years ago

unjapones commented 5 years ago

Enable "All / ETH / DAI" market tab filters in the markets dropdown.

The filtering is performed by TokenSymbol and the search is applied on this result.

To manually test this on the UI, you may want to add a couple more markets to src/common/markets.ts with the TokenSymbol.Dai.

unjapones commented 5 years ago

Will work on the changes and then merge it. Thanks!