EdricChan03 / EdricChan03/studybuddy-android
[Refactor] Migrate auth screens to Jetpack Compose
- Dominant language
- Kotlin
- Stars
- 23
- Forks
- 9
- Avg merge
- 9h 1m
- Merged PRs (30d)
- 1
Description
Sub-issue for #368, tracking the auth screens migration to Jetpack Compose.
## Tasks
* [ ] Migrate activities to Jetpack Compose
* [ ] `LoginActivity`
* [ ] `RegisterActivity`
* [ ] `ForgotPasswordActivity`
* [x] `AccountActivity`
* [x] Expose common auth composables (`ProfileImage`, `AccountInfoRow`, `AuthRequiredDialog`)
* [x] Expose common auth text-fields (email, password)
* [x] Expose common `CompositionLocal`s (`LocalCurrentUser`, `LocalIsSignedIn`? - tentative naming)
* [ ] Expose auth navigation graph (#456)
* [ ] Remove activities (see above)
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.