feat: add loading states and first-time user onboarding (Closes #88) #130
Reference in New Issue
Block a user
Delete Branch "feature/issue-88-no-loading-states-or-first-time-user-onboarding"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Summary
Changes
LoadStatus.Loadingstate and made character loading asynchronous inCharacterViewModelLoadingScreencomposable with progress indicatorWelcomeScreencomposable with create/explore optionsApp.ktto show appropriate screen based on load status usingCrossfadeCloses #88
Test plan
LoadingScreenTestverifies loading screen rendersWelcomeScreenTestverifies welcome screen elements and button callbacks