-
Notifications
You must be signed in to change notification settings - Fork 21
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
Studio: Open the site's URL from the Sync connect popup #799
base: trunk
Are you sure you want to change the base?
Conversation
? '!text-inherit hover:!text-inherit' | ||
: '!text-a8c-gray-30 hover:!text-a8c-gray-30' | ||
) } | ||
onClick={ () => getIpcApi().openURL( site.url ) } |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Yes, we should stick to this convention to provide consistent UX.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Sounds good, I made updates in 4ab21ae
Let me know what you think!
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks great, thanks.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The code change looks clear. It works as expected.
? '!text-inherit hover:!text-inherit' | ||
: '!text-a8c-gray-30 hover:!text-a8c-gray-30' | ||
) } | ||
onClick={ () => getIpcApi().openURL( site.url ) } |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks great, thanks.
…te-url-from-sync-popup
Related issues
Closes https://github.com/Automattic/dotcom-forge/issues/10080
Proposed Changes
This PR makes the URLs in the sync modal open the site when you click on a specific site URL:
Testing Instructions
npm start
Sync
tabConnect site
Pre-merge Checklist