From 3ecc073b7c917c4630d6c201e7ff158ddec87512 Mon Sep 17 00:00:00 2001 From: root Date: Sun, 22 Feb 2026 14:41:20 +0000 Subject: [PATCH] Move golden notes to Council tab, add agent names --- .../MissionControlDashboard.tsx | 64 +++++++++++++------ 1 file changed, 45 insertions(+), 19 deletions(-) diff --git a/components/mission-control/MissionControlDashboard.tsx b/components/mission-control/MissionControlDashboard.tsx index 89548bd..e2172e2 100644 --- a/components/mission-control/MissionControlDashboard.tsx +++ b/components/mission-control/MissionControlDashboard.tsx @@ -54,6 +54,7 @@ const sidebarCategories: SidebarCategory[] = [ ]}, { id: "council", name: "Council", icon: "🏛️", items: [ { id: "teams", name: "Agent Teams", icon: "👥", category: "council" }, + { id: "golden-notes", name: "Golden Notes", icon: "🔥", category: "golden-notes" }, { id: "ai-settings", name: "AI Settings", icon: "🤖", category: "council-settings" }, ]}, { id: "calendar", name: "Calendar", icon: "📅", items: [ @@ -153,28 +154,11 @@ export default function MissionControlDashboard({ onLogout }: MissionControlDash ); } - // Golden Wisdom Banner - const goldenNotes = ( -
-
-
- 🔥 -

GOLDEN NOTES

-
-
    -
  • • Fun first. Learning second. Outcome last.
  • -
  • • Signal intent early — don't wait too long
  • -
  • • Warmth + tension = desire, not friendzone
  • -
  • • Lead more — calm + leading = attractive
  • -
  • • Feel more, optimize less
  • -
-
-
- ) + // Golden Notes - moved to Council tab + // Removed from home page per user request return (
- {goldenNotes}