From 67ed6552b831df66713bac9e672738796128d33f Mon Sep 17 00:00:00 2001 From: Chocobozzz Date: Tue, 23 Jun 2020 14:10:17 +0200 Subject: Reorganize client shared modules --- .../users/user-notifications.component.html | 166 +++++++++++++++++++++ 1 file changed, 166 insertions(+) create mode 100644 client/src/app/shared/shared-main/users/user-notifications.component.html (limited to 'client/src/app/shared/shared-main/users/user-notifications.component.html') diff --git a/client/src/app/shared/shared-main/users/user-notifications.component.html b/client/src/app/shared/shared-main/users/user-notifications.component.html new file mode 100644 index 000000000..08771110d --- /dev/null +++ b/client/src/app/shared/shared-main/users/user-notifications.component.html @@ -0,0 +1,166 @@ +
You don't have notifications.
+ +
+
+ + + + + + + + + + +
+ {{ notification.video.channel.displayName }} published a new video: {{ notification.video.name }} +
+
+ + + + +
+ The notification concerns a video now unavailable +
+
+
+ + + + +
+ Your video {{ notification.video.name }} has been unblocked +
+
+ + + + +
+ Your video {{ notification.videoBlacklist.video.name }} has been blocked +
+
+ + + + + + + + + + + + + + + + + + + + + + + + + + + +
+ The notification concerns a comment now unavailable +
+
+
+ + + + +
+ Your video {{ notification.video.name }} has been published +
+
+ + + + +
+ Your video import {{ notification.videoImportIdentifier }} succeeded +
+
+ + + + +
+ Your video import {{ notification.videoImportIdentifier }} failed +
+
+ + + + +
+ User {{ notification.account.name }} registered on your instance +
+
+ + + + + + +
+ {{ notification.actorFollow.follower.displayName }} is following + + your channel {{ notification.actorFollow.following.displayName }} + your account +
+
+ + + + + + + + + + + + +
+ Your instance has a new follower ({{ notification.actorFollow?.follower.host }}) + awaiting your approval +
+
+ + + + +
+ Your instance automatically followed {{ notification.actorFollow.following.host }} +
+
+ + + + +
+ The notification points to a content now unavailable +
+
+
+ +
{{ notification.createdAt | myFromNow }}
+
+
-- cgit v1.2.3