dydxprotocol / v4-web

Other
72 stars 58 forks source link

Improvement for trading page #820

Open dnguyen2107 opened 1 month ago

dnguyen2107 commented 1 month ago

As a user, when landing at trading page for specific pair, we need to be able quickly to look at chart and make trade input, no need of scrolling up and down to input order values as now.

image
  1. orderbook: user dont really need to look at it when landing on this page, so we can: either be able to collapse/extend it to make chart area be wider, or re-arrange orderbook section to the most-right of the page (currently its order placing section)
  2. Chart needs to be bigger, thats 1st-thing user wants to see, check design of Binance or Hyperliquid you can see they always make chart look more prominent.
  3. Order placing section: currently user need to scroll down to input order information, it should not, everything should be neat on 1 screen without scrolling. I notice we can remove headers as below:
image

Take a look at hyperliquid, the order inputs fit in 1 screen no need of scrolling, thats ultimate target, need PM & designer to take a look to re-design it.

Hope it helps, thanks guys.

linear[bot] commented 1 month ago

GH-51 Improvement for trading page