Feat/test channel (#371)

* add: test btn

* fix

* fix

---------

Co-authored-by: Théo LAGACHE <theo.lagache@soluce-technologies.com>
This commit is contained in:
Théo LAGACHE
2026-07-13 15:33:46 +02:00
committed by GitHub
co-authored by Théo LAGACHE
parent 3349bfaf3f
commit 1971ff69e3
58 changed files with 78 additions and 58 deletions
@@ -0,0 +1 @@
export * from "./discord";
@@ -0,0 +1 @@
export * from "./gotify";
@@ -0,0 +1 @@
export * from "./nextcloud";
@@ -0,0 +1 @@
export * from "./ntfy";
@@ -0,0 +1 @@
export * from "./pushover";
@@ -4,7 +4,7 @@ import {Input} from "@/components/ui/input";
import {Separator} from "@/components/ui/separator";
import {PasswordInput} from "@/components/ui/password-input";
import {Select, SelectContent, SelectItem, SelectTrigger, SelectValue} from "@/components/ui/select";
import {PUSHOVER_PRIORITIES} from "@/features/channel/components/notifications/pushover.schema";
import {PUSHOVER_PRIORITIES} from "@/features/channel/components/notifications/pushover/pushover.schema";
type NotifierPushoverFormProps = {
form: UseFormReturn<any, any, any>;
@@ -0,0 +1 @@
export * from "./slack";
@@ -0,0 +1 @@
export * from "./smtp";
@@ -0,0 +1 @@
export * from "./teams";
@@ -0,0 +1 @@
export * from "./telegram";
@@ -0,0 +1 @@
export * from "./webhook";