diff --git a/src/modules/chat/components/ChatComponent.vue b/src/modules/chat/components/ChatComponent.vue index 10aa158..189ddd3 100644 --- a/src/modules/chat/components/ChatComponent.vue +++ b/src/modules/chat/components/ChatComponent.vue @@ -13,7 +13,7 @@ Disconnected - + {{ totalUnreadCount }} unread @@ -91,7 +91,7 @@
- + {{ getUnreadCount(peer.pubkey) > 99 ? '99+' : getUnreadCount(peer.pubkey) }}
@@ -133,7 +133,7 @@ Disconnected
- + {{ getUnreadCount(selectedPeer.pubkey) }} unread @@ -198,7 +198,7 @@ Disconnected - + {{ totalUnreadCount }} unread @@ -278,7 +278,7 @@
- + {{ getUnreadCount(peer.pubkey) > 99 ? '99+' : getUnreadCount(peer.pubkey) }}
diff --git a/src/modules/chat/views/ChatPage.vue b/src/modules/chat/views/ChatPage.vue index bfee968..210a5c1 100644 --- a/src/modules/chat/views/ChatPage.vue +++ b/src/modules/chat/views/ChatPage.vue @@ -1,57 +1,9 @@ \ No newline at end of file