CounterpartyXCP / counterwallet

Counterparty web wallet
https://counterwallet.io
147 stars 177 forks source link

Tidy up history table in Trading View #891

Open Dorson opened 5 years ago

Dorson commented 5 years ago

The history of trades is not scrolling or scaling well. The date format takes too much space, the price data is pushed outside of view.

screenshot-trading-history

The reduced time format would give more space to the price data in the table.

Maybe the dynamic CSS info note title with the complete time for each trade would be better on the mouse hover event. Instead of having all the date cramped in one space.

Good day !

Dorson commented 5 years ago

The very quick solution would be to move the date column in the table to the right, while moving the price and amounts to the left, where it is visible.

Price & amounts are more valuable as data, since the list is ordered by time already.

Later on some smart or dedicated person could make the table CSS expand on click or so.