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

[ABW-3918] Security Factors redesign #1413

Merged
merged 4 commits into from
Dec 9, 2024

Conversation

matiasbzurovski
Copy link
Contributor

@matiasbzurovski matiasbzurovski commented Dec 9, 2024

Jira ticket: ABW-3918

Description

This PR updates the Security Factors screen to match new design.

Screenshot

Link

title: kind.title,
subtitle: kind.details,
hints: hints,
icon: .asset(kind.icon),
Copy link
Contributor Author

Choose a reason for hiding this comment

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

kind.icon is an ImageResource, and not an ImageAsset. This is what triggered all the changes that you can see on the PR (basically use ImageResource instead of ImageAsset in SettingsRow).
This is a good change anyway since we are using Swift's native type rather than a custom one from Swiftgen library

@matiasbzurovski matiasbzurovski merged commit c209586 into main Dec 9, 2024
6 checks passed
@matiasbzurovski matiasbzurovski deleted the ABW-3918-security-factors-redesign branch December 9, 2024 11:58
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

Successfully merging this pull request may close these issues.

3 participants