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

IOS-10430 fix padding #393

Merged
merged 7 commits into from
Aug 1, 2024
Merged

IOS-10430 fix padding #393

merged 7 commits into from
Aug 1, 2024

Conversation

L-Trujillo26
Copy link
Contributor

@L-Trujillo26 L-Trujillo26 commented Jul 24, 2024

🎟️ Jira ticket

https://jira.tid.es/browse/IOS-10430

πŸ₯… What's the goal?

Review Mistica/iphoneapp to check if there is any padding=24(horizontal) replacing with 16.

πŸ§ͺ How can I verify this?

Check new screenshots for test.

πŸ‘ AppCenter build

https://install.appcenter.ms/orgs/tuenti-organization/apps/mistica-swiftui-ios/distribution_groups/public
Version 31.3.0 (1)

Copy link

github-actions bot commented Jul 24, 2024

Screenshot tests report

βœ”οΈ All passing

@L-Trujillo26
Copy link
Contributor Author

L-Trujillo26 commented Jul 24, 2024

Record screenshots on PR comment: succeeded βœ…
https://github.com/Telefonica/mistica-ios/actions/runs/10077768761

@L-Trujillo26
Copy link
Contributor Author

L-Trujillo26 commented Jul 25, 2024

Record screenshots on PR comment: succeeded βœ…
https://github.com/Telefonica/mistica-ios/actions/runs/10092957355

@L-Trujillo26 L-Trujillo26 marked this pull request as ready for review July 25, 2024 12:02
@@ -223,7 +223,7 @@ public class FeedbackView: UIView {
private lazy var scrollStackView: ScrollStackView = {
let scrollStackView = ScrollStackView(arrangedSubviews: [contentContainerStackView])
scrollStackView.translatesAutoresizingMaskIntoConstraints = false
scrollStackView.stackView.spacing = 24
scrollStackView.stackView.spacing = 16
Copy link
Contributor

Choose a reason for hiding this comment

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

This spacing should keep it in 24 (the space between icon and title in feedbacks)
image

@L-Trujillo26
Copy link
Contributor Author

L-Trujillo26 commented Jul 29, 2024

Record screenshots on PR comment: succeeded βœ…
https://github.com/Telefonica/mistica-ios/actions/runs/10142145520

Copy link
Contributor

@yceballost yceballost left a comment

Choose a reason for hiding this comment

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

nice :)

@L-Trujillo26 L-Trujillo26 merged commit 8ddd7eb into main Aug 1, 2024
2 checks passed
@L-Trujillo26 L-Trujillo26 deleted the IOS-10430-review-paddings branch August 1, 2024 13:24
tuentisre pushed a commit that referenced this pull request Aug 1, 2024
## [31.4.1](v31.4.0...v31.4.1) (2024-08-01)

### Bug Fixes

* **Padding:** IOS-10430 fix component padding  ([#393](#393)) ([8ddd7eb](8ddd7eb))
@tuentisre
Copy link
Collaborator

πŸŽ‰ This PR is included in version 31.4.1 πŸŽ‰

The release is available on GitHub release

Your semantic-release bot πŸ“¦πŸš€

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

Successfully merging this pull request may close these issues.

5 participants