-
Notifications
You must be signed in to change notification settings - Fork 101
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
Refactor TimelineItemSendInfo out of the styler. #3100
Conversation
Generated by 🚫 Danger Swift against 7907171 |
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## develop #3100 +/- ##
===========================================
+ Coverage 77.83% 77.85% +0.01%
===========================================
Files 704 705 +1
Lines 54534 54584 +50
===========================================
+ Hits 42449 42498 +49
- Misses 12085 12086 +1
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry. |
3958cc8
to
9450429
Compare
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.
Very very nice!
My only comment is that I would've named that new file TimelineItemSendInfoLabel
instead of TimelineItemSendInfoModifier
as the label is the important thing in there.
be29e86
to
7907171
Compare
Quality Gate passedIssues Measures |
Small refactoring in preparation to add encryption shields to messages in a similar way to send failures.
Last commit extends this with some (unexposed) encryption shield states.
(Technically they're on the wrong side, but will discuss with @amshakal tomorrow as it would be nice to have consistency for the status icon in this view)