feat: add ability to mark a room as unread
This also add tooltips to all the room context actions.
This commit is contained in:
parent
7d43601e6f
commit
98f5c43249
6 changed files with 73 additions and 44 deletions
|
|
@ -1665,6 +1665,21 @@
|
|||
"type": "text",
|
||||
"placeholders": {}
|
||||
},
|
||||
"toggleFavorite": "Toggle Favorite",
|
||||
"@toggleFavorite": {
|
||||
"type": "text",
|
||||
"placeholders": {}
|
||||
},
|
||||
"toggleMuted": "Toggle Muted",
|
||||
"@toggleMuted": {
|
||||
"type": "text",
|
||||
"placeholders": {}
|
||||
},
|
||||
"toggleUnread": "Mark Read/Unread",
|
||||
"@toggleUnread": {
|
||||
"type": "text",
|
||||
"placeholders": {}
|
||||
},
|
||||
"tryToSendAgain": "Try to send again",
|
||||
"@tryToSendAgain": {
|
||||
"type": "text",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue