From 5ea4831838cbb53ee07607dd60ac450783109161 Mon Sep 17 00:00:00 2001 From: Nicolas Pennec Date: Thu, 19 Dec 2024 14:51:18 +0100 Subject: [PATCH 1/5] [notifications] fix mark as read Related to GitHub issue #1629 --- src/components/pages/Notifications.vue | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/src/components/pages/Notifications.vue b/src/components/pages/Notifications.vue index e617f12db4..cfc5637bac 100644 --- a/src/components/pages/Notifications.vue +++ b/src/components/pages/Notifications.vue @@ -44,9 +44,9 @@
@@ -612,7 +612,7 @@ export default { async markAllNotificationsRead() { this.loading.markAll = true await this.markAllNotificationsAsRead() - this.loading.markAll = true + this.loading.markAll = false } }, From e7966080f18efc753b9ac99d29b40821f120c1e8 Mon Sep 17 00:00:00 2001 From: Nicolas Pennec Date: Thu, 19 Dec 2024 15:49:43 +0100 Subject: [PATCH 2/5] [shots] fix shot list in manage shot modal Related to GitHub issue #1627 --- src/components/modals/ManageShotsModal.vue | 12 ++++++++++-- 1 file changed, 10 insertions(+), 2 deletions(-) diff --git a/src/components/modals/ManageShotsModal.vue b/src/components/modals/ManageShotsModal.vue index 5eea3921b6..7daf5568c9 100644 --- a/src/components/modals/ManageShotsModal.vue +++ b/src/components/modals/ManageShotsModal.vue @@ -154,6 +154,8 @@