Feat: Add FileUploadDialog #3221 (#4327)

### What problem does this PR solve?

Feat: Add FileUploadDialog #3221

### Type of change


- [x] New Feature (non-breaking change which adds functionality)
This commit is contained in:
balibabu
2025-01-02 16:10:41 +08:00
committed by GitHub
parent 50f209204e
commit 5883493c7d
14 changed files with 1091 additions and 874 deletions

View File

@ -2,7 +2,6 @@ import { Button } from '@/components/ui/button';
import {
Dialog,
DialogContent,
DialogDescription,
DialogFooter,
DialogHeader,
DialogTitle,
@ -11,7 +10,7 @@ import {
import { Input } from '@/components/ui/input';
import { Label } from '@/components/ui/label';
export function DialogDemo() {
export function RenameDialog() {
return (
<Dialog>
<DialogTrigger asChild>
@ -20,9 +19,6 @@ export function DialogDemo() {
<DialogContent className="sm:max-w-[425px]">
<DialogHeader>
<DialogTitle>Edit profile</DialogTitle>
<DialogDescription>
Make changes to your profile here. Click save when you're done.
</DialogDescription>
</DialogHeader>
<div className="grid gap-4 py-4">
<div className="grid grid-cols-4 items-center gap-4">