feat(canvas): mount SearchDialog in page.tsx (Phase 20.3) #826

Closed
app-fe wants to merge 1 commits from feat/search-dialog-mount into main

View File

@ -5,6 +5,7 @@ import { Canvas } from "@/components/Canvas";
import { Legend } from "@/components/Legend";
import { CommunicationOverlay } from "@/components/CommunicationOverlay";
import { MobileApp } from "@/components/mobile/MobileApp";
import { SearchDialog } from "@/components/SearchDialog";
import { Spinner } from "@/components/Spinner";
import { connectSocket, disconnectSocket } from "@/store/socket";
import { useCanvasStore } from "@/store/canvas";
@ -91,6 +92,7 @@ export default function Home() {
return (
<>
<MobileApp />
<SearchDialog />
{hydrationError && (
<div
role="alert"
@ -118,6 +120,7 @@ export default function Home() {
<Canvas />
<Legend />
<CommunicationOverlay />
<SearchDialog />
{hydrationError && (
<div
role="alert"