-
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
💄 feat: スタンプを押した人と数の表示を変更 #4320
Conversation
Preview (prod) → https://4320-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.
区切り文字は他のでもいいかも
表示名で表示する際に名前の区切りがわかりづらくなるため、区切り文字として / を追加。表示名と見分けがつくように `@include color-ui-secondary-inactive` を適用。
StampDetailElementContent全体をflexにすることでスペースがなくなっていたのに対応した
区切り文字のスペースが少し大きかったため、を通常のスペースから少し狭いスペースに変更した。 またこれに伴い、StampDetailElement.vueでスペースを挿入していたのを削除した。
…lementに移動 スペース関連の定義を一つのファイルにまとめることで可読性を向上させることを目的とする。
paddingを用いることでクリック可能な領域が広がります。
anninさんのアドバイスにより変更
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## master #4320 +/- ##
=======================================
Coverage 86.36% 86.36%
=======================================
Files 66 66
Lines 4722 4724 +2
Branches 565 566 +1
=======================================
+ Hits 4078 4080 +2
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.
PR感謝です!
めっちゃいい感じになってると思います。
実装で一点だけ気になったところをコメントしたので確認お願いします。
それ以外は問題ないと思います:pro:
src/components/Main/MainView/MessageElement/StampDetailElement.vue
Outdated
Show resolved
Hide resolved
#4320 (comment) を参考に、src/lib/messageStampList.ts に StampRecordPerUser インターフェースの定義を作成し、src/components/Main/MainView/MessageElement/StampDetailElement.vue を修正した。
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.
良さそう
No description provided.