duality-labs / duality-web-app

2 stars 2 forks source link

feat: improve Orders table in the orderbook UI #551

Closed dib542 closed 5 months ago

dib542 commented 5 months ago

The Orders table now supports:

note: the pagination of the orders table is not in the scope of this item. This may end up quite complicated, in particularly pagination of the filtered table (the Open orders list).

Stress tests: localhost_5173_orderbook_USDC_NTRN(FullHD) (17)

Filitered to "Open Orders": this is the list from the the /neutron/dex/user/limit_orders/[address] route. localhost_5173_orderbook_USDC_NTRN(FullHD) (18) note: There is currently a bug where this list is over-representing expired orders that have actually been closed (status "Closed" in the image), this should be fixed with changes in https://github.com/neutron-org/neutron/pull/479

When a order trades through some liquidity during the initial tick and the remainder remains in a limit order tranche then indicators of this state exist as well with two outcomes and an open order described in the following stress test: localhost_5173_orderbook_USDC_ATOM(FullHD)

github-actions[bot] commented 5 months ago

Deploy Previews

Testnet

Preview URL: https://292a57e5-61a40ee5--duality-xyz-testnet.netlify.app Logs: https://app.netlify.com/sites/duality-xyz-testnet/deploys/6631b00d93de535fa3969b32

Beta

Preview URL: https://292a57e5-61a40ee5--duality-xyz-beta.netlify.app Logs: https://app.netlify.com/sites/duality-xyz-beta/deploys/6631b05745d5765d604ba025

github-actions[bot] commented 5 months ago

Deploy Previews

Testnet

Preview URL: https://9c07ac74-ccbf0931--duality-xyz-testnet.netlify.app Logs: https://app.netlify.com/sites/duality-xyz-testnet/deploys/66326129a8a5f2fe0a1173af

Beta

Preview URL: https://9c07ac74-ccbf0931--duality-xyz-beta.netlify.app Logs: https://app.netlify.com/sites/duality-xyz-beta/deploys/6632617a93de53f514969b4b

github-actions[bot] commented 5 months ago

Deploy Previews

Testnet

Preview URL: https://e9f918f1-f65c3f9e--duality-xyz-testnet.netlify.app Logs: https://app.netlify.com/sites/duality-xyz-testnet/deploys/6632882c9a01dd1b15e98330

Beta

Preview URL: https://e9f918f1-f65c3f9e--duality-xyz-beta.netlify.app Logs: https://app.netlify.com/sites/duality-xyz-beta/deploys/66328879b1c1fb232641a0a9

github-actions[bot] commented 5 months ago

Deploy Previews

Testnet

Preview URL: https://43bd9e5d-202f4e3d--duality-xyz-testnet.netlify.app Logs: https://app.netlify.com/sites/duality-xyz-testnet/deploys/6632b8e21163b52078571470

Beta

Preview URL: https://43bd9e5d-202f4e3d--duality-xyz-beta.netlify.app Logs: https://app.netlify.com/sites/duality-xyz-beta/deploys/6632b930cfe16b21792f7e16

github-actions[bot] commented 5 months ago

Deploy Previews

Testnet

Preview URL: https://ce806f56-3557c15b--duality-xyz-testnet.netlify.app Logs: https://app.netlify.com/sites/duality-xyz-testnet/deploys/6632c666653c452c75ce30e0

Beta

Preview URL: https://ce806f56-3557c15b--duality-xyz-beta.netlify.app Logs: https://app.netlify.com/sites/duality-xyz-beta/deploys/6632c6b47d83362c0339d4c0

github-actions[bot] commented 5 months ago

Deploy Previews

Testnet

Preview URL: https://520c2418-2db5820f--duality-xyz-testnet.netlify.app Logs: https://app.netlify.com/sites/duality-xyz-testnet/deploys/6632cc5a163bc43354cc11dc

Beta

Preview URL: https://520c2418-2db5820f--duality-xyz-beta.netlify.app Logs: https://app.netlify.com/sites/duality-xyz-beta/deploys/6632cca69a91de33100a8f60

github-actions[bot] commented 5 months ago

Deploy Previews

Testnet

Preview URL: https://d6d3955a-79983858--duality-xyz-testnet.netlify.app Logs: https://app.netlify.com/sites/duality-xyz-testnet/deploys/6632ce3e75fa022ce2927ddf

Beta

Preview URL: https://d6d3955a-79983858--duality-xyz-beta.netlify.app Logs: https://app.netlify.com/sites/duality-xyz-beta/deploys/6632ce8a6cf4a030dccccbc5

github-actions[bot] commented 5 months ago

Deploy Previews

Testnet

Preview URL: https://0ab8999c-155d4952--duality-xyz-testnet.netlify.app Logs: https://app.netlify.com/sites/duality-xyz-testnet/deploys/6632d23424494d349538c9cf

Beta

Preview URL: https://0ab8999c-155d4952--duality-xyz-beta.netlify.app Logs: https://app.netlify.com/sites/duality-xyz-beta/deploys/6632d28123bb1334a8ee0ef3

dib542 commented 5 months ago

:tada: This PR is included in version 2.8.0 :tada:

The release is available on GitHub release

Your semantic-release bot :package::rocket: