From 5a518fa817fbd64fcf9b3a18b02acefcff5fc307 Mon Sep 17 00:00:00 2001 From: Roger Braun Date: Thu, 26 Jan 2017 12:03:07 +0100 Subject: Break after user name in notifications. --- src/components/notifications/notifications.vue | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'src/components') diff --git a/src/components/notifications/notifications.vue b/src/components/notifications/notifications.vue index ba5d8971..0846c27b 100644 --- a/src/components/notifications/notifications.vue +++ b/src/components/notifications/notifications.vue @@ -9,15 +9,15 @@
-

{{ notification.action.user.name }} favorited your status

+

{{ notification.action.user.name }}
favorited your status

{{ notification.status.text }}

-

{{ notification.action.user.name }} repeated your status

+

{{ notification.action.user.name }}
repeated your status

{{ notification.status.text }}

-

{{ notification.action.user.name }} mentioned you

+

{{ notification.action.user.name }}
mentioned you

{{ notification.status.text }}

-- cgit v1.2.3-70-g09d2 From ea25708bf365e865334877c8625996f9386b44e0 Mon Sep 17 00:00:00 2001 From: Roger Braun Date: Sat, 4 Feb 2017 13:51:44 +0100 Subject: Set color on status instead of on timeline. --- src/components/friends_timeline/friends_timeline.vue | 2 +- src/components/mentions/mentions.vue | 2 +- .../public_and_external_timeline/public_and_external_timeline.vue | 2 +- src/components/public_timeline/public_timeline.vue | 2 +- src/components/status/status.vue | 2 +- 5 files changed, 5 insertions(+), 5 deletions(-) (limited to 'src/components') diff --git a/src/components/friends_timeline/friends_timeline.vue b/src/components/friends_timeline/friends_timeline.vue index 88c477ab..afe5cc89 100644 --- a/src/components/friends_timeline/friends_timeline.vue +++ b/src/components/friends_timeline/friends_timeline.vue @@ -1,5 +1,5 @@