From 9c3d4c1436e6617902fcc1b1984d97aac7ea6ef1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Wolfgang=20Hu=C3=9F?= Date: Fri, 7 Feb 2020 10:10:36 +0100 Subject: [PATCH] Change after Matts suggestions Co-Authored-By: mattwr18 --- .../components/Notification/Notification.vue | 46 +++++++++---------- .../NotificationsTable/NotificationsTable.vue | 35 +++++--------- webapp/components/utils/Notifications.js | 29 +++++++++--- 3 files changed, 57 insertions(+), 53 deletions(-) diff --git a/webapp/components/Notification/Notification.vue b/webapp/components/Notification/Notification.vue index 2b756cd27..27ca625cc 100644 --- a/webapp/components/Notification/Notification.vue +++ b/webapp/components/Notification/Notification.vue @@ -6,19 +6,8 @@ - - {{ $t( @@ -32,23 +21,26 @@ -
- - - -
-
- + + +
+ {{ $t(`notifications.comment`) }}: {{ notificationData.contentExcerpt | removeHtml }}
-
+
{{ $t(`notifications.report.category`) }}: @@ -72,7 +64,7 @@
@@ -119,4 +111,12 @@ export default { font-weight: 700; margin-right: 0.1rem; } +// Wolle .notifications-card { +// > .user-teaser { +// margin-top: $space-small; +// } +// } +.notifications-user-teaser { + margin-top: $space-small; +} diff --git a/webapp/components/NotificationsTable/NotificationsTable.vue b/webapp/components/NotificationsTable/NotificationsTable.vue index 55c9c133b..56cc3451a 100644 --- a/webapp/components/NotificationsTable/NotificationsTable.vue +++ b/webapp/components/NotificationsTable/NotificationsTable.vue @@ -6,25 +6,12 @@ > -