This commit is contained in:
gpt-engineer-app[bot]
2026-02-27 01:14:49 +00:00
parent 8cced1a146
commit cb912b8f62
5 changed files with 92 additions and 3 deletions
+4
View File
@@ -7,6 +7,7 @@ import { ViewerControls } from '@/components/ViewerControls';
import { InspectionChecklist } from '@/components/InspectionChecklist';
import { FineTuningControls } from '@/components/FineTuningControls';
import { MeasurementsList } from '@/components/MeasurementsList';
import { ScreenshotGallery } from '@/components/ScreenshotGallery';
import { useEffect } from 'react';
import { toast } from 'sonner';
import { ScrollArea } from '@/components/ui/scroll-area';
@@ -96,6 +97,9 @@ const Viewer = () => {
<InspectionChecklist />
<Separator />
<ScreenshotGallery />
<div className="rounded-lg border bg-muted/50 p-3">
<p className="font-mono text-xs text-muted-foreground">
Use o mouse para orbitar, scroll para zoom. Controle a opacidade e o modo de renderização nos controles flutuantes.