From e78f16bcc48e2298164a70c56d08bb1c7955f549 Mon Sep 17 00:00:00 2001 From: nullobsi Date: Fri, 15 Oct 2021 09:19:49 -0700 Subject: [PATCH] =?UTF-8?q?feat:=20=E3=83=8E=E3=83=BC=E3=83=88=E3=83=97?= =?UTF-8?q?=E3=83=AC=E3=83=93=E3=83=A5=E3=83=BC=E3=82=92=E8=BF=BD=E5=8A=A0?= =?UTF-8?q?=20(#7596)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit * add note preview * use if * add draftedNote property * custom emojis work * Only show CW on preview when enabled * move button to top * fix css style --- locales/ja-JP.yml | 1 + src/client/components/post-form.vue | 35 ++++++++++++++++++++++++++++- 2 files changed, 35 insertions(+), 1 deletion(-) diff --git a/locales/ja-JP.yml b/locales/ja-JP.yml index 5798ce7ec..311176818 100644 --- a/locales/ja-JP.yml +++ b/locales/ja-JP.yml @@ -766,6 +766,7 @@ middle: "中" low: "低" emailNotConfiguredWarning: "メールアドレスの設定がされていません。" ratio: "比率" +notePreview: "ノートをプレビュー" customCss: "カスタムCSS" customCssWarn: "この設定は必ず知識のある方が行ってください。不適切な設定を行うとクライアントが正常に使用できなくなる恐れがあります。" global: "グローバル" diff --git a/src/client/components/post-form.vue b/src/client/components/post-form.vue index 3ff1dfe0d..85117b074 100644 --- a/src/client/components/post-form.vue +++ b/src/client/components/post-form.vue @@ -17,6 +17,7 @@ + @@ -40,6 +41,7 @@ +