chore: hide preview grid guide until v0.4.0

This commit is contained in:
Maze Winther 2026-04-14 15:08:06 +02:00
parent 24a0d10a92
commit 6db7ad0696
1 changed files with 3 additions and 2 deletions

View File

@ -42,7 +42,8 @@ export function PreviewToolbar({
<div className="justify-self-end flex items-center gap-2.5">
<ZoomSelect />
<Separator orientation="vertical" className="h-4" />
<GridPopover>
{/* feature for v0.4.0 */}
{/* <GridPopover>
<Button
variant={activeGuideDefinition ? "secondary" : "text"}
size="icon"
@ -53,7 +54,7 @@ export function PreviewToolbar({
<HugeiconsIcon icon={GridTableIcon} />
)}
</Button>
</GridPopover>
</GridPopover> */}
<Button variant="text" onClick={onToggleFullscreen}>
<HugeiconsIcon icon={FullScreenIcon} />
</Button>