From 09ba340ba71adf26fef7670c05ccf26e3c1ad031 Mon Sep 17 00:00:00 2001 From: amirrulhaiqal98 <63889086+amirrulhaiqal98@users.noreply.github.com> Date: Fri, 30 May 2025 19:09:42 +0800 Subject: [PATCH] Add user preferences and notification settings management page. Implement CRUD functionality for notification categories, channels, and frequency options. Introduce user preference audit with search capabilities and mock user data handling. Enhance UI with tab navigation and modals for adding/editing categories and frequencies. --- pages/notification/preferences/index.vue | 643 ++++++++++++++++++++- pages/notification/triggers-rule/index.vue | 315 +++++++++- 2 files changed, 950 insertions(+), 8 deletions(-) diff --git a/pages/notification/preferences/index.vue b/pages/notification/preferences/index.vue index 677f24b..670d90e 100644 --- a/pages/notification/preferences/index.vue +++ b/pages/notification/preferences/index.vue @@ -1,7 +1,642 @@ + + - - - + \ No newline at end of file diff --git a/pages/notification/triggers-rule/index.vue b/pages/notification/triggers-rule/index.vue index 677f24b..e38713c 100644 --- a/pages/notification/triggers-rule/index.vue +++ b/pages/notification/triggers-rule/index.vue @@ -1,7 +1,314 @@ + + - - - + \ No newline at end of file