feat: add profile screen (#5)

Reviewed-on: https://git.reya.su/reya/coop-mobile/pulls/5
This commit is contained in:
2026-05-27 06:22:14 +00:00
parent 1c08525dfc
commit a2a4433a9d
11 changed files with 336 additions and 7 deletions
@@ -9,6 +9,9 @@ sealed interface Screen {
@Serializable
data class Chat(val id: Long) : Screen
@Serializable
data class Profile(val pubkey: String) : Screen
@Serializable
data object NewChat : Screen