From 4e1549609ed707545b58d3a2644a48e98d8b3223 Mon Sep 17 00:00:00 2001
From: Eric <5089238+emizzle@users.noreply.github.com>
Date: Mon, 8 Jul 2024 12:22:55 +0200
Subject: [PATCH] enable moderation view for thumbnails in notification centre
---
src/App.vue | 14 +++++++++++---
src/components/AppNav.vue | 1 +
src/components/NotificationCentre.vue | 8 ++++++--
src/components/StorageRequests.vue | 2 +-
4 files changed, 19 insertions(+), 6 deletions(-)
diff --git a/src/App.vue b/src/App.vue
index b4e369c..4152492 100644
--- a/src/App.vue
+++ b/src/App.vue
@@ -1,7 +1,7 @@
diff --git a/src/components/AppNav.vue b/src/components/AppNav.vue
index 1d14a6f..b9a1e47 100644
--- a/src/components/AppNav.vue
+++ b/src/components/AppNav.vue
@@ -28,6 +28,7 @@ const attrs = useAttrs()
@clear-events="eventsStore.clearEvents"
@clear-event="eventsStore.clearEvent"
:hideThumbnails="attrs.hideThumbnails"
+ :enable-moderation="attrs.enableModeration"
>
eventsOrdered.value.length)
diff --git a/src/components/StorageRequests.vue b/src/components/StorageRequests.vue
index 3235f06..e7654a3 100644
--- a/src/components/StorageRequests.vue
+++ b/src/components/StorageRequests.vue
@@ -178,7 +178,7 @@ onMounted(() => {