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-3675] Approved dApps background issue #1267

Merged
merged 4 commits into from
Aug 8, 2024

Conversation

danvleju-rdx
Copy link
Contributor

@danvleju-rdx danvleju-rdx commented Aug 7, 2024

Jira ticket: ABW-3675

Description

  • Fixed the background padding issue
  • Refactored AuthorizedDappsFeature

Screenshot

Screen 1 Before Screen 1 After
simulator_screenshot_7305304E-76AD-436B-99CB-C26D9C147633 simulator_screenshot_0BD3A4BE-DC91-4D67-B2A8-66CAEE5598F2

VStack(spacing: .medium1) {
Text(L10n.AuthorizedDapps.subtitle)
.textBlock
.frame(maxWidth: .infinity, alignment: .leading)
Copy link
Contributor Author

Choose a reason for hiding this comment

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

Here's the fix

Copy link
Contributor

Choose a reason for hiding this comment

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

I would put this under the ScrollView. Otherwise, if we ever remove or modify this Text, is possible that we make the same mistake again.

VStack(spacing: .medium1) {
Text(L10n.AuthorizedDapps.subtitle)
.textBlock
.frame(maxWidth: .infinity, alignment: .leading)
Copy link
Contributor

Choose a reason for hiding this comment

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

I would put this under the ScrollView. Otherwise, if we ever remove or modify this Text, is possible that we make the same mistake again.

@GhenadieVP GhenadieVP merged commit 309e271 into main Aug 8, 2024
6 checks passed
@GhenadieVP GhenadieVP deleted the ABW-3675-approved-dapps-screen-issue branch August 8, 2024 06:48
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