1
0
Fork 0

feat: 🐝

dufisgsd
Lea 2023-08-09 20:35:25 +02:00
parent 0cbe4933f8
commit 2cf61f26a0
Signed by: lea
GPG Key ID: 1BAFFE8347019C42
1 changed files with 26 additions and 0 deletions

View File

@ -244,6 +244,32 @@ export function UserActions({ user, bot }: { user: User; bot?: Bot }) {
</AlertDialogContent> </AlertDialogContent>
</AlertDialog> </AlertDialog>
<AlertDialog>
<AlertDialogTrigger asChild>
<Button
className="flex-1 bg-yellow-600"
>
Bees
</Button>
</AlertDialogTrigger>
<AlertDialogContent>
<AlertDialogHeader>
<AlertDialogTitle>
Release the bees
</AlertDialogTitle>
<AlertDialogDescription>
Are you sure you want to send the bees?
</AlertDialogDescription>
</AlertDialogHeader>
<AlertDialogFooter>
<AlertDialogCancel>Cancel</AlertDialogCancel>
<AlertDialogAction onClick={() => toast({ title: "🐝" })}>
Send &lsquo;em!
</AlertDialogAction>
</AlertDialogFooter>
</AlertDialogContent>
</AlertDialog>
<DropdownMenu> <DropdownMenu>
<DropdownMenuTrigger asChild> <DropdownMenuTrigger asChild>
<Button variant="outline" className="flex-1"> <Button variant="outline" className="flex-1">