-
Notifications
You must be signed in to change notification settings - Fork 21
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
[Trade] History Chart #1456
[Trade] History Chart #1456
Conversation
Deploying carbon-app with Cloudflare Pages
|
Deploying carbon-app-sei with Cloudflare Pages
|
Deploying carbon-app-celo with Cloudflare Pages
|
Deploying carbon-app-blast with Cloudflare Pages
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Amazing improvement to the app!
Review Part 1
Create strategy:
- Can src/components/simulator/input/d3Chart/recurring/D3ChartDisposable.tsx move to src/components/simulator/input/d3Chart/disposable/D3ChartDisposable.tsx
- Limit/Range and Recurring: Chart handle allows to set negative numbers
- Limit/Range: In range option, moving the range up or down and clicking "Use Market" so that the range becomes inverted doesn't invert the numbers in the form
Screen.Recording.2024-09-11.at.16.33.11.mov
- Concentrated: Max spread/fee tier is not adjusting when moving the ranges
Screen.Recording.2024-09-11.at.16.30.28.mov
- Consider moving the chart functionality away from the components/simulator folder as it is now used elsewhere in the app
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
src/components/simulator/input/d3Chart/disposable/D3ChartDisposable.tsx
Outdated
Show resolved
Hide resolved
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
- Chart handle can go to negative numbers and eventually is hidden from the user
Screen.Recording.2024-09-12.at.09.09.37.mov
approved by Costa
fix #1187
fix #1453
fix #1452