-
Notifications
You must be signed in to change notification settings - Fork 953
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
Workspace selection fixes #5129
Conversation
✅ Deploy Preview for remixproject ready!
To edit notification comments on pull requests, go to your Netlify site configuration. |
cd89e1c
to
61f47eb
Compare
8c065ce
to
6ad693b
Compare
<Dropdown.Item | ||
onClick={() => { | ||
switchWorkspace(LOCALHOST) | ||
}} | ||
> | ||
{currentWorkspace === LOCALHOST ? ( | ||
<span>✓ localhost </span> | ||
<span>✓ Connected to Local Filesystem </span> |
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.
Is this change discussed?
6e4f0f3
to
2fda0e7
Compare
could you please put a divider before the Connect in hamburger? and also please remove -create workspace- from the dropdown |
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.
2e2f4de
to
da97ba2
Compare
fixes #4266