KomodoPlatform / atomicDEX

This is the official AtomicDEX mobile (smartphone app) repository
https://atomicdex.io
GNU General Public License v2.0
10 stars 15 forks source link

Amount of orders on orderbooks page #153

Open dth88 opened 4 years ago

dth88 commented 4 years ago

I think it might be quite helpful for the user to have on this screen the total amount of orders for a given pair

Since there might be many possible pairs options in DEX and since we're on a stage where there is not many orders user might need to click a lot of options to find the pair with >0 amount of orders. To not break overloads we might just highlight VRSC and user will learn what that means

image

Option with numbers - overloads UI a little bit: orderbook_amount

Option with highlighting (it might be highlighting by font color change also) of alive pairs - overloads UI less imo: orderbook_highlight

Duplicated from private repo https://github.com/ca333/komodoDEX/issues/777