From b119001cfcfbb4289d81bbc96c073076a7a7afdc Mon Sep 17 00:00:00 2001 From: Iman_Navdekar <110827673+NavdekarIman@users.noreply.github.com> Date: Thu, 28 Dec 2023 22:34:05 +0530 Subject: [PATCH] Update notifications.vue This can be more simpler. --- .../notifications/notifications.vue | 304 +++--------------- 1 file changed, 44 insertions(+), 260 deletions(-) diff --git a/src/components/notifications/notifications.vue b/src/components/notifications/notifications.vue index 6146aecc5..c304f261b 100644 --- a/src/components/notifications/notifications.vue +++ b/src/components/notifications/notifications.vue @@ -1,275 +1,59 @@ - - - - - - - - - - - {{ $t('notification.title') }} - - - - - - - {{ getDisplayName(n.notification.doer) }} - - to(n, index)()"> - {{ n.toText(userInfo) }} - - - - {{ formatDateSince(n.created) }} - - - - - {{ $t('notification.markAllRead') }} - - - {{ $t('notification.none') }} - - {{ $t('notification.explainer') }} - - - - - + + + + + + + + + + + + + + {{ $t('notification.none') }} + {{ $t('notification.explainer') }} + + + + - \ No newline at end of file +/* ... Existing styles ... */ +
- {{ $t('notification.none') }} - - {{ $t('notification.explainer') }} - -
+ {{ $t('notification.none') }} + {{ $t('notification.explainer') }} +