cryptonomex / graphene-ui

Cryptonomex Graphene front end (wallet and decentralized exchange)
https://bitshares.openledger.info
MIT License
156 stars 100 forks source link

Show all ask/bid button in the DEX is not displayed for orderbook.length < 13, but only top 10 orders are shown #896

Closed steempower closed 7 years ago

steempower commented 7 years ago

'show all asks/bids' button on the bottom of the buy/sell order book is only displayed if there is greater than 13 orders on the orderbook, but only the top 10 orders are shown in the orderbook; resulting in orders 11, 12 & 13? being hidden and no button to show all orders is displayed

svk31 commented 7 years ago

Thanks, I actually knew about this one and fixed it in the Openledger repo, but looks like I missed it here. Will be fixed when I merge the market-update branch.