enhance(frontend): 投稿フォームの設定メニューを改良 (#14804)

* enhance(frontend): 投稿フォームの設定メニューを改良

* Update Changelog

* indent

* MkMenuのitemを切り出して共通化

* remove unused expose

* fix: ドロワーなどのOptionが当たらない問題を修正

* 他のpopupMenuの項目選択時と挙動をあわせる

* チュートリアルで詰む問題を修正

* Revert "MkMenuのitemを切り出して共通化"

This reverts commit ce3679798c5b642dd0e47056f70657e46b382b5e.

* enhance: slotで共通化

* Update MkPostFormOtherMenu.vue

* remove duplicated locale key

* refactor: メニューの定義をMkPostForm側で行うように

* Update CHANGELOG.md

* [ci skip] Update MkPostFormOtherMenu.vue

* Update MkPostForm.vue

* Update CHANGELOG.md

---------

Co-authored-by: syuilo <4439005+syuilo@users.noreply.github.com>
This commit is contained in:
かっこかり 2025-03-16 14:05:58 +09:00 committed by GitHub
parent 7d44b47fdf
commit ce6b2448ce
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
8 changed files with 360 additions and 168 deletions

4
locales/index.d.ts vendored
View file

@ -5346,6 +5346,10 @@ export interface Locale extends ILocale {
* 稿
*/
"postForm": string;
/**
*
*/
"textCount": string;
"_emojiPalette": {
/**
*

View file

@ -1332,6 +1332,7 @@ preferenceSyncConflictChoiceCancel: "同期の有効化をキャンセル"
paste: "ペースト"
emojiPalette: "絵文字パレット"
postForm: "投稿フォーム"
textCount: "文字数"
_emojiPalette:
palettes: "パレット"