From a39ec779929d1c963f43b8b969dd90ec67c97ea2 Mon Sep 17 00:00:00 2001 From: Jacky Date: Mon, 28 Apr 2025 03:40:36 +0000 Subject: [PATCH] refactor: improve SSE connection handling and clean up notification component --- .../components/Notification/Notification.vue | 39 ++++--------------- app/src/components/SelfCheck/store.ts | 4 +- app/src/composables/useSSE.ts | 4 +- app/src/layouts/BaseLayout.vue | 7 +++- app/src/lib/http/interceptors.ts | 2 +- .../CertificateList/Certificate.vue | 6 +++ 6 files changed, 24 insertions(+), 38 deletions(-) diff --git a/app/src/components/Notification/Notification.vue b/app/src/components/Notification/Notification.vue index a7cea971..26f5cfb0 100644 --- a/app/src/components/Notification/Notification.vue +++ b/app/src/components/Notification/Notification.vue @@ -1,17 +1,16 @@