From 97ee7ad0cb6be395da0a7736599a956d2b4e8f1e Mon Sep 17 00:00:00 2001 From: "Luis Gustavo S. Barreto" Date: Tue, 30 Sep 2025 13:36:24 -0300 Subject: [PATCH] feat(ui): add DevicesDropdown component to replace notifications --- ui/src/components/AppBar/AppBar.vue | 6 +- ui/src/components/AppBar/DevicesDropdown.vue | 371 ++++++++++++++++++ .../Notifications/NotificationsList.vue | 43 -- .../Notifications/NotificationsMenu.vue | 87 ---- .../components/Devices/DeviceActionButton.vue | 6 +- ui/src/components/Welcome/Welcome.vue | 3 - ui/src/interfaces/INotification.ts | 15 - ui/src/store/modules/notifications.ts | 47 --- 8 files changed, 377 insertions(+), 201 deletions(-) create mode 100644 ui/src/components/AppBar/DevicesDropdown.vue delete mode 100644 ui/src/components/AppBar/Notifications/NotificationsList.vue delete mode 100644 ui/src/components/AppBar/Notifications/NotificationsMenu.vue delete mode 100644 ui/src/interfaces/INotification.ts delete mode 100755 ui/src/store/modules/notifications.ts diff --git a/ui/src/components/AppBar/AppBar.vue b/ui/src/components/AppBar/AppBar.vue index 2f0686c7a6e..f81d7415fff 100644 --- a/ui/src/components/AppBar/AppBar.vue +++ b/ui/src/components/AppBar/AppBar.vue @@ -3,7 +3,7 @@ Need assistance? Click here for support. - +