From 5bbc0446a7312b8a066667c6b428f0f19ef28763 Mon Sep 17 00:00:00 2001 From: simos Date: Tue, 8 Jul 2025 12:48:10 +0000 Subject: [PATCH] Add version update notification to Sidebar component for both desktop and mobile views --- src/components/Sidebar.jsx | 44 ++++++++++++++++++++++++++++++++++++++ 1 file changed, 44 insertions(+) diff --git a/src/components/Sidebar.jsx b/src/components/Sidebar.jsx index b028517..5937131 100755 --- a/src/components/Sidebar.jsx +++ b/src/components/Sidebar.jsx @@ -1040,6 +1040,50 @@ function Sidebar({ + {/* Version Update Notification */} + {updateAvailable && ( +
+ {/* Desktop Version Notification */} +
+ +
+ + {/* Mobile Version Notification */} +
+ +
+
+ )} + {/* Settings Section */}
{/* Mobile Settings */}