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

Migrate account feature from XML to Jetpack Compose #183

Merged
merged 2 commits into from
Oct 3, 2023

Conversation

Devendra34
Copy link
Contributor

Onboarding in Jetpack Compose (Fixes #173)

  • Implemented AccountScreen Composable
  • Deleted fragment_account.xml file and its references
  • Fixed PrimaryButton container color from colorPrimaryDark to colorPrimary

Composable tree

  • AccountScreenView (Scaffold->Column)
    • AccountHeaderView (Top Green colored layout)
    • AccountContentView (SignIn/SignOut buttons and other settings options)

Screenshot

Signed In State Signed Out State
Screenshot 2023-10-02 at 12 21 10 AM Screenshot 2023-10-01 at 11 32 56 PM

Copy link
Owner

@hieuwu hieuwu left a comment

Choose a reason for hiding this comment

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

Lgtm

@hieuwu hieuwu merged commit 62588bf into hieuwu:main Oct 3, 2023
2 checks passed
@hieuwu
Copy link
Owner

hieuwu commented Oct 5, 2023

Hi @Devendra34 . Just a question. Did you create account on Supabase?

@Devendra34
Copy link
Contributor Author

Hi @Devendra34 . Just a question. Did you create account on Supabase?

Yes @hieuwu.

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.

Migrate Account feature from XML to Jetpack Compose
2 participants