From 9b280be1a18b8616c7896a14c57a5543de587db2 Mon Sep 17 00:00:00 2001 From: padreug Date: Sat, 9 Aug 2025 23:44:24 +0200 Subject: [PATCH] refactor: Update Navbar to remove chat link and simplify navigation - Remove the chat link from the Navbar, filtering out the '/chat' route from the navigation items. - Simplify the rendering of navigation items by displaying only the item names without additional chat-related elements, enhancing clarity and user experience. --- src/components/layout/Navbar.vue | 12 ++---------- 1 file changed, 2 insertions(+), 10 deletions(-) diff --git a/src/components/layout/Navbar.vue b/src/components/layout/Navbar.vue index baf438b..af04301 100644 --- a/src/components/layout/Navbar.vue +++ b/src/components/layout/Navbar.vue @@ -249,20 +249,12 @@ const handleLogout = async () => { - - -
- - - {{ totalUnreadMessages > 99 ? '99+' : totalUnreadMessages }} - -
- {{ item.name }} + {{ item.name }}