use bottom sheet instead of vaul drawer

This commit is contained in:
Milo Schwartz
2024-12-30 15:48:34 -05:00
parent 91d314c4cc
commit e6263567a9
13 changed files with 284 additions and 121 deletions

View File

@@ -6,7 +6,7 @@ import * as React from "react";
import type { ToastActionElement, ToastProps } from "@/components/ui/toast";
const TOAST_LIMIT = 3;
const TOAST_REMOVE_DELAY = 5 * 1000;
const TOAST_REMOVE_DELAY = 1 * 1000;
type ToasterToast = ToastProps & {
id: string;