버튼 문제 수정 및 여러가지

This commit is contained in:
leeheejin
2025-11-05 16:36:32 +09:00
parent c6b2a30651
commit 0b676098a5
85 changed files with 9479 additions and 679 deletions

View File

@@ -12,15 +12,15 @@ import { Resolution, RESOLUTIONS, detectScreenResolution } from "./ResolutionSel
import { DashboardProvider } from "@/contexts/DashboardContext";
import { useMenu } from "@/contexts/MenuContext";
import { useKeyboardShortcuts } from "./hooks/useKeyboardShortcuts";
import { Dialog, DialogContent, DialogDescription, DialogHeader, DialogTitle } from "@/components/ui/dialog";
import { ResizableDialog, ResizableDialogContent, ResizableDialogDescription, ResizableDialogHeader, DialogTitle } from "@/components/ui/dialog";
import {
AlertDialog,
AlertDialogAction,
AlertDialogCancel,
AlertDialogContent,
AlertDialogDescription,
AlertResizableDialogContent,
AlertResizableDialogDescription,
AlertDialogFooter,
AlertDialogHeader,
AlertResizableDialogHeader,
AlertDialogTitle,
} from "@/components/ui/alert-dialog";
import { Button } from "@/components/ui/button";