Updated on 2026-08-14
This commit is contained in:
parent
08a78738cb
commit
3477c8f591
13 changed files with 215 additions and 101 deletions
|
|
@ -111,14 +111,7 @@ sealed class AppRoute(val path: String) : Route {
|
|||
@Serializable
|
||||
data class CardSettings(
|
||||
val userWalletId: UserWalletId,
|
||||
) : AppRoute(path = "/card_settings/${userWalletId.stringValue}"), RouteBundleParams {
|
||||
|
||||
override fun getBundle(): Bundle = bundle(serializer())
|
||||
|
||||
companion object {
|
||||
const val USER_WALLET_ID_KEY = "userWalletId"
|
||||
}
|
||||
}
|
||||
) : AppRoute(path = "/card_settings/${userWalletId.stringValue}")
|
||||
|
||||
@Serializable
|
||||
data object AppSettings : AppRoute(path = "/app_settings")
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue