feat: Add "Mark all as read" and unread message count indicators (#4720)

This commit is contained in:
James Rich 2026-03-05 12:18:34 -06:00 committed by GitHub
parent 6a1a612c38
commit b0258d0cf1
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
10 changed files with 131 additions and 26 deletions

View file

@ -29,6 +29,7 @@ import androidx.compose.material.icons.rounded.ContentCopy
import androidx.compose.material.icons.rounded.Delete
import androidx.compose.material.icons.rounded.Edit
import androidx.compose.material.icons.rounded.Folder
import androidx.compose.material.icons.rounded.MarkChatRead
import androidx.compose.material.icons.rounded.MoreVert
import androidx.compose.material.icons.rounded.QrCode2
import androidx.compose.material.icons.rounded.Refresh
@ -81,5 +82,8 @@ val MeshtasticIcons.SelectAll: ImageVector
val MeshtasticIcons.ThumbUp: ImageVector
get() = Icons.Rounded.ThumbUp
val MeshtasticIcons.MarkChatRead: ImageVector
get() = Icons.Rounded.MarkChatRead
val MeshtasticIcons.QrCode2: ImageVector
get() = Icons.Rounded.QrCode2