Keep local changes for later refactoring. Apply styling fixes.
This commit is contained in:
@@ -116,7 +116,6 @@ fun AppNavigation(
|
|||||||
popExitTransition = { slideOutHorizontallyToEnd },
|
popExitTransition = { slideOutHorizontallyToEnd },
|
||||||
) { ListsScreen(accountViewModel, nav) }
|
) { ListsScreen(accountViewModel, nav) }
|
||||||
|
|
||||||
|
|
||||||
composable<Route.EditProfile> { NewUserMetadataScreen(nav, accountViewModel) }
|
composable<Route.EditProfile> { NewUserMetadataScreen(nav, accountViewModel) }
|
||||||
composable<Route.Search> { SearchScreen(accountViewModel, nav) }
|
composable<Route.Search> { SearchScreen(accountViewModel, nav) }
|
||||||
|
|
||||||
|
|||||||
@@ -60,6 +60,7 @@ sealed class Route {
|
|||||||
@Serializable object Drafts : Route()
|
@Serializable object Drafts : Route()
|
||||||
|
|
||||||
@Serializable object Settings : Route()
|
@Serializable object Settings : Route()
|
||||||
|
|
||||||
object Lists :
|
object Lists :
|
||||||
Route(
|
Route(
|
||||||
route = "Lists",
|
route = "Lists",
|
||||||
|
|||||||
Reference in New Issue
Block a user