From c5dcb8faef694b446a50f8eefbd3d5a20ade824a Mon Sep 17 00:00:00 2001 From: Enrico Ros Date: Wed, 20 Mar 2024 04:54:53 -0700 Subject: [PATCH] Beam: Gather: disable for now --- src/common/beam/BeamView.tsx | 8 ++++---- src/common/beam/gather/BeamGatherPane.tsx | 14 ++++++++++---- 2 files changed, 14 insertions(+), 8 deletions(-) diff --git a/src/common/beam/BeamView.tsx b/src/common/beam/BeamView.tsx index 77fd68a2d..403a8c318 100644 --- a/src/common/beam/BeamView.tsx +++ b/src/common/beam/BeamView.tsx @@ -146,10 +146,10 @@ export function BeamView(props: { /> {/* Fusion Output */} - + {/**/} diff --git a/src/common/beam/gather/BeamGatherPane.tsx b/src/common/beam/gather/BeamGatherPane.tsx index 1399a69bf..d22f8e08b 100644 --- a/src/common/beam/gather/BeamGatherPane.tsx +++ b/src/common/beam/gather/BeamGatherPane.tsx @@ -17,6 +17,7 @@ import { useScrollToBottom } from '~/common/scroll-to-bottom/useScrollToBottom'; import { FUSION_FACTORIES } from './beam.gather'; import { GATHER_COLOR } from '../beam.config'; import { beamPaneSx } from '../BeamCard'; +import { GoodTooltip } from '~/common/components/GoodTooltip'; const mobileBeamGatherPane: SxProps = { @@ -125,7 +126,7 @@ export function BeamGatherPane(props: { /> - {FUSION_FACTORIES.map((fusion, idx) => { + {FUSION_FACTORIES.map((factorySpec, idx) => { const isActive = idx === props.fusionIndex; return ( ); })} {/*{(props.fusionIndex !== null) && (*/} {/* */} - {/* */} - {/* {props.fusionIndex === 2 ? null : }*/} + {/* */} + {/* {isEditable... ? null : }*/} {/* */} {/* */} {/*)}*/}