Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: add Orderbook page and Orderbook UI #449

Merged
merged 106 commits into from
Oct 2, 2023

Conversation

dib542
Copy link
Collaborator

@dib542 dib542 commented Sep 27, 2023

Part 1: basic page layout parts and LimitOrder functionality

Preview:
localhost_3000_orderbook_STK_TKN(FullHD) (3)

Things still to improve:

  • Orderbook list needs debugging, it is not always showing the right values in the right order
  • Orders Table should have:
    • some view filters
    • action UI to Cancel "Good Until Cancelled" limit orders
  • Chart should be switched to Trading View
  • Buy Limit Orders should have the amount editable
    • this requires a bit of work because we can't calculate the amount in required for an amount out locally

@dib542 dib542 linked an issue Sep 27, 2023 that may be closed by this pull request
    - so that it may be the height of the liquidity list card
@dib542 dib542 force-pushed the 420-add-orderbook-page-and-orderbook-ui branch from 3670c7c to 64376dc Compare October 1, 2023 17:24
@dib542 dib542 marked this pull request as ready for review October 2, 2023 02:17
@dib542 dib542 force-pushed the 420-add-orderbook-page-and-orderbook-ui branch from 9c401de to 1901405 Compare October 2, 2023 02:25
@dib542
Copy link
Collaborator Author

dib542 commented Oct 2, 2023

@dib542 dib542 merged commit a5b7bd8 into main Oct 2, 2023
@dib542 dib542 deleted the 420-add-orderbook-page-and-orderbook-ui branch October 2, 2023 02:34
dib542 pushed a commit that referenced this pull request Oct 2, 2023
## [0.3.23](v0.3.22...v0.3.23) (2023-10-02)

### Features

* add Orderbook page and Orderbook UI ([#449](#449)) ([a5b7bd8](a5b7bd8))
@dib542
Copy link
Collaborator Author

dib542 commented Oct 2, 2023

🎉 This PR is included in version 0.3.23 🎉

The release is available on GitHub release

Your semantic-release bot 📦🚀

@dib542 dib542 added the released label Oct 2, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Add Orderbook page and Orderbook UI
1 participant