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

Onboarding ui for android #669

Merged
merged 4 commits into from
Jan 23, 2025
Merged

Onboarding ui for android #669

merged 4 commits into from
Jan 23, 2025

Conversation

JackVCurtis
Copy link
Contributor

Summary

Ticket: 🤖 | Onboarding Flow UI

What is this PR for?

Updates the Onboarding Flow to look like the designs.
onboarding3
onboarding2
onboarding1

(Highlighting is due to the Android voice accessibility interface)

iOS

  • If you added any user-facing strings on iOS, are they included in Localizable.xcstrings?
    • Add temporary machine translations, marked "Needs Review"

android

  • All user-facing strings added to strings resource
  • Expensive calculations are run in withContext(Dispatchers.Default) where possible

Testing

What testing have you done?
Manual testing for display.

@JackVCurtis JackVCurtis requested a review from a team as a code owner January 21, 2025 16:22
@JackVCurtis JackVCurtis requested a review from BrandonTR January 21, 2025 16:22
@JackVCurtis JackVCurtis force-pushed the jvc-android-onboarding-ui branch 2 times, most recently from bbd0db9 to 3f2c73c Compare January 22, 2025 15:14
Copy link
Contributor

@BrandonTR BrandonTR left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Screenshot_20250121_160432
I think we need to add the dark mode backgrounds as well.

Column(
verticalArrangement = Arrangement.spacedBy(16.dp),
horizontalAlignment = Alignment.Start
Box(
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Would it be a significant amount of work to split the screens into their own file? If we have to pass around too many params I'm fine with punting on this.

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Yeah, I felt the same way but opted to follow the example in the existing iOS code. I'm down to change things though.

@JackVCurtis
Copy link
Contributor Author

Screenshot_20250121_160432 I think we need to add the dark mode backgrounds as well.

Thank you for testing, I thought I had the resource but must have missed something

Copy link
Contributor

@BrandonTR BrandonTR left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Screenshot_20250122_141253
One more small thing, the button text color seems to be opposite of the Figma spec. Other than that LGTM!

@JackVCurtis JackVCurtis force-pushed the jvc-android-onboarding-ui branch from 98636e8 to 12d9c8f Compare January 23, 2025 17:49
@JackVCurtis JackVCurtis merged commit 4b71752 into main Jan 23, 2025
5 checks passed
@JackVCurtis JackVCurtis deleted the jvc-android-onboarding-ui branch January 23, 2025 18:00
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.

2 participants