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

New carousel #1917

Merged
merged 1 commit into from
Jan 31, 2024
Merged

New carousel #1917

merged 1 commit into from
Jan 31, 2024

Conversation

bonomat
Copy link
Contributor

@bonomat bonomat commented Jan 29, 2024

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

@bonomat bonomat marked this pull request as draft January 29, 2024 08:25
@bonomat bonomat force-pushed the chore/new-charousel branch from e34920f to 6955cc4 Compare January 30, 2024 15:35
@bonomat bonomat requested review from holzeis and luckysori January 30, 2024 15:36
@bonomat bonomat force-pushed the chore/new-charousel branch from 6955cc4 to cd2863a Compare January 30, 2024 15:36
@bonomat bonomat marked this pull request as ready for review January 30, 2024 15:36
@bonomat bonomat changed the title WIP: draft for a new carousel New carousel Jan 30, 2024
@bonomat bonomat enabled auto-merge January 30, 2024 20:27
Copy link
Contributor

@luckysori luckysori left a 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!

mobile/lib/features/welcome/onboarding.dart Outdated Show resolved Hide resolved
mobile/lib/features/welcome/onboarding.dart Outdated Show resolved Hide resolved
mobile/lib/features/welcome/onboarding.dart Outdated Show resolved Hide resolved
mobile/lib/features/welcome/onboarding.dart Show resolved Hide resolved
mobile/lib/features/welcome/onboarding.dart Outdated Show resolved Hide resolved
mobile/lib/features/welcome/onboarding.dart Outdated Show resolved Hide resolved
Copy link
Contributor

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.

Copy link
Contributor

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.

Comment on lines +176 to +180
return LineTooltipItem(
'at ${formatter.format(touchedSpot.x)} \n you get ₿${touchedSpot.y.toStringAsFixed(8)}',
Copy link
Contributor

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.

Copy link
Contributor Author

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.

@bonomat bonomat force-pushed the chore/new-charousel branch from a7bd083 to 34c9d23 Compare January 31, 2024 08:25
@bonomat bonomat disabled auto-merge January 31, 2024 10:11
@bonomat bonomat merged commit e58fecf into main Jan 31, 2024
9 checks passed
@bonomat bonomat deleted the chore/new-charousel branch January 31, 2024 10:19
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Onboarding carousel outdated
2 participants