From b82c176e12e2fb67461bd3be24a98840655bfa9a Mon Sep 17 00:00:00 2001 From: zenchantlive Date: Sun, 1 Mar 2026 17:30:01 -0800 Subject: [PATCH] fix: null-safe formulas, constrain assign row to card, fix TopBar dialog mounting Co-Authored-By: Oz --- src/components/shared/top-bar.tsx | 16 +--------------- src/components/social/social-card.tsx | 8 ++++---- src/components/swarm/launch-dialog.tsx | 2 +- 3 files changed, 6 insertions(+), 20 deletions(-) diff --git a/src/components/shared/top-bar.tsx b/src/components/shared/top-bar.tsx index e80e759..6bac0fc 100644 --- a/src/components/shared/top-bar.tsx +++ b/src/components/shared/top-bar.tsx @@ -91,7 +91,6 @@ export function TopBar({ }: TopBarProps) { const { leftPanel, toggleLeftPanel, rightPanel, toggleRightPanel, blockedOnly, toggleBlockedOnly } = useUrlState(); const { isDesktop } = useResponsive(); - const [showLaunchSwarm, setShowLaunchSwarm] = useState(false); return (
@@ -152,14 +151,7 @@ export function TopBar({ {projectRoot && ( - + )}
); } diff --git a/src/components/social/social-card.tsx b/src/components/social/social-card.tsx index 6c65f7d..6a7a11e 100644 --- a/src/components/social/social-card.tsx +++ b/src/components/social/social-card.tsx @@ -187,11 +187,11 @@ export function SocialCard({ {showAssign && ( -
e.stopPropagation()}> +
e.stopPropagation()}>