From 9aab364710bbd1344589ce40fa10db99c1080d5f Mon Sep 17 00:00:00 2001 From: Shllokkk Date: Fri, 4 Sep 2026 17:23:04 +0530 Subject: [PATCH 1/2] feat: browser push notifications for assignment, reopen and mentions --- desk/src/App.vue | 2 + .../notifications/Notifications.vue | 14 +++ desk/src/composables/usePushNotifications.ts | 114 ++++++++++++++++++ .../hd_notification/hd_notification.py | 51 ++++++-- .../hd_notification/test_hd_notification.py | 16 ++- 5 files changed, 182 insertions(+), 15 deletions(-) create mode 100644 desk/src/composables/usePushNotifications.ts diff --git a/desk/src/App.vue b/desk/src/App.vue index c43a056332..61ec7f0cf5 100644 --- a/desk/src/App.vue +++ b/desk/src/App.vue @@ -7,6 +7,7 @@