From 24b7d7d9d453d279850af6bb000d41b1ea0be4cb Mon Sep 17 00:00:00 2001 From: Shpuld Shpuldson Date: Fri, 2 Jun 2017 13:05:03 +0300 Subject: [PATCH] Add mouseover tooltips for names in notif headings and timeline repeats, make the timeline repeat name into a link to the repeater profile and use the word 'repeat' instead of 'retweet'. --- src/components/notifications/notifications.vue | 6 +++--- src/components/status/status.vue | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/src/components/notifications/notifications.vue b/src/components/notifications/notifications.vue index 256d6f7a..97989aea 100644 --- a/src/components/notifications/notifications.vue +++ b/src/components/notifications/notifications.vue @@ -14,7 +14,7 @@

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

@@ -22,7 +22,7 @@

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

@@ -30,7 +30,7 @@

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

diff --git a/src/components/status/status.vue b/src/components/status/status.vue index 5d0a50d3..cf84d177 100644 --- a/src/components/status/status.vue +++ b/src/components/status/status.vue @@ -28,7 +28,7 @@
- Retweeted by {{retweeter}} + Repeated by {{retweeter}}