From 4b0522e72efac481c9b29ef2dcb153d90e69b576 Mon Sep 17 00:00:00 2001 From: arabcoders Date: Sat, 26 Jul 2025 19:57:44 +0300 Subject: [PATCH] Added list view for notifications. --- ui/app/assets/css/style.css | 8 + ui/app/pages/notifications.vue | 276 +++++++++++++++++++++------------ ui/app/pages/tasks.vue | 10 -- ui/app/types/notification.d.ts | 1 + 4 files changed, 184 insertions(+), 111 deletions(-) diff --git a/ui/app/assets/css/style.css b/ui/app/assets/css/style.css index c2f8644d..99262327 100644 --- a/ui/app/assets/css/style.css +++ b/ui/app/assets/css/style.css @@ -345,3 +345,11 @@ hr { word-break: break-word; text-wrap: auto; } + +table.is-fixed { + table-layout: fixed; +} + +div.is-centered { + justify-content: center; +} diff --git a/ui/app/pages/notifications.vue b/ui/app/pages/notifications.vue index e10b1333..cbcf0638 100644 --- a/ui/app/pages/notifications.vue +++ b/ui/app/pages/notifications.vue @@ -1,17 +1,3 @@ - - - diff --git a/ui/app/pages/tasks.vue b/ui/app/pages/tasks.vue index b43d1598..74b9e910 100644 --- a/ui/app/pages/tasks.vue +++ b/ui/app/pages/tasks.vue @@ -1,13 +1,3 @@ - -