add get chat rooms

This commit is contained in:
2026-05-04 12:08:14 +07:00
parent e02338fd52
commit 109fe28d48
6 changed files with 259 additions and 41 deletions

View File

@@ -38,7 +38,10 @@ fun HomeScreen(onOpenChat: (String) -> Unit) {
searchBarState = searchState,
onSearch = { scope.launch { searchState.animateToCollapsed() } },
placeholder = {
Text(modifier = Modifier.clearAndSetSemantics() {}, text = "Search")
Text(
modifier = Modifier.clearAndSetSemantics() {},
text = "Find or start a conversation"
)
},
)
}