-
Notifications
You must be signed in to change notification settings - Fork 2.4k
feat: new create modals #8182
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
Merged
Merged
feat: new create modals #8182
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Update modals and actions in multiple components
Review or Edit in CodeSandboxOpen the branch in Web Editor • VS Code • Insiders |
Added 'Start something new' heading in RecentHeader component.
…lient into feat/create-modals
Update CreateBox component by removing unused imports, refactoring panel component, and updating template rendering logic.
Update CreateBox, GenericCreate, ImportRepository, and Editor components with new code
Added 'boxDevbox' icon to Badge component and updated import path for TemplateCard
Refactored the code in SandboxCard.tsx to replace instances of showBetaBadge with showDevboxBadge.
Added DevboxAlternative and SandboxAlternative components to the CreateBox and TemplateList files.
Update text color and underline style in CreateBox and elements components
Update CreateBox and actions.ts to include optional v2 parameter in body object.
Upgrade sandbox to devbox, improving coding experience and adding new features.
Refactor CreateBox and FromTemplate components to use CreateParams type for onSubmit function and update variable names.
The TemplatesRow component and its imports are removed from the project.
Added new videos and removed old ones from the documentation section.
Add tracking for creating new templates, selecting templates, opening templates, and clicking tabs in the create flow.
Update DevboxAlternative component to include onClick event handling and track function calls
Refactored CreateBox, elements, and LargeCTAButton components for improved readability and styling.
Update LargeCTAButton.tsx and RecentHeader.tsx styles
Update padding and add min-height to LargeCTAButton component
Add activeTeam check in internalActions.ts
Updated user IDs in the useBetaSandboxEditor hooks.
…lient into feat/create-modals
alexnm
commented
Nov 21, 2023
| @@ -0,0 +1,176 @@ | |||
| import React, { useState } from 'react'; | |||
Contributor
Author
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.
this component is still WIP, skip it
Added conditional rendering for SearchBox component and removed paddingBottom style
Update button descriptions in Create component and RecentHeader component
danilowoz
approved these changes
Nov 21, 2023
Suspect IssuesThis pull request was deployed and Sentry observed the following issues:
Did you find this useful? React with a 👍 or 👎 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Create modals
New links for devboxes and sandboxes