feat: add unread badge count for conversations (#560)

* feat: add unread badge count for conversations

* fix: mark all messages read on thread open

* fix: address some lint issues

* fix: mark as read/unread in the local db as well

* docs: update changelog

Refs: https://github.com/FossifyOrg/Messages/issues/264, https://github.com/FossifyOrg/Messages/issues/177
This commit is contained in:
Naveen Singh 2025-10-15 20:33:54 +05:30 committed by GitHub
parent 627f19471e
commit 0a66c46f0d
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
8 changed files with 110 additions and 16 deletions

View file

@ -34,7 +34,7 @@ style:
active: true
ignoreAnnotated: ["Composable"]
ignoreEnums: true
ignoreNumbers: ["-1", "0", "1", "2", "42", "1000"]
ignoreNumbers: ["-1", "0", "1", "2", "42", "128", "256", "1000"]
MaxLineLength:
active: true
maxLineLength: 120