-
Notifications
You must be signed in to change notification settings - Fork 23
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
New carousel #1917
New carousel #1917
Conversation
e34920f
to
6955cc4
Compare
6955cc4
to
cd2863a
Compare
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.
Some cool things here!
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.
🙃 A starting margin and price marker would be useful to help the user understand when they earn or lose money.
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.
Also, it's not clear that they are going long in all scenarios.
return LineTooltipItem( | ||
'at ${formatter.format(touchedSpot.x)} \n you get ₿${touchedSpot.y.toStringAsFixed(8)}', |
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.
🔧 This tooltip doesn't look so good in the video. It always overlaps with some other element of the UI.
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.
I leave these changes for now and let this be reworked when we use this component in a different setting.
a7bd083
to
34c9d23
Compare
Will resolve #1846
The chart is an extra component, maybe we can add this in the trading screen somewhere. Could be useful to display this information to the user.
Simulator.Screen.Recording.-.iPhone.15.-.2024-01-30.at.16.35.54.mp4