Change: 絵文字リアクションの通知のグループ化で、アカウントを絵文字の種類ごとに表示 (#796)

* Change: 絵文字リアクションの通知のグループ化で、アカウントを絵文字の種類ごとに表示

* Fix lint

* アカウントの一括取得数を制限

* ストリーミング対応

* Fix

* Fix

* Fix

* Fix some problems

* Fix
This commit is contained in:
KMY(雪あすか) 2024-08-17 08:16:27 +09:00 committed by GitHub
parent 5dec110dec
commit f14c2d3ada
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
10 changed files with 258 additions and 7 deletions

View file

@ -10907,6 +10907,25 @@ noscript {
&__wrapper {
display: flex;
justify-content: space-between;
&__for_emoji_reaction {
display: flex;
justify-content: start;
.emoji {
display: inline-block;
width: 40px;
align-self: center;
img {
height: 20px;
}
}
.notification-group__avatar-group {
margin-left: 8px;
}
}
}
&__label {