From 4d22e345e594de2a27eb274f46dc047eb31a4367 Mon Sep 17 00:00:00 2001 From: arabcoders Date: Thu, 20 Nov 2025 16:49:50 +0300 Subject: [PATCH] Refactor: Improve display of notifications to indicate severity. This allow user to disable toasts and just rely on color coding --- ui/app/components/NotifyDropdown.vue | 5 +-- ui/app/pages/index.vue | 2 +- ui/app/stores/NotificationStore.ts | 51 +++++++++++++++++++++++++++- 3 files changed, 54 insertions(+), 4 deletions(-) diff --git a/ui/app/components/NotifyDropdown.vue b/ui/app/components/NotifyDropdown.vue index 8ff79681..ed3df1c2 100644 --- a/ui/app/components/NotifyDropdown.vue +++ b/ui/app/components/NotifyDropdown.vue @@ -45,11 +45,12 @@