Skip to content
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

Merged
merged 2 commits into from
Jun 27, 2024
Merged

Remove plain style layout #2980

merged 2 commits into from
Jun 27, 2024

Conversation

Velin92
Copy link
Member

@Velin92 Velin92 commented Jun 27, 2024

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.

@Velin92 Velin92 requested a review from a team as a code owner June 27, 2024 14:19
@Velin92 Velin92 requested review from pixlwave and removed request for a team June 27, 2024 14:19
Copy link

github-actions bot commented Jun 27, 2024

Warnings
⚠️ Some of the commits are missing ticket numbers. Please consider squashing all commits that don't have a tracking number.
⚠️ You seem to have made changes to views. Please consider adding screenshots.

Generated by 🚫 Danger Swift against 10b4172

@Velin92 Velin92 added the pr-misc for other changes label Jun 27, 2024
@Velin92 Velin92 force-pushed the mauroromito/cleanup-plain-mode branch from 46e521d to 39eb040 Compare June 27, 2024 14:32
Copy link
Member

@pixlwave pixlwave left a 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.
Copy link
Member

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.

@pixlwave
Copy link
Member

Maybe the title could be a bit more descriptive for a changelog entry though 🤔

@Velin92 Velin92 changed the title Remove Plain Case Remove plain style layout Jun 27, 2024
@Velin92 Velin92 force-pushed the mauroromito/cleanup-plain-mode branch from 09e9d77 to 10b4172 Compare June 27, 2024 14:53
@Velin92 Velin92 merged commit 064b1bf into develop Jun 27, 2024
3 checks passed
@Velin92 Velin92 deleted the mauroromito/cleanup-plain-mode branch June 27, 2024 14:53
Copy link

sonarcloud bot commented Jun 27, 2024

Please retry analysis of this Pull-Request directly on SonarCloud

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
pr-misc for other changes
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants