forked from codesandbox/codesandbox-client
-
Notifications
You must be signed in to change notification settings - Fork 0
[pull] master from codesandbox:master #270
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
pull
wants to merge
617
commits into
adamlaska:master
Choose a base branch
from
codesandbox:master
base: master
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
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
|
Thanks for your pull request! It looks like this may be your first contribution to a Google open source project. Before we can look at your pull request, you'll need to sign a Contributor License Agreement (CLA). View this failed invocation of the CLA check for more information. For the most up to date status, view the checks section at the bottom of the pull request. |
* feat: Add feedback textarea to BetaSandboxEditor Add import statement and render feedback textarea if feedbackOptions.other is true. * feat: Updated BetaSandboxEditor.tsx endpoint URL Changed the endpoint URL in BetaSandboxEditor.tsx to append data from column A to G
* refactor: remove unused code * fix: typecheck
* feat: show personal free workspaces as teams * feat: Update workspace settings titles and references Update titles and references in the workspace settings pages and components * refactor: Update delete workspace functionality Removed condition to show notification and added modal * refactor: Update workspace settings and navigation Updated workspace settings in Dashboard and navigation in Settings * feat: Add personal space announcement modal Added new modal component for announcing personal workspace features and benefits * feat: Edit workspace and team titles Changed titles in multiple files from 'Edit team' to 'Edit workspace'. * change subtitle * feat: add account settings in preferences * feat: Add user check Add user check before executing code in preferences actions.ts
Bumps [axios](https://github.com/axios/axios) from 1.5.1 to 1.6.0. - [Release notes](https://github.com/axios/axios/releases) - [Changelog](https://github.com/axios/axios/blob/v1.x/CHANGELOG.md) - [Commits](axios/axios@v1.5.1...v1.6.0) --- updated-dependencies: - dependency-name: axios dependency-type: direct:production ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
* feat: show personal free workspaces as teams * feat: Update workspace settings titles and references Update titles and references in the workspace settings pages and components * refactor: Update delete workspace functionality Removed condition to show notification and added modal * refactor: Update workspace settings and navigation Updated workspace settings in Dashboard and navigation in Settings * feat: Add personal space announcement modal Added new modal component for announcing personal workspace features and benefits * feat: Edit workspace and team titles Changed titles in multiple files from 'Edit team' to 'Edit workspace'. * change subtitle * feat: add account settings in preferences * feat: Add user check Add user check before executing code in preferences actions.ts * initial commit * Update index.tsx * feat: sandbox and preference modal exposed on standalone page * fix typing
Added '.devcontainer' to the list of hidden directories in files.ts
* Update index.tsx and files.ts * Update files.ts
Add .eslintrc.json to the HIDDEN_FILES array in files.ts
* chore: ignore sentry error * chore: add comment
* initial commit * feat: Update modals and actions Update modals and actions in multiple components * feat: Add 'Start something new' heading Added 'Start something new' heading in RecentHeader component. * Update 11 files * feat: Update CreateBox component Update CreateBox component by removing unused imports, refactoring panel component, and updating template rendering logic. * implement search * feat: Update CreateBox, GenericCreate, ImportRepository, and Editor Update CreateBox, GenericCreate, ImportRepository, and Editor components with new code * feat: Updated Badge component Added 'boxDevbox' icon to Badge component and updated import path for TemplateCard * cleanup * refactor: Change showBetaBadge to showDevboxBadge in SandboxCard.tsx Refactored the code in SandboxCard.tsx to replace instances of showBetaBadge with showDevboxBadge. * feat: Add Devbox and Sandbox alternatives Added DevboxAlternative and SandboxAlternative components to the CreateBox and TemplateList files. * style: Update text color and underline style Update text color and underline style in CreateBox and elements components * feat: Add optional v2 parameter to body object Update CreateBox and actions.ts to include optional v2 parameter in body object. * feat: Update UI text and functionality * Update SyncedSandboxListItem.tsx * Update constants.ts and PermissionSettings.tsx * Update 8 files * Update FromTemplate.tsx and useEssentialTemplates.ts * Update CreateBox.tsx and state.ts * feat: Upgrade Sandbox to Devbox Upgrade sandbox to devbox, improving coding experience and adding new features. * Update 13 files * fix: ui styles * refactor: Refactor CreateBox and FromTemplate components Refactor CreateBox and FromTemplate components to use CreateParams type for onSubmit function and update variable names. * Update useFeaturedTemplates.ts * refactor: Remove TemplatesRow component The TemplatesRow component and its imports are removed from the project. * feat: Update getting started video * feat: Removed outdated instruction videos * feat: Updated documentation videos Added new videos and removed old ones from the documentation section. * feat: Add tracking for create actions Add tracking for creating new templates, selecting templates, opening templates, and clicking tabs in the create flow. * refactor: Update DevboxAlternative component Update DevboxAlternative component to include onClick event handling and track function calls * refactor: Refactor CreateBox, elements, and LargeCTAButton components Refactored CreateBox, elements, and LargeCTAButton components for improved readability and styling. * temporarily remove second step * refactor: Update component styles Update LargeCTAButton.tsx and RecentHeader.tsx styles * style: Update LargeCTAButton styles Update padding and add min-height to LargeCTAButton component * feat: Add activeTeam check Add activeTeam check in internalActions.ts * feat: update URLs * Update useBetaSandboxEditor.ts * feat: Update beta sandbox editor hooks Updated user IDs in the useBetaSandboxEditor hooks. * chore: update tests * update templates * Update url-generator.ts * feat: Updated CreateBox Added conditional rendering for SearchBox component and removed paddingBottom style * fix: anonymous access * chore: remove personal space announcement * feat: Update button descriptions Update button descriptions in Create component and RecentHeader component --------- Co-authored-by: Neco Hubner <[email protected]>
Added react (vite + ts) and python templates, removed react-new-devbox template.
Update AI tool access labels, remove duplicate entries and update permission settings.
* fix: update v2 redirect * fix: Fix typo in isSSe variable Fix typo in isSSe variable in editor/actions.ts --------- Co-authored-by: codesandbox-bot <[email protected]>
Update gap from 2 to 1 in NestableRowItem. Update width from 40px to 36px with padding in RowItem.
* fix: decouple experiment disable from form submit * style: Change in prompt text Prompt text in the editor has been updated to request user feedback. * fix: persisted state hook problem * uncomment
* fix: profile page crash * fix: update
* fix(sandpack): load transpiled file * encode file content * revert * revert * add comment
* fix(dashboard): folders with same name but different parents * remove log
* pricing page updates * convert actions * update moment * updated plans * fix content * plans * fix: typecheck * fix: typecheck * fix: lint
* fix: upgrade react devtools * fix: new syntax in build
Bumps [http-proxy-middleware](https://github.com/chimurai/http-proxy-middleware) from 1.1.2 to 2.0.7. - [Release notes](https://github.com/chimurai/http-proxy-middleware/releases) - [Changelog](https://github.com/chimurai/http-proxy-middleware/blob/v2.0.7/CHANGELOG.md) - [Commits](chimurai/http-proxy-middleware@v1.1.2...v2.0.7) --- updated-dependencies: - dependency-name: http-proxy-middleware dependency-type: direct:development ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Bumps [dset](https://github.com/lukeed/dset) from 3.1.3 to 3.1.4. - [Release notes](https://github.com/lukeed/dset/releases) - [Commits](lukeed/dset@v3.1.3...v3.1.4) --- updated-dependencies: - dependency-name: dset dependency-type: indirect ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Bumps [rollup](https://github.com/rollup/rollup) from 2.28.1 to 2.79.2. - [Release notes](https://github.com/rollup/rollup/releases) - [Changelog](https://github.com/rollup/rollup/blob/master/CHANGELOG.md) - [Commits](rollup/rollup@v2.28.1...v2.79.2) --- updated-dependencies: - dependency-name: rollup dependency-type: direct:development ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Bumps [path-to-regexp](https://github.com/pillarjs/path-to-regexp) from 1.8.0 to 1.9.0. - [Release notes](https://github.com/pillarjs/path-to-regexp/releases) - [Changelog](https://github.com/pillarjs/path-to-regexp/blob/master/History.md) - [Commits](pillarjs/path-to-regexp@v1.8.0...v1.9.0) --- updated-dependencies: - dependency-name: path-to-regexp dependency-type: indirect ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Bumps [body-parser](https://github.com/expressjs/body-parser) from 1.18.3 to 1.20.3. - [Release notes](https://github.com/expressjs/body-parser/releases) - [Changelog](https://github.com/expressjs/body-parser/blob/master/HISTORY.md) - [Commits](expressjs/body-parser@1.18.3...1.20.3) --- updated-dependencies: - dependency-name: body-parser dependency-type: direct:development ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Bumps [micromatch](https://github.com/micromatch/micromatch) from 4.0.4 to 4.0.8. - [Release notes](https://github.com/micromatch/micromatch/releases) - [Changelog](https://github.com/micromatch/micromatch/blob/4.0.8/CHANGELOG.md) - [Commits](micromatch/micromatch@4.0.4...4.0.8) --- updated-dependencies: - dependency-name: micromatch dependency-type: direct:production ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
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.
See Commits and Changes for more details.
Created by
pull[bot]
Can you help keep this open source service alive? 💖 Please sponsor : )