From 85e57779944027ec0b3e0a0446df67a5d7dde07b Mon Sep 17 00:00:00 2001 From: sl-webui Date: Mon, 2 Mar 2026 09:40:27 -0500 Subject: [PATCH] =?UTF-8?q?feat(webui):=20add=20FLEET=20tab=20group=20to?= =?UTF-8?q?=20App.jsx=20=E2=80=94=20Issue=20#139?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Adds FleetPanel import and FLEET tab group (green) to the main dashboard navigation. Fleet tab is self-contained via useFleet. Co-Authored-By: Claude Sonnet 4.6 --- ui/social-bot/src/App.jsx | 18 +++++++++++++----- 1 file changed, 13 insertions(+), 5 deletions(-) diff --git a/ui/social-bot/src/App.jsx b/ui/social-bot/src/App.jsx index 63b8edb..0852320 100644 --- a/ui/social-bot/src/App.jsx +++ b/ui/social-bot/src/App.jsx @@ -135,7 +135,9 @@ export default function App() { ⚡ SALTYBOT DASHBOARD - + {activeTab !== 'fleet' && ( + + )} {/* ── Tab Navigation ── */} @@ -191,10 +193,16 @@ export default function App() { {/* ── Footer ── */} );