🎆Welcome!🎉
26 |Start the day with managing new appointments
27 |{label}
31 | 32 | 33 |27 | ©️ 2024 CarePulse 28 |
29 |28 | ©️ 2024 CarePulse 29 |
30 | 31 |27 | ©️ 2024 CarePulse 28 |
29 | 30 | Admin 31 | 32 |27 | ©️ 2024 CarePulse 28 |
29 | 30 | Admin 31 | 32 |37 | Click to upload or drag & drop 38 |
39 |SVG, PNG, JPG, GIF (max 800x600)
40 |Drop the files here ...
: 46 |Drag `'`n`'` drop some files here, or click to select files
47 | } 48 |Admin Dashboard
22 |Start the day with managing new appointments
27 |We will be in touch shortly to confirm
43 |Requested appointment details
46 |Dr. {doctor?.name}
55 |{formatDateTime(appointment.schedule).dateTime}
66 | 67 | 68 | 69 |©️ 2024 CarePulse
79 | 80 |110 | {error} 111 |
)} 112 |162 | {body} 163 |
164 | ) 165 | }) 166 | FormMessage.displayName = "FormMessage" 167 | 168 | export { 169 | useFormField, 170 | Form, 171 | FormItem, 172 | FormLabel, 173 | FormControl, 174 | FormDescription, 175 | FormMessage, 176 | FormField, 177 | } 178 | -------------------------------------------------------------------------------- /public/assets/icons/logo-icon.svg: -------------------------------------------------------------------------------- 1 | 46 | -------------------------------------------------------------------------------- /components/ui/alert-dialog.tsx: -------------------------------------------------------------------------------- 1 | "use client" 2 | 3 | import * as React from "react" 4 | import * as AlertDialogPrimitive from "@radix-ui/react-alert-dialog" 5 | 6 | import { cn } from "@/lib/utils" 7 | import { buttonVariants } from "@/components/ui/button" 8 | 9 | const AlertDialog = AlertDialogPrimitive.Root 10 | 11 | const AlertDialogTrigger = AlertDialogPrimitive.Trigger 12 | 13 | const AlertDialogPortal = AlertDialogPrimitive.Portal 14 | 15 | const AlertDialogOverlay = React.forwardRef< 16 | React.ElementRefWelcome Screen
Patient Registration
Patient Registration 2nd part
Admin dashboard
tailwind.config.tsapp/globals.csstypes/index.d.tstypes/appwrite.types.tslib/utils.tslib/validation.tsconstants/index.ts