X-Git-Url: https://git.immae.eu/?a=blobdiff_plain;f=client%2Fsrc%2Fapp%2Fshared%2Fusers%2Fuser-notifications.component.html;h=184befbde3deb01d3709661c3a7d2305ddf43b2a;hb=ce78f1f6f04e196aa24ebb6737b3368424509ce3;hp=1c0af1bb0d204a9bedf052d6440a2796c0c3a0d6;hpb=6d28a5056efc68da51c7ef00d563f3557a72bc49;p=github%2FChocobozzz%2FPeerTube.git diff --git a/client/src/app/shared/users/user-notifications.component.html b/client/src/app/shared/users/user-notifications.component.html index 1c0af1bb0..184befbde 100644 --- a/client/src/app/shared/users/user-notifications.component.html +++ b/client/src/app/shared/users/user-notifications.component.html @@ -1,6 +1,6 @@
You don't have notifications.
-
+
@@ -8,7 +8,7 @@
- {{ notification.video.channel.displayName }} published a new video + {{ notification.video.channel.displayName }} published a new video: {{ notification.video.name }}
@@ -36,6 +36,14 @@
+ + + +
+ The recently added video {{ notification.videoBlacklist.video.name }} has been auto-blacklisted +
+
+ @@ -94,6 +102,23 @@ {{ notification.comment.account.displayName }} mentioned you on video {{ notification.comment.video.name }}
+ + + + +
+ Your instance has a new follower ({{ notification.actorFollow?.follower.host }}) + awaiting your approval +
+
+ + + + +
+ Your instance automatically followed {{ notification.actorFollow.following.host }} +
+
{{ notification.createdAt | myFromNow }}