From 9b7cdb2d481983b1cd96a582718cab8b93e5f1ac Mon Sep 17 00:00:00 2001 From: George Hopkins Date: Fri, 22 Mar 2024 14:01:18 +0100 Subject: [PATCH] feat: Add tooltips to sidebar footer (#1888) --- .../src/components/Notifications/index.js | 9 ++--- .../bruno-app/src/components/Sidebar/index.js | 35 ++++++++++--------- 2 files changed, 24 insertions(+), 20 deletions(-) diff --git a/packages/bruno-app/src/components/Notifications/index.js b/packages/bruno-app/src/components/Notifications/index.js index bb7df5b2f..15a055c76 100644 --- a/packages/bruno-app/src/components/Notifications/index.js +++ b/packages/bruno-app/src/components/Notifications/index.js @@ -84,8 +84,9 @@ const Notifications = () => { return ( -
{ dispatch(fetchNotifications()); setShowNotificationsModal(true); @@ -97,9 +98,9 @@ const Notifications = () => { className={`mr-2 hover:text-gray-700 ${unreadNotifications?.length > 0 ? 'bell' : ''}`} /> {unreadNotifications.length > 0 && ( -
{unreadNotifications.length}
+ {unreadNotifications.length} )} -
+ {showNotificationsModal && ( { -
+