diff --git a/resources/assets/components/admin/partial/AdminReadMore.vue b/resources/assets/components/admin/partial/AdminReadMore.vue new file mode 100644 index 000000000..1a1b3d6ee --- /dev/null +++ b/resources/assets/components/admin/partial/AdminReadMore.vue @@ -0,0 +1,106 @@ + + + {{ contentText }} + Read more + + + + diff --git a/resources/assets/components/admin/partial/AdminRemoteReportModal.vue b/resources/assets/components/admin/partial/AdminRemoteReportModal.vue new file mode 100644 index 000000000..63beff06d --- /dev/null +++ b/resources/assets/components/admin/partial/AdminRemoteReportModal.vue @@ -0,0 +1,304 @@ + + + + + + + + + + Instance + {{ model.instance }} + + + Message + + + + + + + + Reported Account + + + + + + + + @{{model.reported.acct}} + + {{prettyCount(model.reported.followers_count)}} Followers + ยท + Joined {{ timeAgo(model.reported.created_at) }} + + + + + + + + Reported Account Unavailable + The reported account may have been deleted, or is otherwise not currently active. You can safely Close Report to mark this report as read. + + + + + + + + + + + Close Report + + + + Close all reports from {{ model.instance}} + + + Close all reports against @{{ model.reported.username }} + + + + + + + + Apply CW to Post(s) + + + + Unlist Post(s) + + + + + Make Post(s) Private + + + Delete Post(s) + + + + + + + + + + Apply CW to all posts + + + + Unlist all account posts + + + + + + Make all posts private + + + + + + + + + +
Read more
@{{model.reported.acct}}
Reported Account Unavailable
The reported account may have been deleted, or is otherwise not currently active. You can safely Close Report to mark this report as read.