From 1ffa4b08e049e95f159b3128fde0fa184d42a3a4 Mon Sep 17 00:00:00 2001 From: Johann150 Date: Sat, 11 Feb 2023 19:25:51 +0100 Subject: [PATCH] client: reformat notification component who the hell is supposed to read this --- .../client/src/components/notification.vue | 27 ++++++++++++++++--- 1 file changed, 23 insertions(+), 4 deletions(-) diff --git a/packages/client/src/components/notification.vue b/packages/client/src/components/notification.vue index 233e99aad..43ceb38a4 100644 --- a/packages/client/src/components/notification.vue +++ b/packages/client/src/components/notification.vue @@ -63,10 +63,29 @@ - {{ i18n.ts.youGotNewFollower }}
- {{ i18n.ts.followRequestAccepted }} - {{ i18n.ts.receiveFollowRequest }}
|
- {{ i18n.ts.groupInvited }}: {{ notification.invitation.group.name }}
|
+ + {{ i18n.ts.youGotNewFollower }} +
+ +
+
+ + {{ i18n.ts.followRequestAccepted }} + + + {{ i18n.ts.receiveFollowRequest }} +
+ | + +
+
+ + {{ i18n.ts.groupInvited }}: {{ notification.invitation.group.name }} +
+ | + +
+