From 97ae6365314abfd2b9bb48ad07d550cdbe3f3db7 Mon Sep 17 00:00:00 2001 From: harshitsinghbhandari <24b4506@iitb.ac.in> Date: Thu, 18 Jun 2026 16:16:59 +0530 Subject: [PATCH 1/3] feat(frontend): refresh dashboard, orchestrator, and AO logos Replaces the dashboard and orchestrator glyphs and the AO brand logo per issue #315. - Dashboard buttons (sidebar action + Open Kanban) now use the asymmetric LayoutDashboard icon instead of the equal-cell LayoutGrid. - Orchestrator buttons (sidebar action + every topbar badge/button) use a new org-chart OrchestratorIcon (parent fanning to three children), authored in lucide's stroke style since lucide has no matching glyph. - The AO brand logo (sidebar header mark, landing nav, docs header) is now the pixel-mascot image; the old ao-logo.svg monogram is removed. Closes #315 --- frontend/src/landing/app/docs/layout.tsx | 2 +- .../src/landing/components/LandingNav.tsx | 2 +- frontend/src/landing/public/ao-logo.png | Bin 0 -> 56220 bytes frontend/src/landing/public/ao-logo.svg | 25 ------------- frontend/src/renderer/assets/ao-logo.png | Bin 0 -> 56220 bytes .../src/renderer/components/ShellTopbar.tsx | 13 +++---- frontend/src/renderer/components/Sidebar.tsx | 33 +++++++----------- frontend/src/renderer/components/icons.tsx | 33 ++++++++++++++++++ 8 files changed, 55 insertions(+), 53 deletions(-) create mode 100644 frontend/src/landing/public/ao-logo.png delete mode 100644 frontend/src/landing/public/ao-logo.svg create mode 100644 frontend/src/renderer/assets/ao-logo.png create mode 100644 frontend/src/renderer/components/icons.tsx diff --git a/frontend/src/landing/app/docs/layout.tsx b/frontend/src/landing/app/docs/layout.tsx index 7813f17d..ca35cc9b 100644 --- a/frontend/src/landing/app/docs/layout.tsx +++ b/frontend/src/landing/app/docs/layout.tsx @@ -82,7 +82,7 @@ export default function Layout({ children }: { children: ReactNode }) { nav={{ title: ( - + AO ), diff --git a/frontend/src/landing/components/LandingNav.tsx b/frontend/src/landing/components/LandingNav.tsx index 4288d70b..4114279b 100644 --- a/frontend/src/landing/components/LandingNav.tsx +++ b/frontend/src/landing/components/LandingNav.tsx @@ -31,7 +31,7 @@ export function LandingNav() { href="#" className="inline-flex items-center gap-2 text-base font-semibold text-white no-underline font-sans font-[680] tracking-tight" > - + Agent Orchestrator