-
Notifications
You must be signed in to change notification settings - Fork 40
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
ユーザーモーダルのアイコンのはみ出している部分をクリックすると閉じないように修正した #4190
base: master
Are you sure you want to change the base?
Conversation
Preview (prod) → https://4190-prod.traq-preview.trapti.tech/ |
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## master #4190 +/- ##
=======================================
Coverage 86.35% 86.35%
=======================================
Files 66 66
Lines 4719 4719
Branches 564 564
=======================================
Hits 4075 4075
Misses 638 638
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.
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.
機能的には要件満たせているのですが、やっぱりisUserModalで分けるのあんまりよくなさそうですね...
そもそもボタンとして扱うコンポーネントと画像として扱うコンポーネントが一緒になっているのがよくないので、今あるUserIcon
コンポーネントは画像として扱うもの(ユーザーモーダルで表示するものなど、isClickable
がfalseになるようなもの)で直接使うようにして、その他ボタンとして扱う用のUserIconButton
コンポーネント(UserIcon
コンポーネントをbutton
タグで囲ったもの)を別で作るのがよさそうな気がします
現在のボタンと画像が一緒になっちゃっているUserIconの実装だと、a11y的にも色々とよくないので、変更箇所は多くなりますがコード的にだけでなく、機能的にもかなり意味のあるPRになると思うのでお願いしたいです!
close #4143