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

Use Compound ListRow instead of Compound form styles. #1484

Merged
merged 5 commits into from
Aug 16, 2023

Conversation

pixlwave
Copy link
Member

@pixlwave pixlwave commented Aug 11, 2023

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.

@github-actions
Copy link

github-actions bot commented Aug 11, 2023

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 2bc09a5

@pixlwave pixlwave changed the title Use Compound ListRow instead of .xyzStyle(.compoundRow) Use Compound ListRow instead of Compound form styles. Aug 11, 2023
@codecov
Copy link

codecov bot commented Aug 11, 2023

Codecov Report

Patch coverage: 1.25% and project coverage change: -0.62% ⚠️

Comparison is base (0879102) 52.89% compared to head (2bc09a5) 52.28%.

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     
Flag Coverage Δ
unittests 23.30% <1.25%> (+0.20%) ⬆️

Flags with carried forward coverage won't be shown. Click here to find out more.

Files Changed Coverage Δ
.../Authentication/LoginScreen/View/LoginScreen.swift 57.72% <0.00%> (-16.68%) ⬇️
...Screens/BugReportScreen/View/BugReportScreen.swift 57.85% <0.00%> (-15.96%) ⬇️
...ReportContentScreen/View/ReportContentScreen.swift 64.81% <0.00%> (-14.50%) ⬇️
...etailsEditScreen/RoomDetailsEditScreenModels.swift 72.72% <0.00%> (-27.28%) ⬇️
...DetailsEditScreen/View/RoomDetailsEditScreen.swift 59.55% <0.00%> (-26.16%) ⬇️
...ens/RoomDetailsScreen/View/RoomDetailsScreen.swift 39.93% <0.00%> (-11.01%) ⬇️
...gsScreen/View/RoomNotificationSettingsScreen.swift 38.63% <0.00%> (-23.37%) ⬇️
...sSettingsScreen/View/AnalyticsSettingsScreen.swift 44.82% <0.00%> (-22.92%) ⬇️
...nformationScreen/View/LegalInformationScreen.swift 0.00% <0.00%> (ø)
...ttingsScreen/View/NotificationSettingsScreen.swift 0.00% <0.00%> (ø)
... and 3 more

... and 2 files with indirect coverage changes

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@pixlwave pixlwave force-pushed the doug/compound-list branch from fc74ec0 to 334b543 Compare August 15, 2023 09:30
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?
@pixlwave pixlwave force-pushed the doug/compound-list branch from 334b543 to 2bc09a5 Compare August 16, 2023 12:40
@pixlwave pixlwave marked this pull request as ready for review August 16, 2023 12:40
@pixlwave pixlwave requested a review from a team as a code owner August 16, 2023 12:40
@pixlwave pixlwave requested review from Velin92 and removed request for a team August 16, 2023 12:40
@sonarqubecloud
Copy link

Kudos, SonarCloud Quality Gate passed!    Quality Gate passed

Bug A 0 Bugs
Vulnerability A 0 Vulnerabilities
Security Hotspot A 0 Security Hotspots
Code Smell A 1 Code Smell

No Coverage information No Coverage information
0.0% 0.0% Duplication

Copy link
Member

@Velin92 Velin92 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@pixlwave pixlwave merged commit c64fb44 into develop Aug 16, 2023
@pixlwave pixlwave deleted the doug/compound-list branch August 16, 2023 15:08
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants