feat: add notification sounds
Security Scan and Upload / Security & DefectDojo Upload (pull_request) Successful in 52s
CI / Lint & Test (pull_request) Failing after 7m33s
CI / Build Linux (pull_request) Has been skipped
CI / Build Windows (cross-compile) (pull_request) Has been skipped

This commit is contained in:
2026-01-19 15:24:20 -08:00
parent 0065bb4afc
commit fa04d066e5
32 changed files with 1510 additions and 29 deletions
+4
View File
@@ -0,0 +1,4 @@
export * from "./types";
export { soundPlayer } from "./soundPlayer";
export { notificationManager } from "./notificationManager";
export { initializeNotificationRules } from "./rules";