diff --git a/components/status/ScheduledStatusCard.vue b/components/status/ScheduledStatusCard.vue new file mode 100644 index 00000000..8191ca04 --- /dev/null +++ b/components/status/ScheduledStatusCard.vue @@ -0,0 +1,208 @@ + + + + + + + Scheduled: {{ new Date(scheduledPost.scheduledAt).toLocaleString() }} + + + {{ scheduledPost.params.text }} + + + + Cancel schedule + + + + + {{ scheduledPost }} + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/locales/en.json b/locales/en.json index e38036b6..f1f35978 100644 --- a/locales/en.json +++ b/locales/en.json @@ -44,6 +44,7 @@ "rejected": "You have rejected the request", "request_follow": "Request to follow", "requested": "{0} has requested to follow you", + "scheduled_posts": "Scheduled Posts", "unblock": "Unblock", "unfollow": "Unfollow", "unmute": "Unmute", diff --git a/pages/scheduled-posts.vue b/pages/scheduled-posts.vue index 7d20997f..e810f915 100644 --- a/pages/scheduled-posts.vue +++ b/pages/scheduled-posts.vue @@ -1,33 +1,31 @@ - - - - Scheduled: {{ new Date(scheduledPost.scheduledAt).toLocaleString() }} + + + + + {{ t('account.scheduled_posts') }} + + + + + - - {{ scheduledPost.params.text }} - - - - Cancel schedule - - - - - {{ scheduledPost }} - - - +
+ {{ scheduledPost.params.text }} +
+ + Cancel schedule + +
+ {{ scheduledPost }} +
{{ scheduledPost }}
- {{ scheduledPost.params.text }} -
- - Cancel schedule - -
- {{ scheduledPost }} -