From ba23a14ac43d89f267d731ebc76f6c667324bd09 Mon Sep 17 00:00:00 2001 From: NoriDev Date: Wed, 4 Oct 2023 19:31:49 +0900 Subject: [PATCH] =?UTF-8?q?fix(frontend):=20=E3=83=8E=E3=83=BC=E3=83=88?= =?UTF-8?q?=E8=A9=B3=E7=B4=B0=E3=83=9A=E3=83=BC=E3=82=B8=E3=81=AE=E3=83=8E?= =?UTF-8?q?=E3=83=BC=E3=83=88=E5=85=A5=E5=8A=9B=E3=83=95=E3=82=A9=E3=83=BC?= =?UTF-8?q?=E3=83=A0=E3=82=92=E6=8A=BC=E3=81=99=E5=89=8D=E3=81=AB=E3=80=81?= =?UTF-8?q?=E4=B8=80=E9=83=A8=E3=81=AE=E8=A6=81=E7=B4=A0=E3=81=8C=E8=A1=A8?= =?UTF-8?q?=E7=A4=BA=E3=81=95=E3=82=8C=E3=82=8B=E5=A0=B4=E5=90=88=E3=81=8C?= =?UTF-8?q?=E3=81=82=E3=82=8B?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- CHANGELOG_CHERRYPICK.md | 2 ++ .../src/components/MkPostFormSimple.vue | 20 +++++++++---------- 2 files changed, 12 insertions(+), 10 deletions(-) diff --git a/CHANGELOG_CHERRYPICK.md b/CHANGELOG_CHERRYPICK.md index a6b0d560ad..2554f7670d 100644 --- a/CHANGELOG_CHERRYPICK.md +++ b/CHANGELOG_CHERRYPICK.md @@ -39,9 +39,11 @@ Misskey의 전체 변경 사항을 확인하려면, [CHANGELOG.md#2023xx](CHANGE - Fix: 서브 노트 기능 오류 - 서브 노트에서 더 보기 버튼을 사용할 수 없음 - 리액션 변경 기능을 사용할 수 없음 +- Fix: 노트 상세 페이지의 노트 입력 폼을 누르기 전에 일부 요소가 표시될 수 있음 ### Server - Revert: Feat: 이모티콘 중복 체크 (misskey-dev/misskey#11941) +- Fix: Publish notes announced by relay (misskey-dev/misskey#11056) --- diff --git a/packages/frontend/src/components/MkPostFormSimple.vue b/packages/frontend/src/components/MkPostFormSimple.vue index 57b72908b6..6aa15aa98a 100644 --- a/packages/frontend/src/components/MkPostFormSimple.vue +++ b/packages/frontend/src/components/MkPostFormSimple.vue @@ -59,9 +59,9 @@ SPDX-License-Identifier: AGPL-3.0-only -
{{ i18n.ts.quoteAttached }}
- -
+
{{ i18n.ts.quoteAttached }}
+ +
{{ i18n.ts.recipient }}
@@ -71,7 +71,7 @@ SPDX-License-Identifier: AGPL-3.0-only
- {{ i18n.ts.notSpecifiedMentionWarning }} - + {{ i18n.ts.notSpecifiedMentionWarning }} -