-
Notifications
You must be signed in to change notification settings - Fork 2.4k
feat: experimental standalone page #8180
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
Conversation
Update titles and references in the workspace settings pages and components
Removed condition to show notification and added modal
Updated workspace settings in Dashboard and navigation in Settings
Added new modal component for announcing personal workspace features and benefits
Changed titles in multiple files from 'Edit team' to 'Edit workspace'.
Add user check before executing code in preferences actions.ts
…x/codesandbox-client into draft/polished-waterfall
Review or Edit in CodeSandboxOpen the branch in Web Editor • VS Code • Insiders |
| body: { | ||
| overflow: 'hidden', | ||
| color: '#f5f5f5', | ||
| background: '#151515 !important', |
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.
have to overwrite here some styles that are applied independently from this page
danilowoz
left a comment
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.
Really good work!! I am excited to use the create modal inside v2
Components from this codebases exposed on a
/standalonepath to be loaded as iframes over other apps.