From 02031ea205611f3b334e0678d77a28378af9b116 Mon Sep 17 00:00:00 2001 From: patak-dev Date: Sun, 19 Jan 2025 23:00:21 +0100 Subject: [PATCH] chore: remove polls --- components/notification/NotificationCard.vue | 2 +- .../notification/NotificationPaginator.vue | 2 +- .../NotificationPreferences.client.vue | 1 - components/publish/PublishWidget.vue | 141 +----------------- components/status/StatusContent.vue | 1 - components/status/StatusPoll.vue | 85 ----------- composables/masto/publish.ts | 31 ---- composables/masto/statusDrafts.ts | 14 +- .../push-notifications/usePushManager.ts | 6 - locales/ar.json | 19 --- locales/ca-valencia.json | 4 - locales/ca.json | 6 - locales/ckb.json | 18 --- locales/cs-CZ.json | 5 - locales/de-DE.json | 19 --- locales/el-GR.json | 19 --- locales/en.json | 19 --- locales/es.json | 19 --- locales/eu-ES.json | 19 --- locales/fa-IR.json | 19 --- locales/fi.json | 19 --- locales/fr-FR.json | 19 --- locales/gl-ES.json | 19 --- locales/hu-HU.json | 19 --- locales/id-ID.json | 19 --- locales/it-IT.json | 19 --- locales/ja-JP.json | 19 --- locales/ko-KR.json | 18 --- locales/nl-NL.json | 6 - locales/pl-PL.json | 6 - locales/pt-BR.json | 1 - locales/pt.json | 19 --- locales/ru-RU.json | 18 --- locales/th-TH.json | 18 --- locales/tl-PH.json | 19 --- locales/tr-TR.json | 6 - locales/uk-UA.json | 19 --- locales/vi-VN.json | 19 --- locales/zh-CN.json | 19 --- locales/zh-TW.json | 6 - styles/global.css | 3 - types/index.ts | 2 +- 42 files changed, 5 insertions(+), 756 deletions(-) delete mode 100644 components/status/StatusPoll.vue diff --git a/components/notification/NotificationCard.vue b/components/notification/NotificationCard.vue index a3d0eca8f..e8f600d8e 100644 --- a/components/notification/NotificationCard.vue +++ b/components/notification/NotificationCard.vue @@ -92,7 +92,7 @@ if (unsupportedEmojiReactionTypes.includes(notification.type)) -