From 79c2f3918274bd28c23491bd9524880a811ce3ca Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=D0=A0=D0=B0=D1=81=D1=83=D0=BB?= Date: Fri, 10 Jan 2025 03:11:20 +0300 Subject: [PATCH] feat: removed search --- src/components/Universe/Controls/index.tsx | 1 + src/components/Universe/Graph/Cubes/NodePoints/index.tsx | 2 +- src/components/Universe/index.tsx | 2 +- 3 files changed, 3 insertions(+), 2 deletions(-) diff --git a/src/components/Universe/Controls/index.tsx b/src/components/Universe/Controls/index.tsx index 23ee3e0ff..b0dc52a7f 100644 --- a/src/components/Universe/Controls/index.tsx +++ b/src/components/Universe/Controls/index.tsx @@ -55,6 +55,7 @@ export const Controls = ({ disableAnimations }: Props) => { { const dataInitial = useDataStore((s) => s.dataInitial) const { normalizedSchemasByType } = useSchemaStore((s) => s) const nodeTypes = useNodeTypes() - const ringGeometry = useMemo(() => new TorusGeometry(30, 2, 16, 100), []) + const ringGeometry = useMemo(() => new TorusGeometry(30, 0.5, 16, 100), []) const { getNodeKeysByType } = useSchemaStore((s) => s) return ( diff --git a/src/components/Universe/index.tsx b/src/components/Universe/index.tsx index 7c0e92561..08ebbf45a 100644 --- a/src/components/Universe/index.tsx +++ b/src/components/Universe/index.tsx @@ -29,7 +29,7 @@ import { Overlay } from './Overlay' import { Preloader } from './Preloader' import { SelectionContent } from './SelectionContent' -const isMindSetHost = window.location?.hostname === 'graphmindset.sphinx.chat' || true +const isMindSetHost = window.location?.hostname === 'graphmindset.sphinx.chat' const Fallback = () => (