From 7742b307c87644866605e05dae3e8c643caff936 Mon Sep 17 00:00:00 2001 From: benji-bitfly Date: Tue, 10 Sep 2024 18:03:36 +0200 Subject: [PATCH] feat: Refactor useNotificationsClientStore.ts and clean up unused files and code - Deleted unused files to improve project organization. - Added translations for component elements. - Refactored constants in useNotificationsClientsStore for better readability and maintainability. - Cleaned up unused code in NotificationsClientsTable.vue to streamline the component. See: BEDS-324 --- .../NotificationsClientsTable.vue | 65 ++++++++++++++----- frontend/locales/en.json | 1 + .../notifications/managementDashboard.json | 31 --------- .../useNotificationsClientsStore.ts | 2 +- 4 files changed, 49 insertions(+), 50 deletions(-) delete mode 100644 frontend/public/mock/notifications/managementDashboard.json diff --git a/frontend/components/notifications/NotificationsClientsTable.vue b/frontend/components/notifications/NotificationsClientsTable.vue index f987a6ce1..470396516 100644 --- a/frontend/components/notifications/NotificationsClientsTable.vue +++ b/frontend/components/notifications/NotificationsClientsTable.vue @@ -1,10 +1,9 @@