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 @@ + + + + +