diff --git a/web/src/pages/Replay.tsx b/web/src/pages/Replay.tsx index cd73f2ac3d..2cf8debfee 100644 --- a/web/src/pages/Replay.tsx +++ b/web/src/pages/Replay.tsx @@ -27,13 +27,7 @@ import { PopoverContent, PopoverTrigger, } from "@/components/ui/popover"; -import { - Dialog, - DialogContent, - DialogHeader, - DialogTitle, - DialogDescription, -} from "@/components/ui/dialog"; +import { PlatformAwareSheet } from "@/components/overlay/dialog/PlatformAwareDialog"; import { useCameraActivity } from "@/hooks/use-camera-activity"; import { cn } from "@/lib/utils"; import Heading from "@/components/ui/heading"; @@ -333,15 +327,64 @@ export default function Replay() { )}
+ {t("page.configurationDesc")} +
+ {configSchema == null ? ( +