From 00bfd2278f279bd226f5231fab8050399b94353a Mon Sep 17 00:00:00 2001 From: Manoj Vivek Date: Fri, 17 Jan 2025 19:37:21 +0530 Subject: [PATCH] Menu flyout layout tweaks --- .../Notifications/NotificationEmptyStatus.tsx | 2 +- .../Notifications/Notifications.tsx | 2 +- .../Bookmark/ViewAllBookmarks/index.tsx | 4 +- .../ToolBar/Menu/Flyout/Bookmark/index.tsx | 3 +- .../components/ToolBar/Menu/Flyout/index.tsx | 9 +- desktop-app/yarn.lock | 1156 ++++++----------- 6 files changed, 424 insertions(+), 752 deletions(-) diff --git a/desktop-app/src/renderer/components/Notifications/NotificationEmptyStatus.tsx b/desktop-app/src/renderer/components/Notifications/NotificationEmptyStatus.tsx index c6830dbb3..86619aa96 100644 --- a/desktop-app/src/renderer/components/Notifications/NotificationEmptyStatus.tsx +++ b/desktop-app/src/renderer/components/Notifications/NotificationEmptyStatus.tsx @@ -1,6 +1,6 @@ const NotificationEmptyStatus = () => { return ( -
+

You are all caught up! No new notifications at the moment.

); diff --git a/desktop-app/src/renderer/components/Notifications/Notifications.tsx b/desktop-app/src/renderer/components/Notifications/Notifications.tsx index c998accc6..d2426875f 100644 --- a/desktop-app/src/renderer/components/Notifications/Notifications.tsx +++ b/desktop-app/src/renderer/components/Notifications/Notifications.tsx @@ -10,7 +10,7 @@ const Notifications = () => { return (
- Notifications + Notifications
{(!notificationsState || (notificationsState && notificationsState?.length === 0)) && ( diff --git a/desktop-app/src/renderer/components/ToolBar/Menu/Flyout/Bookmark/ViewAllBookmarks/index.tsx b/desktop-app/src/renderer/components/ToolBar/Menu/Flyout/Bookmark/ViewAllBookmarks/index.tsx index 86ca1fa34..1660401b6 100644 --- a/desktop-app/src/renderer/components/ToolBar/Menu/Flyout/Bookmark/ViewAllBookmarks/index.tsx +++ b/desktop-app/src/renderer/components/ToolBar/Menu/Flyout/Bookmark/ViewAllBookmarks/index.tsx @@ -29,7 +29,7 @@ const ViewAllBookmarks = ({ bookmarks, handleBookmarkFlyout }: Props) => { return (
-
+
{bookmarks.map((bookmark) => { return (
@@ -48,7 +48,7 @@ const ViewAllBookmarks = ({ bookmarks, handleBookmarkFlyout }: Props) => { )}
-
+
{openFlyout && ( { return (
setIsOpen(true)} onMouseLeave={() => setIsOpen(false)} > -
+