-
Notifications
You must be signed in to change notification settings - Fork 42
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
リアクションをホバーしたときに拡大して表示 #4434
base: master
Are you sure you want to change the base?
リアクションをホバーしたときに拡大して表示 #4434
Conversation
Preview (prod) → https://4434-prod.traq-preview.trapti.tech/ |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
僕も a11y に詳しいわけではないので、どのように対応するのがいいかについてはっきりということはできないんですが、とりあえずここで示した部分について改めて調べて取り組んでみてほしいです…!
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
対応完了しました |
確認したんですが、今の状態でも 2 列に収まらない場合はそれ以降のスタンプを押した人の名前が表示されなくなってそうです (本番環境で確認しました) |
リアクションした人数が3人を超過した場合に「他n人」と圧縮表示するよう変更しました |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
色々対応してくれてありがとうございます!
もう少し改善できそうなところを挙げてみたので、もう少し対応してもらえればと思います :pray-nya:
src/components/Main/MainView/MessageElement/StampScaledDetailElement.vue
Outdated
Show resolved
Hide resolved
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## master #4434 +/- ##
=========================================
- Coverage 8.83% 8.80% -0.04%
=========================================
Files 671 673 +2
Lines 29444 29549 +105
Branches 524 524
=========================================
Hits 2601 2601
- Misses 26837 26942 +105
Partials 6 6 ☔ View full report in Codecov by Sentry. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
大変お待たせしました…!
概ねデザインもできてきたと思うんですが、もう少し細かいところもご対応いただけるとありがたいです
リアクションをホバーしたときに拡大して表示して欲しい #4433