Skip to content

Edits to clarify the "share" modal - fixes #3567 #3595

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

Open
wants to merge 2 commits into
base: develop
Choose a base branch
from

Conversation

team-epk
Copy link

Fixes #3567
Changes:
Slight adjustments to the Share modal text:

  • "Embed" becomes "Embed sketch"
    
  • "Fullscreen" becomes "Share sketch as view-only"
    
  • "Edit" becomes "Share sketch and allow editing"
    

I have verified that this pull request:

  • [ x ] has no linting errors (npm run lint)
  • [ x ] has no test errors (npm run test)
  • [ x ] is from a uniquely-named feature branch and is up to date with the develop branch.
  • [ x ] is descriptively named and links to an issue number, i.e. Fixes #123

Copy link

welcome bot commented Aug 21, 2025

🎉 Thanks for opening this pull request! Please check out our contributing guidelines if you haven't already.

@team-epk
Copy link
Author

@freaug should get a fair amount of credit for testing it before me and then walking me through how to get to that point.

Copy link
Collaborator

@raclim raclim left a comment

Choose a reason for hiding this comment

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

Thanks so much for your teamwork on this @team-epk and @freag!

I'll add in a screenshot below just to show what it currently looks like:
Screenshot 2025-08-22 at 12 16 26 PM

I think this looks overall pretty good! I added in some minor requested changes above—please let me know if you have any questions about them or need any assistance!

Comment on lines +1 to +8
{
"folders": [
{
"path": "."
}
],
"settings": {}
}
Copy link
Collaborator

Choose a reason for hiding this comment

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

Could you remove this file? I think this might've been accidentally added in!

Comment on lines +478 to +481
"Embed": "Embed sketch",
"Present": "Present",
"Fullscreen": "Fullscreen",
"Edit": "Edit"
"Fullscreen": "Share sketch as view-only",
"Edit": "Share sketch and allow editing"
Copy link
Collaborator

Choose a reason for hiding this comment

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

This is looking great! This is a really minor change, but could we use Title Case capitalization for these?

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.

Adding "Mode" to the text in the Share Modal
2 participants