From ca8cc015b0be1cc25d00d753be2fb3b26f4bfbd9 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?=E3=81=8B=E3=81=A3=E3=81=93=E3=81=8B=E3=82=8A?=
<67428053+kakkokari-gtyih@users.noreply.github.com>
Date: Mon, 30 Sep 2024 20:05:34 +0900
Subject: [PATCH] =?UTF-8?q?enhance(frontend):=20=E3=83=95=E3=82=A9?=
=?UTF-8?q?=E3=83=AD=E3=83=AF=E3=83=BC=E3=81=B8=E3=81=AE=E3=83=A1=E3=83=83?=
=?UTF-8?q?=E3=82=BB=E3=83=BC=E3=82=B8=E6=AC=84=E3=82=92=E6=94=B9=E8=89=AF?=
=?UTF-8?q?=20(#14656)?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
* enhance(frontend): フォロワーへのメッセージ欄を改良
* Update Changelog
---
CHANGELOG.md | 2 +-
locales/index.d.ts | 4 +
locales/ja-JP.yml | 1 +
.../frontend/src/components/MkFukidashi.vue | 100 ++++++++++++++++++
packages/frontend/src/pages/user/home.vue | 21 +++-
5 files changed, 123 insertions(+), 5 deletions(-)
create mode 100644 packages/frontend/src/components/MkFukidashi.vue
diff --git a/CHANGELOG.md b/CHANGELOG.md
index db969a63c2..cfc07476e0 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -4,7 +4,7 @@
-
### Client
--
+- Enhance: フォロワーへのメッセージ欄のデザイン改良
### Server
-
diff --git a/locales/index.d.ts b/locales/index.d.ts
index 32c5a21648..29c93453ff 100644
--- a/locales/index.d.ts
+++ b/locales/index.d.ts
@@ -5148,6 +5148,10 @@ export interface Locale extends ILocale {
* パスキーの検証に成功しましたが、パスワードレスログインが無効になっています。
*/
"passkeyVerificationSucceededButPasswordlessLoginDisabled": string;
+ /**
+ * フォロワーへのメッセージ
+ */
+ "messageToFollower": string;
"_delivery": {
/**
* 配信状態
diff --git a/locales/ja-JP.yml b/locales/ja-JP.yml
index eebc4c995f..678af6987c 100644
--- a/locales/ja-JP.yml
+++ b/locales/ja-JP.yml
@@ -1283,6 +1283,7 @@ signinWithPasskey: "パスキーでログイン"
unknownWebAuthnKey: "登録されていないパスキーです。"
passkeyVerificationFailed: "パスキーの検証に失敗しました。"
passkeyVerificationSucceededButPasswordlessLoginDisabled: "パスキーの検証に成功しましたが、パスワードレスログインが無効になっています。"
+messageToFollower: "フォロワーへのメッセージ"
_delivery:
status: "配信状態"
diff --git a/packages/frontend/src/components/MkFukidashi.vue b/packages/frontend/src/components/MkFukidashi.vue
new file mode 100644
index 0000000000..ba82eb442f
--- /dev/null
+++ b/packages/frontend/src/components/MkFukidashi.vue
@@ -0,0 +1,100 @@
+
+
+
+