-
Notifications
You must be signed in to change notification settings - Fork 114
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
Remove plain style layout #2980
Conversation
Generated by 🚫 Danger Swift against 10b4172 |
46e521d
to
39eb040
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.
👏
@@ -51,13 +51,7 @@ struct TimelineItemStatusView: View { | |||
TimelineDeliveryStatusView(deliveryStatus: .sent) | |||
} | |||
case .sendingFailed: | |||
// Bubbles handle the failure internally, but plain items don't. |
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.
Might be good to leave the comment until we've tidied up the next part.
Maybe the title could be a bit more descriptive for a changelog entry though 🤔 |
removed name
09e9d77
to
10b4172
Compare
Please retry analysis of this Pull-Request directly on SonarCloud |
The first part of the plain style removal PR, this only removes the plain case and all the tests and code to related to plain, but does not remove the styling abstraction yet. That will be done in a separate PR so that we can always revert it in case we would need a new style.