From 0f8d5d4456649fb5688a74f3fe0f7106f0265e55 Mon Sep 17 00:00:00 2001 From: DebaucheryLibrarian Date: Sat, 15 May 2021 22:01:57 +0200 Subject: [PATCH] Fixed alert dialog button in notifications, fixed add tile padding on profile page. --- assets/components/dialog/dialog.vue | 5 +++++ assets/components/header/header.vue | 10 ++++++++++ assets/components/header/notifications.vue | 13 ++----------- assets/components/users/user.vue | 2 ++ 4 files changed, 19 insertions(+), 11 deletions(-) diff --git a/assets/components/dialog/dialog.vue b/assets/components/dialog/dialog.vue index 0e068ebd..6330ff3f 100644 --- a/assets/components/dialog/dialog.vue +++ b/assets/components/dialog/dialog.vue @@ -32,6 +32,10 @@ diff --git a/assets/components/header/header.vue b/assets/components/header/header.vue index 6490a24b..e898106e 100644 --- a/assets/components/header/header.vue +++ b/assets/components/header/header.vue @@ -100,6 +100,7 @@ :notifications="notifications" :unseen-count="unseenNotificationsCount" @check="fetchNotifications" + @add-alert="showAddAlert = true" /> @@ -144,12 +145,19 @@ + + Alert