From bcd10b34758b41cc09ec15153e9ca027fd4703f5 Mon Sep 17 00:00:00 2001 From: shpuld Date: Sat, 25 Nov 2017 12:57:55 +0200 Subject: Make star icon in notifications behave like the other icons.. --- src/components/notifications/notifications.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/components/notifications/notifications.vue') diff --git a/src/components/notifications/notifications.vue b/src/components/notifications/notifications.vue index 64624873..176695b1 100644 --- a/src/components/notifications/notifications.vue +++ b/src/components/notifications/notifications.vue @@ -17,7 +17,7 @@

{{ notification.action.user.name }} - +

-- cgit v1.2.3-70-g09d2 From 07354cc45d0399d0465194700454b66e14ce41bb Mon Sep 17 00:00:00 2001 From: eal Date: Thu, 7 Dec 2017 23:54:03 +0200 Subject: Don't show "read" button if there are no new notifications. --- src/components/notifications/notifications.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/components/notifications/notifications.vue') diff --git a/src/components/notifications/notifications.vue b/src/components/notifications/notifications.vue index 176695b1..b341fcef 100644 --- a/src/components/notifications/notifications.vue +++ b/src/components/notifications/notifications.vue @@ -4,7 +4,7 @@
{{unseenCount}} {{$t('notifications.notifications')}} - +
-- cgit v1.2.3-70-g09d2