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

fix: application support email link with mailto: URI schema #18416

Merged
merged 1 commit into from
Oct 28, 2024

Conversation

Sachin-chaurasiya
Copy link
Member

@Sachin-chaurasiya Sachin-chaurasiya commented Oct 27, 2024

Issue: We were directly using the email address as the href value for the anchor element for application support. This is causing an issue where the link https://domain.com/path/apps/emailid is created incorrectly. Instead of opening the email client when clicking on Get App Support, it opens the application path and treats the email address as a fully qualified name of the application.

Screen.Recording.2024-10-27.at.9.36.09.PM.mov

Fix: Added a mailto: URI scheme so that the Get App Support link opens the user's default email client with the provided support email address.

Screen.Recording.2024-10-27.at.9.38.35.PM.mov

@Sachin-chaurasiya Sachin-chaurasiya self-assigned this Oct 27, 2024
@Sachin-chaurasiya Sachin-chaurasiya changed the title fix: application support link with mailto: URI schema fix: application support email link with mailto: URI schema Oct 27, 2024
@github-actions github-actions bot added safe to test Add this label to run secure Github workflows on PRs UI UI specific issues labels Oct 27, 2024
Copy link
Contributor

Jest test Coverage

UI tests summary

Lines Statements Branches Functions
Coverage: 64%
64.13% (37903/59106) 40.73% (15146/37184) 42.83% (4534/10587)

Copy link

@chirag-madlani chirag-madlani merged commit 09e6671 into main Oct 28, 2024
16 checks passed
@chirag-madlani chirag-madlani deleted the fix-application-support-email-link branch October 28, 2024 05:28
chirag-madlani pushed a commit that referenced this pull request Oct 28, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
safe to test Add this label to run secure Github workflows on PRs UI UI specific issues
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants