From e92c5c9236895b726299b5439d3c8856183ad7be Mon Sep 17 00:00:00 2001 From: Shad Date: Mon, 15 Jun 2026 00:20:25 +0000 Subject: [PATCH] feat(topbar): aggregated notification bell (#9) --- src/App.tsx | 19 ++++++++++++++++++- src/components/icons.tsx | 1 + src/index.css | 21 +++++++++++++++++++++ 3 files changed, 40 insertions(+), 1 deletion(-) diff --git a/src/App.tsx b/src/App.tsx index c8cf1df..1674ce6 100644 --- a/src/App.tsx +++ b/src/App.tsx @@ -18,7 +18,7 @@ import Documents from "./scenes/Documents"; import CommandBar from "./components/CommandBar"; import Toaster from "./components/Toaster"; import Console from "./components/Console"; -import { Cmd, Home, Layers, HistoryIcon, Pulse, Refresh, Branch, Cog, User, Sun, Moon, Bot } from "./components/icons"; +import { Cmd, Home, Layers, HistoryIcon, Pulse, Refresh, Branch, Cog, User, Sun, Moon, Bot, Bell } from "./components/icons"; import { useBackendHealth } from "./lib/useBackendHealth"; @@ -216,6 +216,23 @@ export default function App() { Refresh )} +