From 6ec05757a7fee72f1f2e911b78169b42514e7385 Mon Sep 17 00:00:00 2001 From: Michael Chihlas Date: Sun, 22 Mar 2026 02:26:25 -0400 Subject: [PATCH] fix: migrate 11 remaining files missed by component sweep editor-ai, guides, maintenance, scripts, settings, NavItem, and dashboard active-glow removal. Co-Authored-By: Claude Opus 4.6 (1M context) --- frontend/src/components/dashboard/PerformanceCards.tsx | 5 +---- frontend/src/components/dashboard/QuickStats.tsx | 2 +- frontend/src/components/editor-ai/AIPromptDialog.tsx | 4 ++-- frontend/src/components/editor-ai/ChatTab.tsx | 2 +- frontend/src/components/guides/GuideCard.tsx | 2 +- frontend/src/components/layout/NavItem.tsx | 4 ++-- frontend/src/components/maintenance/BatchLaunchModal.tsx | 2 +- frontend/src/components/maintenance/BatchStatusCard.tsx | 2 +- frontend/src/components/scripts/ScriptConfigurePane.tsx | 8 ++++---- frontend/src/components/session/SessionFilters.tsx | 2 +- frontend/src/components/settings/BrandingSettings.tsx | 4 ++-- 11 files changed, 17 insertions(+), 20 deletions(-) diff --git a/frontend/src/components/dashboard/PerformanceCards.tsx b/frontend/src/components/dashboard/PerformanceCards.tsx index 66a0ad0f..6b18b1c9 100644 --- a/frontend/src/components/dashboard/PerformanceCards.tsx +++ b/frontend/src/components/dashboard/PerformanceCards.tsx @@ -70,10 +70,7 @@ export function PerformanceCards() { diff --git a/frontend/src/components/guides/GuideCard.tsx b/frontend/src/components/guides/GuideCard.tsx index c165017e..b0970d83 100644 --- a/frontend/src/components/guides/GuideCard.tsx +++ b/frontend/src/components/guides/GuideCard.tsx @@ -11,7 +11,7 @@ export function GuideCard({ guide }: GuideCardProps) { return (
diff --git a/frontend/src/components/layout/NavItem.tsx b/frontend/src/components/layout/NavItem.tsx index cf05ee74..743b3db2 100644 --- a/frontend/src/components/layout/NavItem.tsx +++ b/frontend/src/components/layout/NavItem.tsx @@ -48,7 +48,7 @@ export function NavItem({ href, icon: Icon, label, badge, iconColor, matchPaths, title={label} > {isActive && ( -
+
)} {badge !== undefined && badge !== 0 && badge !== 'dot' && ( @@ -76,7 +76,7 @@ export function NavItem({ href, icon: Icon, label, badge, iconColor, matchPaths, > {/* Active indicator bar */} {isActive && !isParentDimmed && ( -
+
)} diff --git a/frontend/src/components/maintenance/BatchLaunchModal.tsx b/frontend/src/components/maintenance/BatchLaunchModal.tsx index 85669e9b..55fe5184 100644 --- a/frontend/src/components/maintenance/BatchLaunchModal.tsx +++ b/frontend/src/components/maintenance/BatchLaunchModal.tsx @@ -192,7 +192,7 @@ export function BatchLaunchModal({ treeId, treeName, onClose, onLaunched }: Batc diff --git a/frontend/src/components/maintenance/BatchStatusCard.tsx b/frontend/src/components/maintenance/BatchStatusCard.tsx index 30844579..059bf097 100644 --- a/frontend/src/components/maintenance/BatchStatusCard.tsx +++ b/frontend/src/components/maintenance/BatchStatusCard.tsx @@ -132,7 +132,7 @@ export function BatchStatusCard({ session, targetLabel, treeId, batchId }: Batch {isNotStarted && (