From c690a1cb377d26b2e9f1a100d9c39818e6e64535 Mon Sep 17 00:00:00 2001 From: headlessdev Date: Thu, 17 Apr 2025 17:15:39 +0200 Subject: [PATCH] Add customizable notification text feature in settings --- app/dashboard/settings/Settings.tsx | 28 ++++++++++++++++++++++++++++ 1 file changed, 28 insertions(+) diff --git a/app/dashboard/settings/Settings.tsx b/app/dashboard/settings/Settings.tsx index 391a99e..98ed016 100644 --- a/app/dashboard/settings/Settings.tsx +++ b/app/dashboard/settings/Settings.tsx @@ -48,6 +48,7 @@ import { } from "@/components/ui/alert-dialog" import { Label } from "@/components/ui/label"; import { Checkbox } from "@/components/ui/checkbox"; +import { Textarea } from "@/components/ui/textarea"; interface NotificationsResponse { notifications: any[]; @@ -519,6 +520,33 @@ export default function Settings() { + + +
+ +
+
+ + Customize Notification Text + +
+
+ +