diff --git a/README.md b/README.md index fd1db962..cd83be7a 100644 --- a/README.md +++ b/README.md @@ -24,6 +24,8 @@ ## 細かい変更点 +- 投稿ボタンを巨大にできるように + - https://mstdn.poyo.me/@prime/110668364208741253 を真似しました - アンテナにフォロー中のユーザーのホーム投稿も表示する - フォロー中のユーザーの投稿は見たいから - 猫のアカウントはアイコンを常に丸く表示する diff --git a/locales/en-US.yml b/locales/en-US.yml index 7b7520dc..5e09c208 100644 --- a/locales/en-US.yml +++ b/locales/en-US.yml @@ -1144,6 +1144,7 @@ inputNotMatch: "Input does not match" detectPostLanguage: "Automatically detect the language and show a translate button for non-English posts" languageForTranslation: "Language used for post translation" addRe: "Add \"re:\" at the beginning of comment in reply to a post with a content warning" +showBigPostButton: "Show a bigger post button in the posting form" _sensitiveMediaDetection: description: "Reduces the effort of server moderation through automatically recognizing diff --git a/locales/ja-JP.yml b/locales/ja-JP.yml index 730ae2e5..28c787e9 100644 --- a/locales/ja-JP.yml +++ b/locales/ja-JP.yml @@ -997,6 +997,7 @@ replaceWidgetsButtonWithReloadButton: "画面下部のウィジェットのボ addRe: "閲覧注意の投稿への返信で、注釈の先頭に\"re:\"を追加する" detectPostLanguage: "投稿の言語を自動検出し、外国語の投稿に翻訳ボタンを表示する" languageForTranslation: "投稿翻訳に使用する言語" +showBigPostButton: "投稿ボタンを巨大にする" _sensitiveMediaDetection: description: "機械学習を使って自動でセンシティブなメディアを検出し、モデレーションに役立てられます。サーバーの負荷が少し増えます。" diff --git a/packages/client/src/components/MkPostForm.vue b/packages/client/src/components/MkPostForm.vue index 7ec3804b..494d6881 100644 --- a/packages/client/src/components/MkPostForm.vue +++ b/packages/client/src/components/MkPostForm.vue @@ -60,6 +60,7 @@ +
+ +