From f8d65d05da7afc04aaef67b0105e58c22a461c20 Mon Sep 17 00:00:00 2001 From: edmondlang Date: Sat, 15 Jan 2022 13:39:17 +0800 Subject: [PATCH 1/6] notification-ui --- resources/views/partials/header.blade.php | 23 +++++++++++++++++++++++ 1 file changed, 23 insertions(+) diff --git a/resources/views/partials/header.blade.php b/resources/views/partials/header.blade.php index d3a15ad2..780d2c96 100644 --- a/resources/views/partials/header.blade.php +++ b/resources/views/partials/header.blade.php @@ -10,6 +10,29 @@ +
+
+ + +
+
From 4a2fb8e9e4104ac3048c6636b31f54262bcc8c43 Mon Sep 17 00:00:00 2001 From: edmondlang Date: Sat, 12 Mar 2022 17:10:38 +0800 Subject: [PATCH 2/6] update notification icon --- resources/views/partials/header.blade.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/resources/views/partials/header.blade.php b/resources/views/partials/header.blade.php index e4e045a4..f0a28c80 100644 --- a/resources/views/partials/header.blade.php +++ b/resources/views/partials/header.blade.php @@ -12,7 +12,7 @@
- +
-
- - -
+
diff --git a/routes/web.php b/routes/web.php index bb35d287..b4713d62 100644 --- a/routes/web.php +++ b/routes/web.php @@ -273,4 +273,6 @@ Route::get('/customers/active/{active_start}/{active_end}/{inactive_start?}/{ina }); -Route::get('/online_payment/redirect', 'Billplz\CallbackBillplzController@callback')->name('online_payment.redirect'); \ No newline at end of file +Route::get('/online_payment/redirect', 'Billplz\CallbackBillplzController@callback')->name('online_payment.redirect'); + +Route::get('/notifications/list', 'Notifications\ListNotificationsController@list')->name('notifications.list'); From 6e9a27024b4e3dad9b6e22b3f2e2aa806e8c7de6 Mon Sep 17 00:00:00 2001 From: edmondlang Date: Sat, 16 Apr 2022 16:19:25 +0800 Subject: [PATCH 4/6] update notification ui --- .../elements/NotificationSectionComponent.vue | 51 +++++++++++-------- 1 file changed, 30 insertions(+), 21 deletions(-) diff --git a/resources/assets/vue/components/general/elements/NotificationSectionComponent.vue b/resources/assets/vue/components/general/elements/NotificationSectionComponent.vue index f152607b..336c447a 100644 --- a/resources/assets/vue/components/general/elements/NotificationSectionComponent.vue +++ b/resources/assets/vue/components/general/elements/NotificationSectionComponent.vue @@ -3,32 +3,41 @@
-