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

Fix Stability of Composable functions #634

Open
PatilShreyas opened this issue Mar 22, 2023 · 0 comments
Open

Fix Stability of Composable functions #634

PatilShreyas opened this issue Mar 22, 2023 · 0 comments

Comments

@PatilShreyas
Copy link
Owner

Composables with issues (Restartable but Not Skippable)

Generated using Compose Report to HTML. See Full Report

1.

fun ShareDropdown

❌ Non Skippable ✅ Restartable

No. Stability Parameter Type
1 STABLE expanded Boolean
2 UNSTABLE shareActions List<ShareActionItem>
3 STABLE onDismissRequest Function0<Unit>
2.

fun NotesList

❌ Non Skippable ✅ Restartable

No. Stability Parameter Type
1 UNSTABLE notes List<Note>
2 STABLE onClick Function1<Note, Unit>
3.

fun NotyMain

❌ Non Skippable ✅ Restartable

4.

fun AddNoteScreen

❌ Non Skippable ✅ Restartable

No. Stability Parameter Type
1 UNSTABLE viewModel AddNoteViewModel
2 STABLE onNavigateUp Function0<Unit>
5.

fun LoginScreen

❌ Non Skippable ✅ Restartable

No. Stability Parameter Type
1 UNSTABLE viewModel LoginViewModel
2 STABLE onNavigateToSignup Function0<Unit>
3 STABLE onNavigateToNotes Function0<Unit>
6.

fun NoteDetailsScreen

❌ Non Skippable ✅ Restartable

No. Stability Parameter Type
1 UNSTABLE viewModel NoteDetailViewModel
2 STABLE onNavigateUp Function0<Unit>
7.

fun NotesScreen

❌ Non Skippable ✅ Restartable

No. Stability Parameter Type
1 UNSTABLE viewModel NotesViewModel
2 STABLE onNavigateToAbout Function0<Unit>
3 STABLE onNavigateToAddNote Function0<Unit>
4 STABLE onNavigateToNoteDetail Function1<String, Unit>
5 STABLE onNavigateToLogin Function0<Unit>
8.

fun NotesContent

❌ Non Skippable ✅ Restartable

No. Stability Parameter Type
1 STABLE isLoading Boolean
2 UNSTABLE notes List<Note>
3 STABLE isConnectivityAvailable Boolean?
4 STABLE error String? = @static null
5 STABLE onRefresh Function0<Unit>
6 STABLE onToggleTheme Function0<Unit>
7 STABLE onAboutClick Function0<Unit>
8 STABLE onAddNoteClick Function0<Unit>
9 STABLE onLogoutClick Function0<Unit>
10 STABLE onNavigateToNoteDetail Function1<String, Unit>
9.

fun SignUpScreen

❌ Non Skippable ✅ Restartable

No. Stability Parameter Type
1 UNSTABLE viewModel RegisterViewModel
2 STABLE onNavigateUp Function0<Unit>
3 STABLE onNavigateToNotes Function0<Unit>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant