UI improvements (#192)

* bitchat logo

* improve ui
This commit is contained in:
callebtc
2025-07-25 20:02:59 +02:00
committed by GitHub
parent c9aba00478
commit 4b1d6f8c04
9 changed files with 63 additions and 52 deletions
@@ -124,11 +124,11 @@ class ChatViewModel(
// Show welcome message if no peers after delay
viewModelScope.launch {
delay(3000)
delay(10000)
if (state.getConnectedPeersValue().isEmpty() && state.getMessagesValue().isEmpty()) {
val welcomeMessage = BitchatMessage(
sender = "system",
content = "get people around you to download bitchatand chat with them here!",
content = "get people around you to download bitchat and chat with them here!",
timestamp = Date(),
isRelay = false
)