Combine into one application chat, inbox and home (#9865)

Signed-off-by: Artem Savchenko <armisav@gmail.com>
This commit is contained in:
Artyom Savchenko
2025-09-16 13:15:56 +07:00
committed by GitHub
parent ed424c1ba8
commit 38bc85bf6c
158 changed files with 424 additions and 2534 deletions
+10 -2
View File
@@ -29,11 +29,19 @@ const chat = plugin(chatId, {
MessageIn: '' as IntlString,
Thread: '' as IntlString,
Threads: '' as IntlString,
Title: '' as IntlString
Title: '' as IntlString,
Inbox: '' as IntlString,
All: '' as IntlString,
ClearAll: '' as IntlString,
InboxIsClear: '' as IntlString,
YouDontHaveAnyNewMessages: '' as IntlString,
ReactedToYourMessage: '' as IntlString
},
icon: {
ChatBubble: '' as Asset,
Thread: '' as Asset
Thread: '' as Asset,
Inbox: '' as Asset,
All: '' as Asset
},
masterTag: {
Thread: '' as Ref<MasterTag>