binwiederhier 4 дней назад
Родитель
Сommit
7860f2142c
1 измененных файлов с 7 добавлено и 0 удалено
  1. 7 0
      web/src/app/actions.js

+ 7 - 0
web/src/app/actions.js

@@ -0,0 +1,7 @@
+// Action types for ntfy messages
+// These correspond to the server action types in server/actions.go
+
+export const ACTION_VIEW = "view";
+export const ACTION_BROADCAST = "broadcast";
+export const ACTION_HTTP = "http";
+export const ACTION_COPY = "copy";