diff --git a/components/publish/PublishWidget.vue b/components/publish/PublishWidget.vue index cc7190dd..49e3ed7c 100644 --- a/components/publish/PublishWidget.vue +++ b/components/publish/PublishWidget.vue @@ -132,6 +132,8 @@ const expiresInOptions = computed(() => [ const expiresInDefaultOptionIndex = 2 +const scheduleDateTime = ref('') + const characterCount = computed(() => { const text = htmlToText(editor.value?.getHTML() || '') @@ -462,7 +464,23 @@ function stopQuestionMarkPropagation(e: KeyboardEvent) { -
+ + + + + + + +
diff --git a/locales/en.json b/locales/en.json index 4097fe3b..0c67c48b 100644 --- a/locales/en.json +++ b/locales/en.json @@ -742,6 +742,7 @@ "pick_an_icon": "Pick an icon", "publish_failed": "Close failed messages at the top of editor to republish posts", "remove_thread_item": "Remove item from thread", + "schedule_post": "Schedule post", "start_thread": "Start thread", "toggle_bold": "Toggle bold", "toggle_code_block": "Toggle code block",