8000 PM-17720: Adjusted button width on check email screen by ezimet-livefront · Pull Request #1367 · bitwarden/ios · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

PM-17720: Adjusted button width on check email screen #1367

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

Merged
merged 2 commits into from
Feb 20, 2025

Conversation

ezimet-livefront
Copy link
Collaborator
@ezimet-livefront ezimet-livefront commented Feb 20, 2025

🎟️ Tracking

PM-17720

📔 Objective

  • Adjusted the buttons on the check email screen to occupy the full available space.

📸 Screenshots

⏰ Reminders before review

  • Contributor guidelines followed
  • All formatters and local linters executed and passed
  • Written new unit and / or integration tests where applicable
  • Protected functional changes with optionality (feature flags)
  • Used internationalization (i18n) for all UI strings
  • CI builds passed
  • Communicated to DevOps any deployment requirements
  • Updated any necessary documentation (Confluence, contributing docs) or informed the documentation team

🦮 Reviewer guidelines

  • 👍 (:+1:) or similar for great changes
  • 📝 (:memo:) or ℹ️ (:information_source:) for notes or general info
  • ❓ (:question:) for questions
  • 🤔 (:thinking:) or 💭 (:thought_balloon:) for more open inquiry that's not quite a confirmed issue and could potentially benefit from discussion
  • 🎨 (:art:) for suggestions / improvements
  • ❌ (:x:) or ⚠️ (:warning:) for more significant problems or concerns needing attention
  • 🌱 (:seedling:) or ♻️ (:recycle:) for future improvements or indications of technical debt
  • ⛏ (:pick:) for minor or nitpick changes

@ezimet-livefront ezimet-livefront changed the title PM-17720: update check email PM-17720: Adjusted button width on check email screen Feb 20, 2025
Copy link
codecov bot commented Feb 20, 2025

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 89.70%. Comparing base (7952b64) to head (d22ab15).
Report is 2 commits behind head on main.

Additional details and impacted files
@@            Coverage Diff             @@
##             main    #1367      +/-   ##
==========================================
- Coverage   89.70%   89.70%   -0.01%     
==========================================
  Files         756      756              
  Lines       47743    47742       -1     
==========================================
- Hits        42828    42827       -1     
  Misses       4915     4915              

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

@@ -50,15 +50,15 @@ struct CheckEmailView: View {
openURL(URL(string: "message://")!)
}
.accessibilityIdentifier("OpenEmailAppButton")
.padding(.horizontal, 50)
.padding(.horizontal, -8)
Copy link
Collaborator

Choose a reason for hiding this comment

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

🎨 It'd be better if we didn't use negative padding. If this needs to extend closer to the edge, we should adjust the padding on the scroll view (i.e. .scrollView(padding: 12)).

Copy link
Contributor
github-actions bot commented Feb 20, 2025

Logo
Checkmarx One – Scan Summary & Detailsf94ffcd3-d56d-467e-83b6-f72c50005b84

Great job, no security vulnerabilities found in this Pull Request

@ezimet-livefront ezimet-livefront merged commit 7963394 into main Feb 20, 2025
9 checks passed
@ezimet-livefront ezimet-livefront deleted the PM-17720/update-check-email2 branch February 20, 2025 19:30
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
0