From 1466d0fe3c675df540df45f4033507a43959f363 Mon Sep 17 00:00:00 2001 From: Igor Date: Sat, 9 May 2026 07:30:02 +0700 Subject: [PATCH 1/2] Add browser notifications for thread events --- src/App.vue | 48 ++++++++++++ src/composables/useDesktopState.ts | 117 +++++++++++++++++++++++++++++ tests.md | 36 +++++++++ 3 files changed, 201 insertions(+) diff --git a/src/App.vue b/src/App.vue index db9aefc6f..20562905a 100644 --- a/src/App.vue +++ b/src/App.vue @@ -398,6 +398,23 @@ @update:model-value="onDictationLanguageChange" /> +