From 1fda33848ecc21715ab366e64ac7bf0a0ca4c180 Mon Sep 17 00:00:00 2001 From: Tuur Martens Date: Sat, 20 May 2023 21:23:41 +0200 Subject: [PATCH] feat: poll creation (#2111) --- components/common/CommonCheckbox.vue | 11 +- components/publish/PublishWidget.vue | 268 +++++++++++++++++++-------- composables/masto/publish.ts | 11 +- composables/masto/statusDrafts.ts | 21 ++- locales/en.json | 12 ++ types/index.ts | 2 +- 6 files changed, 237 insertions(+), 88 deletions(-) diff --git a/components/common/CommonCheckbox.vue b/components/common/CommonCheckbox.vue index 85ea5e86..7cd7efcf 100644 --- a/components/common/CommonCheckbox.vue +++ b/components/common/CommonCheckbox.vue @@ -1,10 +1,12 @@ @@ -12,11 +14,12 @@ const { modelValue } = defineModels<{