-
Notifications
You must be signed in to change notification settings - Fork 117
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
Use Compound ListRow instead of Compound form styles. #1484
Conversation
Generated by 🚫 Danger Swift against 2bc09a5 |
.xyzStyle(.compoundRow)
Codecov ReportPatch coverage:
Additional details and impacted files@@ Coverage Diff @@
## develop #1484 +/- ##
===========================================
- Coverage 52.89% 52.28% -0.62%
===========================================
Files 404 404
Lines 27127 27061 -66
Branches 13548 13513 -35
===========================================
- Hits 14348 14148 -200
- Misses 12369 12511 +142
+ Partials 410 402 -8
Flags with carried forward coverage won't be shown. Click here to find out more.
☔ View full report in Codecov by Sentry. |
fc74ec0
to
334b543
Compare
To check: - Pseudo Bug Report Attach Screenshot label - Bug Report screenshot padding (Use ListRow .custom?) - De-bold Analytics & Notification Settings footer links - Inline picker alignment perhaps?
334b543
to
2bc09a5
Compare
Kudos, SonarCloud Quality Gate passed! 0 Bugs No Coverage information |
UITests/Sources/__Snapshots__/Application/en-GB-iPad-9th-generation.templateScreen.png
Show resolved
Hide resolved
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.
LGTM
This PR adopts the new
ListRow
component replacing.xyzStyle(.compoundForm)
in all the screens it was used. There are still remaining screens using the older EX form styles which I will look at in a separate PR.Additionally there are refinements to make to the component (as noted in the snapshots commit), but this gets everything merged to try and avoid any conflicts with other branches.