@@ -56,9 +81,83 @@ function Navbar({ isLoggedIn, onLogin }: { isLoggedIn: boolean; onLogin: () => v
+
+
+
+
+
+
+
+
+
+ {notifications.length > 0 ? (
+ notifications.map((notification) => (
+
+
+ {/* Add the appropriate title for the notification if any */}
+
+ }
+ secondary={
+
+ {notification}
+
+ }
+ />
+
+
+
+
+ ))
+ ) : (
+
+
+ No notifications
+
+ }
+ />
+
+ )}
+
+
+
+
{enableAuth && (
<>