From 3b8b03d8b486ae9f6b0bd0eca4b12756acb19135 Mon Sep 17 00:00:00 2001 From: syuilo Date: Mon, 8 Nov 2021 03:38:48 +0900 Subject: [PATCH] =?UTF-8?q?feat(client):=20=E9=80=9A=E7=9F=A5=E3=81=AE?= =?UTF-8?q?=E3=83=AA=E3=82=A2=E3=82=AF=E3=82=B7=E3=83=A7=E3=83=B3=E3=82=A2?= =?UTF-8?q?=E3=82=A4=E3=82=B3=E3=83=B3=E3=82=92=E3=83=9B=E3=83=90=E3=83=BC?= =?UTF-8?q?=E3=81=A7=E6=8B=A1=E5=A4=A7=E3=81=A7=E3=81=8D=E3=82=8B=E3=82=88?= =?UTF-8?q?=E3=81=86=E3=81=AB?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- CHANGELOG.md | 1 + src/client/components/notification.vue | 174 ++++++++++++++------- src/client/components/reaction-tooltip.vue | 51 ++++++ 3 files changed, 173 insertions(+), 53 deletions(-) create mode 100644 src/client/components/reaction-tooltip.vue diff --git a/CHANGELOG.md b/CHANGELOG.md index f1ec268b8..29c318348 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -12,6 +12,7 @@ ### Improvements - フォロー/フォロワーを非公開にできるように - インスタンスプロフィールレンダリング ready +- 通知のリアクションアイコンをホバーで拡大できるように - メールアドレスのバリデーションを強化 ### Bugfixes diff --git a/src/client/components/notification.vue b/src/client/components/notification.vue index a2e714b4e..ce1fa5b16 100644 --- a/src/client/components/notification.vue +++ b/src/client/components/notification.vue @@ -1,5 +1,5 @@ diff --git a/src/client/components/reaction-tooltip.vue b/src/client/components/reaction-tooltip.vue new file mode 100644 index 000000000..93143cbe8 --- /dev/null +++ b/src/client/components/reaction-tooltip.vue @@ -0,0 +1,51 @@ + + + + +