Доработать UI и счётчики

This commit is contained in:
AidarKC
2026-09-08 22:33:06 +04:00
parent 1f70d36e74
commit ae2f2fac41
18 changed files with 378 additions and 105 deletions
+1
View File
@@ -383,6 +383,7 @@ function createInitialState({ withStoredSession = true } = {}) {
outgoingTempSeq: 1,
notificationsTab: 'replies',
notificationUnreadTotal: 0,
userCounters: { dmUnreadCount: 0, channelsUnreadCount: 0, notificationsUnreadCount: 0, notifications: { replies: 0, connections: 0, events: 0 } },
pageLabelCollapsed: false,
session: {
isAuthorized: storedLocalDemo,