Ecosyste.ms: OpenCollective

An open API service for software projects hosted on Open Collective.

codesandbox

An online editor tailored for web application development
Collective - Host: opensource - https://opencollective.com/codesandbox - Code: https://github.com/CompuIves/codesandbox-client

πŸ”¨ Switch SelectSandboxModal to use useOvermind (#3071)

πŸ”¨ Switch SelectSandboxModal to use useOvermind

github.com/codesandbox/codesandbox-client - 40e4237b90cb94940adf3ab519a4a532b6f977a8 authored about 5 years ago
πŸ”¨ Switch Appearance to use useOvermind (#3074)

πŸ”¨ Switch Appearance to use useOvermind

github.com/codesandbox/codesandbox-client - 653c45f65b354b63e2cc8d017e817749a58ff78a authored about 5 years ago
fix: title for showcase page (#3009)

github.com/codesandbox/codesandbox-client - a98b774783bd183539996f181b3ec5ed00ced84e authored about 5 years ago
Fix sandbox projects where dependencies are not set

Fixes regression from https://github.com/codesandbox/codesandbox-client/commit/ac00327e15b471ac9...

github.com/codesandbox/codesandbox-client - beaf88f7e8f95e123f21781e65c2f11ca769447d authored about 5 years ago
Add CodeSandbox version to bug reports

github.com/codesandbox/codesandbox-client - 92beeb1a8648b12ed026453545917ae7489925e1 authored about 5 years ago
Live fixes and improvements (#3107)

* also write module state changes

* ask for module state on live when ready to receive it

...

github.com/codesandbox/codesandbox-client - 1aca6b669358bc42a3487f2b0e3b5cb33c8ca5be authored about 5 years ago
Lower border radius of modal

github.com/codesandbox/codesandbox-client - fa0ae7327fb2a94560cfac96b031076f470da853 authored about 5 years ago
move update userselection (#3103)

github.com/codesandbox/codesandbox-client - 221d8951e97e0ac4e03423b64083816953318c5c authored about 5 years ago
Fix crashing editor if package.json is invalid

github.com/codesandbox/codesandbox-client - 90e666a5ea2c90d2cf373143d4d869f6a1d996bb authored about 5 years ago
Add nullcheck for notifications

github.com/codesandbox/codesandbox-client - 8aa2a815e838970dd9fe83ab081043a8d457d9e8 authored about 5 years ago
Purge cache for vscode extensions

github.com/codesandbox/codesandbox-client - b632089e871f8fdfde9cfb98ea62e4bfe3418982 authored about 5 years ago
settings.experimentVSCode is always true

github.com/codesandbox/codesandbox-client - 095c9d9428917808c65a981eb6482165203ce591 authored about 5 years ago
πŸ”¨ Switch Appearance to use useOvermind

github.com/codesandbox/codesandbox-client - bf04ca1fb40eb393b3f80beab88c561cced2b572 authored about 5 years ago
πŸ”¨ Switch SelectSandboxModal to use useOvermind

github.com/codesandbox/codesandbox-client - 47240c30aafeaa40623b4b2ea8b01b540b6a8798 authored about 5 years ago
Fix creating sandboxes from dashboard

github.com/codesandbox/codesandbox-client - 15497a7af62c4476cf15063982c694e6980995ff authored about 5 years ago
fix hiding workspace and passing created directory on live (#3102)

github.com/codesandbox/codesandbox-client - ea6dcf3e23ad2807a7864fc9e4cd97793da46281 authored about 5 years ago
moved instantiation of vscode to effect, written components, re… (#2510)

moved instantiation of vscode to effect, written components, reviewed

github.com/codesandbox/codesandbox-client - ce2da4fefb3c3c9f14e056661037ded7839a978e authored about 5 years ago
Merge branch 'master' into vscodeeffect

github.com/codesandbox/codesandbox-client - 6b5f5b73b02eab631a145a95b047b02b27ac4e81 authored about 5 years ago
Fix browserstack tests

github.com/codesandbox/codesandbox-client - ba5cf6d1905d25a751f0d289e5778ada051ad475 authored about 5 years ago
Fix starting a sandbox only dev server

github.com/codesandbox/codesandbox-client - 40e04bb2364488b4ff12993c3d1aa80a02a4eed4 authored about 5 years ago
Force postinstall to run with concurrency 1

github.com/codesandbox/codesandbox-client - 732fe5abf2ea19cd27cc086a9190a52db9a3798b authored about 5 years ago
smooth moving to team sandbox and generally going into live mode

github.com/codesandbox/codesandbox-client - e494f03673a0ca2aa4b10e1b2afc042c0f4a7989 authored about 5 years ago
Upgrade Sandpack and support custom root URLs (#2489)

* Update dependencies

* Make sandpack and react-sandpack work standalone

github.com/codesandbox/codesandbox-client - 56e59a046b3222a7a9235be03370898c2199c08b authored about 5 years ago
clean FS on changing sandbox, improve create LIVE experience

github.com/codesandbox/codesandbox-client - 7a1379b4489610f9d774c37421319e05c370f414 authored about 5 years ago
Fix 404 error handling

github.com/codesandbox/codesandbox-client - e6648aed148f724c7bd038d3047ddec9c7e202e3 authored about 5 years ago
Fix error where an error is thrown when a module is not found (#3032)

github.com/codesandbox/codesandbox-client - c780a96aca9166979ea12af0feeccfe9a5e37d99 authored about 5 years ago
feat(explorer): improve discard changes functionality (#3040)

* style(button): add overflow behavior to shared Button component

* feat(explorer): add optio...

github.com/codesandbox/codesandbox-client - 23951d3928b99ea8c10cbaf74948ebe0b1f212c2 authored about 5 years ago
fix(deployments): display error messages from ZEIT Now (#3023)

github.com/codesandbox/codesandbox-client - 3c95a71df955fd1933cb6df2b5b406b28e60e41f authored about 5 years ago
feat(download): export lock files when downloading sandbox (#3038)

github.com/codesandbox/codesandbox-client - eaa04d863ac2c68ee486a28abee10d5932547965 authored about 5 years ago
fix(tests): apply correct opacity to sync icon when watching tests (#3033)

github.com/codesandbox/codesandbox-client - 680b47bb0cc9e0e4b238ac7cfdd8819561ae22a3 authored about 5 years ago
Fix tests with css in common

github.com/codesandbox/codesandbox-client - 0b4f5e246b2b6c33a7a220b54c0d3a5440764c3b authored about 5 years ago
Fix spacing in homepage text (#3041)

github.com/codesandbox/codesandbox-client - be9da5d9bca0d79fb9a559d3951dc5a795ed89fa authored about 5 years ago
Delete CollectionInfo, since it's not used anymore (#3047)

* πŸ”¨ Switch CollectionInfo to use useOvermind

* Fix types

* Delete CollectionInfo, since it...

github.com/codesandbox/codesandbox-client - 4ede2ba066a9558f831c6bee5a9cd9357435a29a authored about 5 years ago
fix selectint a saved deleted file in VSCode

github.com/codesandbox/codesandbox-client - c281f045a072ffe2766b3118231999ebde63b35a authored about 5 years ago
Remove sync not supported warnings

github.com/codesandbox/codesandbox-client - 7c0218d0af3b41c84ec6c9b858b950fcf1662f02 authored about 5 years ago
Merge branch 'vscodeeffect' of https://github.com/codesandbox/codesandbox-client into vscodeeffect

github.com/codesandbox/codesandbox-client - 491fa5a3aba1183ed910786f23ecee7380ffcb4c authored about 5 years ago
Change order of methods

github.com/codesandbox/codesandbox-client - 85b8dcb9ce2cc2b2c440f905434c8e6aea829e24 authored about 5 years ago
Make sure saving a file is indicated correctly in VSCode during live

github.com/codesandbox/codesandbox-client - c2821d51e7d5db538750c316e7909c1710ce50e0 authored about 5 years ago
fix issue with explorer not showing unsynced state in live

github.com/codesandbox/codesandbox-client - 560f4179e8002f632a3d9709ddff7444e512c045 authored about 5 years ago
Fix extension and remove unused var

github.com/codesandbox/codesandbox-client - 1e4bdd09eb7e00fe1df7329112317987aa5496c2 authored about 5 years ago
Add ability to reset editor layout

github.com/codesandbox/codesandbox-client - da2a2eb9c3b03bdd0c1105541fef1b1f9ca66195 authored about 5 years ago
fix: add undefined check for mostUsedTemplates (#3099)

github.com/codesandbox/codesandbox-client - 61297d82c1ae688b915661315096b0a2bf2387a0 authored about 5 years ago
fix wrong usage of action

github.com/codesandbox/codesandbox-client - 1629c100f98b74e8df9256d1243c98f8a8c80d68 authored about 5 years ago
fix prioritizing selection in explorer over opening file

github.com/codesandbox/codesandbox-client - a442155b8b9234ef137cfdd5bf88be9ebc2d69b9 authored about 5 years ago
Use appendFile and rename for VSCode to work correctly

github.com/codesandbox/codesandbox-client - bcaf2712471f774bbfbabc9f5f0357752116a2bd authored about 5 years ago
Merge branch 'master' into vscodeeffect

github.com/codesandbox/codesandbox-client - 0607d442ed675cf0ebf0ac380b6c679060ca637f authored about 5 years ago
Merge pull request #3097 from codesandbox/change/deploy

Update deploy API URL to production

github.com/codesandbox/codesandbox-client - d927bc508325fe745cd54e51ba3f7b06bc27a5a0 authored about 5 years ago
Update deploy API URL to production.

github.com/codesandbox/codesandbox-client - b3c5cf9f4360b52744933e1d60647b701c9555ec authored about 5 years ago
Fix issue with revert module

github.com/codesandbox/codesandbox-client - 38326468aed68a198ee3d7c23c1a4e7733261bea authored about 5 years ago
remove mobile logic for run on click (#3095)

github.com/codesandbox/codesandbox-client - 6df5689ef5f17d06d21beea53f71ad053ff2104e authored about 5 years ago
New loading indicator

github.com/codesandbox/codesandbox-client - 2f5e0fa405e04d380d8c33a5512898444f93d546 authored about 5 years ago
active sidebar doesnt show focused item (#3090)

github.com/codesandbox/codesandbox-client - a4513fbe7d71b1c6922814bb2519c56e57c77d8b authored about 5 years ago
πŸ”¨ Switch Dependencies to use useOvermind (#3066)

πŸ”¨ Switch Dependencies to use useOvermind

github.com/codesandbox/codesandbox-client - 4e652e74d5934575f267c531379cb8e600dcc9d0 authored about 5 years ago
πŸ”¨ Switch CreateNewSandbox to use useOvermind (#3067)

πŸ”¨ Switch CreateNewSandbox to use useOvermind

github.com/codesandbox/codesandbox-client - 44d34198f57707c87f6911ab0c24820bd33e7489 authored about 5 years ago
πŸ”¨ Switch VisitSiteButton to use useOvermind (#3069)

πŸ”¨ Switch VisitSiteButton to use useOvermind

github.com/codesandbox/codesandbox-client - b4a06534289ff5b5f6ea957d14ab333b12ba5307 authored about 5 years ago
πŸ”¨ Switch Badges to use useOvermind (#3072)

πŸ”¨ Switch Badges to use useOvermind

github.com/codesandbox/codesandbox-client - 99e2226cbc352c78be14f1f9d409eb4c2e6cac99 authored about 5 years ago
πŸ”¨ Switch CodeFormatting to use useOvermind (#3073)

πŸ”¨ Switch CodeFormatting to use useOvermind

github.com/codesandbox/codesandbox-client - b251a32dcaefa044785c4f8da7c23fb4e5604333 authored about 5 years ago
fix(tests): update error-polyfill to fix unexpected frame error (#3091)

* fix(deps): update error-polyfill dependency to get rid of unexpected frame error

* fix(jest...

github.com/codesandbox/codesandbox-client - 8222651baa232d74aaf53239ea03ea325c954b4c authored about 5 years ago
select correct workspace item when forking

github.com/codesandbox/codesandbox-client - 4e0eea97d951f3298d52dac76005bc281a640056 authored about 5 years ago
Make API error handling more robust (#3086)

* Make API error handling more robust

* Change message

* Fix status code checking

* Fix...

github.com/codesandbox/codesandbox-client - 068449ac4c4365f15167bf75b0e3a7b9196c1a55 authored about 5 years ago
improve transpilation indication

github.com/codesandbox/codesandbox-client - 16eb666f07753efa721fce80adf96c35e07cacf7 authored about 5 years ago
Update list.focusBackground (#3084)

github.com/codesandbox/codesandbox-client - 7e1e9d0d10ba3d70a108edbce0ec35258c53b929 authored about 5 years ago
Refactor CodeSandbox Black to use object + color tokens (#3075)

* refactor theme to object instead of dot notation

* use our design language tokens for theme...

github.com/codesandbox/codesandbox-client - ce4d1a0bb049c592ce2e9b5011b290899f856acd authored about 5 years ago
fix(storage-management): fix behavior outside of a sandbox context (#3081)

* fix(storage-management): only remove files that are selected

* fix(storage-management): che...

github.com/codesandbox/codesandbox-client - 2230824cd133afe4613cd50495ad782dbe881cf9 authored about 5 years ago
Update 2-embedding.md

Adding hidedevtools option to docs

github.com/codesandbox/codesandbox-client - 699814951c511760fd6c1d44e56fd8d065ec4fd8 authored about 5 years ago
defaultOpen should not animate

github.com/codesandbox/codesandbox-client - 935a52b60fbbc40d241ee309a966ec975fb5b104 authored about 5 years ago
fix fetching auto types

github.com/codesandbox/codesandbox-client - 4e8a18e3b9a3868beef99d1da49e5514fbc54a50 authored about 5 years ago
fix typings and smoother module selection

github.com/codesandbox/codesandbox-client - f0922622511b4ac944b624b8dd18c032e15554ed authored about 5 years ago
refactor to worker IDs for specific message passing

github.com/codesandbox/codesandbox-client - f4474e707d81128214b89b1357aa8f8a204e6676 authored about 5 years ago
πŸ”¨ Switch CreateNewSandbox to use useOvermind

github.com/codesandbox/codesandbox-client - c000f60f77d96b15eb52af7d25bf3862334559c4 authored about 5 years ago
sync specific addition/removal of typings and do not retranspile on adding/removing packages, do it on first codechange

github.com/codesandbox/codesandbox-client - 083a2cc36686cdfac8d7ff1539c26a4156249a64 authored about 5 years ago
fix(Tooltip): fix overlapping and use tippy singletons where applicable

github.com/codesandbox/codesandbox-client - 8031d3ed8a5f31412c2a6450521fd955a6ba207a authored about 5 years ago
Merge branch 'vscodeeffect' of https://github.com/codesandbox/codesandbox-client into vscodeeffect

github.com/codesandbox/codesandbox-client - 69907bf6a59824f0a5783cb4a5f328be2084207c authored about 5 years ago
fix zindex of editor and header

github.com/codesandbox/codesandbox-client - 4ebd553c9368e6e80adf4378a418fe2a9f0a761e authored about 5 years ago
Drone: update signature.

github.com/codesandbox/codesandbox-client - 632b060a507e4ec6da1a5cb081eec0374a9eaa5f authored about 5 years ago
πŸ”¨ Switch CodeFormatting to use useOvermind

github.com/codesandbox/codesandbox-client - 89537fc11bca4064d379a071dd4891fce87b3e79 authored about 5 years ago
πŸ”¨ Switch Badges to use useOvermind

github.com/codesandbox/codesandbox-client - 7da36162faae8f46d35ca37cffc359d2f0c20795 authored about 5 years ago
πŸ”¨ Switch VisitSiteButton to use useOvermind

github.com/codesandbox/codesandbox-client - 20b6c40a1bd13617958a760cb14ffd5247c5c0e5 authored about 5 years ago
πŸ”¨ Switch Dependencies to use useOvermind

github.com/codesandbox/codesandbox-client - ac00327e15b471ac93174be83641cf5ce661fc95 authored about 5 years ago
πŸ”¨ Switch Search to use useOvermind (#3048)

* πŸ”¨ Switch Search to use useOvermind

* Use RouteComponentProps types

* Export Search as a ...

github.com/codesandbox/codesandbox-client - 45340095c993cf207e155a96751c328a41fd866d authored about 5 years ago
refactor type sync, diffing coming tomorrow

github.com/codesandbox/codesandbox-client - 4661bb47a78e9b7614273e09d9b772145b53ec93 authored over 5 years ago