diff --git a/resources/assets/js/components/RemotePost.vue b/resources/assets/js/components/RemotePost.vue index c85dcaf29..cdea3e58a 100644 --- a/resources/assets/js/components/RemotePost.vue +++ b/resources/assets/js/components/RemotePost.vue @@ -3,49 +3,42 @@
-
+

You are blocking this account

-

Click here to view this status

+

View Status

-
+
-
+
- {{ statusUsername }} + {{ statusUsername }} -

{{status.place.name}}, {{status.place.country}}

+

+ + {{status.taggedPeople.length}} Tagged People + + + {{status.place.name}}, {{status.place.country}} +

@@ -80,57 +73,55 @@
-
-
+
+
- {{ statusUsername }} + {{ statusUsername }} -

{{status.place.name}}, {{status.place.country}}

+

+ + {{status.taggedPeople.length}} Tagged People + + + {{status.place.name}}, {{status.place.country}} +

- +
-
+
-
- - {{truncate(status.account.username,15)}} - - This comment may contain sensitive material - Show +
+
+ + {{truncate(status.account.username,15)}} + + This comment may contain sensitive material + Show + - -
-
-

- - -

+
+
+

+ {{statusUsername}} + +

+
+
@@ -140,12 +131,12 @@
- -
+
@@ -161,18 +152,18 @@

- {{truncate(reply.account.username,15)}} - + {{truncate(reply.account.username,15)}} + - +

- + {{reply.favourites_count == 1 ? '1 like' : reply.favourites_count + ' likes'}} - Reply + Reply

@@ -185,7 +176,7 @@

{{s.account.username}} - + @@ -205,15 +196,22 @@

+
-
-
-

-

-

-

-

+
+
+ Loading... +
+
+
+
+

+

+

+ +

+

@@ -224,33 +222,228 @@
- + {{timestampFormat()}} {{status.visibility}}
-
+ +
+ +
+
+
+
+
+ +
+ +
+ +
+ +
+ +
+ +
+ +
+ +
+ +
+ +
+

Error: Problem rendering preview.

+
+
+
+
+
+
+
+
+
+
+
+
+ +
+
+
+
+ +
+
+
+
+

+

+

+ by {{statusUsername}} + + + Follow + +

+
+ avatar +
+
+
+

+ {{status.content_text.length ? status.content_text : 'Untitled Post'}} +

+

+ by {{statusUsername}} + +

+
+ avatar +
+
+
+

+ + {{status.place.name}}, {{status.place.country}} + + + {{timeAgo(status.created_at)}} ago + +

+ +
+

+ {{tag.name}} +

+
+
+
+
+

Comments

+
+
+ +

+ + {{replyText.length}}/{{config.uploader.max_caption_length}} + + +

+ + +
+ + +

+
+
+
+
+ avatar +
+
+ + {{reply.account.username}} + + + + + + + + + + + + +
+
+ + + This comment may contain sensitive material + Show + + +
+
+

loading ...

+
+

+ + {{timeAgo(reply.created_at)}} + +

+
+
+
+
+
+
+
+ + body-class="list-group-flush py-3 px-0">
-
+
+ + + + +
+
+
+ + + +
+

+ + {{taguser.username}} + + +

+
+
+
+
+

Learn more about Tagging People.

+
+ +
+
Unfollow
+
Follow
+
Embed
+
Copy Link
+
{{ showComments ? 'Disable' : 'Enable'}} Comments
+ Edit +
ModTools
+
Block
+
Unblock
+ Report +
Delete
+
Cancel
+
+
+ +
+
{{ showComments ? 'Disable' : 'Enable'}} Comments
+ +
Unlist from Timelines
+
Remove Content Warning
+
Add Content Warning
+
Cancel
+
+
+ +
+ + +
+ +
+
+
+ + {{replyText.length > config.uploader.max_caption_length ? config.uploader.max_caption_length - replyText.length : replyText.length}}/{{config.uploader.max_caption_length}} + +
+
+
+ + +
+ + +
+
+
+
@@ -396,6 +733,16 @@ max-width: 1100px; } } + + +