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

fix: dashboard search loading and URL (#7228)

* fix: dashboard search

* improve search efficiency

github.com/codesandbox/codesandbox-client - 4a2850ac3e5417c3c14b81d324bd63c33aac1a02 authored about 2 years ago by Ives van Hoorne <[email protected]>
feat(dashboard/components): ExternalCard: article and video variant (#7217)

* add start icon

* feat: create ArticleCard and VideoCard

* tweak animations

* adjust w...

github.com/codesandbox/codesandbox-client - 500b38bf5fdc7bf2f94415fab1e0834c0df2838e authored about 2 years ago by Maria Clara <[email protected]>
feat(dashboard/components): CreateCard (#7216)

* feat: CreateCard

* set width and height to 100%

* update types and remove gap

* fixup

github.com/codesandbox/codesandbox-client - f56f2db98c4a81cae499ed4fdf25cbb3df3c6629 authored about 2 years ago by Maria Clara <[email protected]>
Update dashboard page titles (#7218)

github.com/codesandbox/codesandbox-client - 56d2b014bbd8674dc25d2b841ec830f6dba05c68 authored about 2 years ago by Tristan <[email protected]>
add source to links that point to the pro page (#7221)

github.com/codesandbox/codesandbox-client - f53ce0e925ebad0030d129808468fdc3cb28d93e authored about 2 years ago by Tamas Szuromi <[email protected]>
feat(pro): Add track events to pro page (#7210)

* Add track events to pro page

* Add tracking metadata

github.com/codesandbox/codesandbox-client - 8c664657b8590e6cb3b4a8b30422884ef2f88a4d authored about 2 years ago by Tristan <[email protected]>
feat(dashboard): update repo cards (#7198)

* feat(dashboard): update repo cards

* Remove gap between Org and Repo title and change icon ...

github.com/codesandbox/codesandbox-client - 4ac92205437b953a1d4fad691557d6da095957dd authored about 2 years ago by Alex Moldovan <[email protected]>
fix: delayed repos fetch (#7206)

github.com/codesandbox/codesandbox-client - 072b84bbeab52ea747d64133769acca5467f1842 authored about 2 years ago by Maria Clara <[email protected]>
chore: replace view only with restricted (#7208)

github.com/codesandbox/codesandbox-client - 03ca4505204e198e4029a44444e7f3afffa2cae4 authored about 2 years ago by Alex Moldovan <[email protected]>
fix: vercel integration (#7209)

* fix: more reliable way of getting the vercel code from the URL callback

* chore: remove com...

github.com/codesandbox/codesandbox-client - 0367a97983e5939af6396bb69ae9ca45b36232b0 authored about 2 years ago by Alex Moldovan <[email protected]>
feat(pro): New subscription page (#7193)

* Move features to constants

* Add new badge variant

* New pro page WIP

* Cleanup and a...

github.com/codesandbox/codesandbox-client - e3ca99ac44badb75b587f6334b5810e97b0bc5c9 authored about 2 years ago by Tristan <[email protected]>
feat(subscription/polish): cancel subscription modal (#7195)

* open modal from stripe in team settings

* wip

* fixup

* add title to modal

* displ...

github.com/codesandbox/codesandbox-client - 5e842cb16d9e6beaaf764125d29ff34cf78c2caf authored about 2 years ago by Maria Clara <[email protected]>
fix(dashboard/repositories): silently fail get repos (#7201)

* fix: silently fail synced repositories query

* fixup

* error notification for sync repos...

github.com/codesandbox/codesandbox-client - 911e8520ec0207f53cb6b0c07580f7e5c18eda90 authored about 2 years ago by Maria Clara <[email protected]>
fix: use id/hash as id, for better hmr (#7204)

github.com/codesandbox/codesandbox-client - 7ca59fb436a37c3a5369030df32f36767f33dd1a authored about 2 years ago by Jasper De Moor <[email protected]>
Track if sandbox is moved to different team (#7197)

github.com/codesandbox/codesandbox-client - 8a7ec79b1f6bb960f71fe2f349efae763a190ba3 authored about 2 years ago by Tristan <[email protected]>
fix(dashboard): Show MessageStripe when private repo limit is hit (#7199)

github.com/codesandbox/codesandbox-client - 2dcf6f6a9eced55ad48122402e1127521895e6e8 authored about 2 years ago by Tristan <[email protected]>
chore: update default TS version from 4.5.5 to 4.9.3 (#7200)

github.com/codesandbox/codesandbox-client - 15277c39db2c1869dbbd88625d103ca780107a35 authored about 2 years ago by Ives van Hoorne <[email protected]>
fix: vue transpiler (#7196)

github.com/codesandbox/codesandbox-client - ebf846d29f45cae489d4c6525c41fd96e90cbbdc authored about 2 years ago by Danilo Woznica <[email protected]>
Add reference to private SBXs and Repos on Pro (#7194)

github.com/codesandbox/codesandbox-client - 878611178c54e74bdbc1574186aad0d441b6ad66 authored about 2 years ago by Necoline Hubner <[email protected]>
UI Review: Change font-weight of titles in Team settings modules (#7177)

* Change titles font-weight on Team settings modules

* Change fontweight to medium

github.com/codesandbox/codesandbox-client - 4391620584d3dab8669490aace398983d3d8f9d9 authored about 2 years ago by Lena Sotto Mayor <[email protected]>
Add blog post "How to code your app using the CodeSandbox iPad IDE" (#7190)

* Add iPad IDE blog post

* Image and alt fixes

* Fix to video controls

* Update index.md

github.com/codesandbox/codesandbox-client - 9baec3137bf966c0f1fc867dac0b1a155b6f1121 authored about 2 years ago by Filipe Lima <[email protected]>
chore(marie-kondo): Remove unused exports (#7188) (#7189)

* First batch of 10 removals

* Second batch of 13 file changes

* Third batch of removing u...

github.com/codesandbox/codesandbox-client - 43362249ade9da8031e21a9e68f6b4340ed96434 authored about 2 years ago by Tristan <[email protected]>
fix: close onboarding tooltip on click outside (#7186)

Co-authored-by: Tristan Dubbeld <[email protected]>

github.com/codesandbox/codesandbox-client - ed2bc58c7fab3bf5eb8dbb4d2ac1722185153288 authored about 2 years ago by Alex Moldovan <[email protected]>
chore: revert archive to delete (#7187)

github.com/codesandbox/codesandbox-client - 864e0ef1dc7fc177c346d2519438a5bd35fb7a86 authored about 2 years ago by Alex Moldovan <[email protected]>
fix: remove viewOnly badge from branches inside the repo page (#7185)

github.com/codesandbox/codesandbox-client - 402e969186ee9454c1c350b4aca5d36499b923b1 authored about 2 years ago by Alex Moldovan <[email protected]>
don't show organization upgrade cta if team is pilot (#7184)

github.com/codesandbox/codesandbox-client - 7eeab4118a9f370fd5304676f7b24abc181cddc2 authored about 2 years ago by Maria Clara <[email protected]>
feat: strict hooks values (#7180)

* feat: strict hooks values

* fix: typecheck

* fix: replace old usage of useSubscription
...

github.com/codesandbox/codesandbox-client - b548b13e0cbde246be6fb78fb22d56b947d048b5 authored about 2 years ago by Alex Moldovan <[email protected]>
Adjust offsetTop based on messagestripes (#7183)

github.com/codesandbox/codesandbox-client - 01ad85613cbd9ddd7df9c5ed23b2054be2e72113 authored about 2 years ago by Tristan <[email protected]>
fix(npm): set authentication type to bearer for github

github.com/codesandbox/codesandbox-client - 385b4fba42cdd801a88eec7a84194129adfc5e12 authored about 2 years ago by Ives van Hoorne <[email protected]>
chore(dashboard): Remove whats new and other notifications (#7176)

* Whats new no more

* Remove notifications and indicators

github.com/codesandbox/codesandbox-client - 7a58415eb579c622c936380e85d286cd1a30747e authored about 2 years ago by Tristan <[email protected]>
feat(subscriptions): organization plan cta when 20+ editors (#7179)

* fix MaxPublicSandboxes for non-admin

* fix cta for max free editors

* handle 20+ editors...

github.com/codesandbox/codesandbox-client - a08a54d7563bad3caa380d7f9b6a9dd93af8cbc2 authored about 2 years ago by Maria Clara <[email protected]>
chore: tweak pro feature list (#7178)

github.com/codesandbox/codesandbox-client - 953c472751c001ab25d1a874e518c3e1a6d9927b authored about 2 years ago by Ives van Hoorne <[email protected]>
UI Review: Style and Text Fixes to Upgrade Banner (#7173)

* UI and Text Fixes

* Remove gap from Banner

github.com/codesandbox/codesandbox-client - 3f1a020ba5b5ee6fdd148303494970a215495fd1 authored about 2 years ago by Lena Sotto Mayor <[email protected]>
fix: enable 'create new sandbox' on container menu if team is allowed to (#7174)

github.com/codesandbox/codesandbox-client - e93cf415fe117bc0c6f05140f2b76a8300beab84 authored about 2 years ago by Maria Clara <[email protected]>
feat(subscriptions): only restrict new sandbox if view collection and max amount reached (#7175)

* update limiteNewSandbox conditions

* update limitNewSandbox conditions in SearchResults

...

github.com/codesandbox/codesandbox-client - 7717d9f1ca513b6358bbdcaa671a592646211bbe authored about 2 years ago by Maria Clara <[email protected]>
feat(limitations): sandbox and repository limitations (#7164)

* feat(subscriptions): import limitations (#7157)

* wip

* update props if hasMaxPublicRepo...

github.com/codesandbox/codesandbox-client - 1900aa33eb4a9ae18129aeeab850ac2842f6137c authored about 2 years ago by Alex Moldovan <[email protected]>
Embed: Experimental Sandpack layout (#7171)

github.com/codesandbox/codesandbox-client - a11067636228d67b2d7bac03cd9cdc9990c091e9 authored about 2 years ago by Danilo Woznica <[email protected]>
Add free team view only stripe to editor page (#7170)

github.com/codesandbox/codesandbox-client - c7bd70ac7de109325a408e5a89d4a90fd08cc0f9 authored about 2 years ago by Tristan <[email protected]>
feat(subscription): Use freePlanEditingRestricted flag to make editor readonly (#7165)

* Use freePlanEditingRestricted flag to make editor readonly

* Replace previous operator with...

github.com/codesandbox/codesandbox-client - 7e9d1bc6f31f1e7e1d3e6fc96e76f3e3ef14325e authored about 2 years ago by Tristan <[email protected]>
chore: add template to 'Fork Sandbox'

github.com/codesandbox/codesandbox-client - 9a37fb7ee9da86f9997ff18feba3ed611f460276 authored about 2 years ago by Ives van Hoorne <[email protected]>
feat(view-only): show badge on sandboxes and repos (#7161)

* feat(view-only): sync badge with v2

* update cloud badge

* fix: add context-menu restric...

github.com/codesandbox/codesandbox-client - ed5e50344d1c3d850ba61d8c16349db2205e3555 authored about 2 years ago by Alex Moldovan <[email protected]>
chore: change "Learn More" link to go to pricing page (#7159)

github.com/codesandbox/codesandbox-client - 311c4a60a804d9d648ff9c143bca540830bf2668 authored about 2 years ago by Ives van Hoorne <[email protected]>
fix(subscriptions/banner): spacing and links (#7160)

* fix: dashboard/recent upgrade banner margin bottom

* crete docs urls const

github.com/codesandbox/codesandbox-client - 7c86bb3f95238ad17c4984ea51d17b53146091e4 authored about 2 years ago by Maria Clara <[email protected]>
feat(subscriptions): stripe banner in repository view (#7156)

* create pages/repositories/stripes

* fixup

* fix labels and events

github.com/codesandbox/codesandbox-client - 3c748ba447dfd017152e3f2b76e787bfb48a3b3b authored about 2 years ago by Maria Clara <[email protected]>
fix: hide upgrade banner and fix not eligible for trial link (#7158)

github.com/codesandbox/codesandbox-client - 247193fa6a0c1a3dac090330fa4e301c796c2c67 authored about 2 years ago by Maria Clara <[email protected]>
feat(subscription): messages (#7127)

* feat(dashboard): "Upgrade to Pro" banner (#7124)

* export banner from components

* wip
...

github.com/codesandbox/codesandbox-client - 877ebb0bb81aaa83c2dccf31ded70531760d9448 authored about 2 years ago by Tristan <[email protected]>
fix(sandpack): accurately resolve GitHub versions in jsdelivr fetcher (#7133)

github.com/codesandbox/codesandbox-client - 618a7850ecd0980f0579632a8366351d5d63bfba authored about 2 years ago by Hugo Wiledal <[email protected]>
Update TemplateCard.tsx (#7154)

github.com/codesandbox/codesandbox-client - ff06bfbba947719c14a24652c5e96affa2eb96f3 authored about 2 years ago by Ives van Hoorne <[email protected]>
Revert "fix(end-of-trial): show different message if trial has been canceled (#7143)" (#7151)

This reverts commit 157f691adae5f1b0eabc0cdf3939a9c5e63d3ee4.

github.com/codesandbox/codesandbox-client - d5a9eca0485fc55fdcd795dedf45613aa823dc29 authored about 2 years ago by Alex Moldovan <[email protected]>
fix(end-of-trial): show different message if trial has been canceled (#7143)

* fix(end-of-trial): show different message if trial has been canceled

* fix: reset notificat...

github.com/codesandbox/codesandbox-client - 157f691adae5f1b0eabc0cdf3939a9c5e63d3ee4 authored about 2 years ago by Alex Moldovan <[email protected]>
fix: show correct owner for template (#7132)

github.com/codesandbox/codesandbox-client - cf254d05adc3039061d4c023446834b388a30b10 authored about 2 years ago by Ives van Hoorne <[email protected]>
small typos (#7131)

github.com/codesandbox/codesandbox-client - e473ef412343262d241a950d41871394ed66d21b authored about 2 years ago by Ives van Hoorne <[email protected]>
chore(dashboard): Track drop (#7141)

github.com/codesandbox/codesandbox-client - f3c9b588048e0f9f097a82ab8704779b1c0c5f41 authored about 2 years ago by Tristan <[email protected]>
feat(trial): view only state for dashboard cards and list items (#7099)

* Add isViewOnly state to cards

* Remove debug default true value

* Add isViewOnly state t...

github.com/codesandbox/codesandbox-client - 4d7a350ef9f0cb51f8ee402f0ee7ba55235ee99d authored about 2 years ago by Tristan <[email protected]>
feat(blog): upgrade Sandpack (#7107)

github.com/codesandbox/codesandbox-client - 062da38ad27287edffc22279d1cc60cf4f877280 authored about 2 years ago by Danilo Woznica <[email protected]>
fix: open stripe directly on start trial (#7125)

* fix: open stripe directly on start trial

* fix: end of trial days notification

* fix: op...

github.com/codesandbox/codesandbox-client - 30462ad25c803be18db6e1969833b7a8587cb2b1 authored about 2 years ago by Alex Moldovan <[email protected]>
update showTeamTemplates logic (#7126)

github.com/codesandbox/codesandbox-client - d24621066a9b7d6d02bb65bba0a5cd32dd7cd232 authored about 2 years ago by Maria Clara <[email protected]>
feat: add invite link URL support to team onboarding (#7123)

Co-authored-by: Tristan <[email protected]>

github.com/codesandbox/codesandbox-client - 0a7545b6f22495a1c0f2bb8252775696c435d05a authored about 2 years ago by Ives van Hoorne <[email protected]>
feat(pro): UI updates (#7110)

* wip

* rename

* show 'Free' badge next to team names

* fix font-family name

* show ...

github.com/codesandbox/codesandbox-client - 5d4e63237700bdb867d74bd28528a86c1ffae8f3 authored about 2 years ago by Maria Clara <[email protected]>
fix: proper date constructor (#7120)

* fix: proper date constructor

* fix: tests

github.com/codesandbox/codesandbox-client - b33a6aa7c6ae761fa6574b482e60e3b13f551d5f authored about 2 years ago by Alex Moldovan <[email protected]>
feat: sidebar subscription messages (#7102)

* feat: show cta for team free and end of trial

* feat: handle all scenarios for the sidebar ...

github.com/codesandbox/codesandbox-client - 819f1651d9786b68f946f766a3d9be6897d8e646 authored about 2 years ago by Alex Moldovan <[email protected]>
chore(dashboard): Track drag start (#7116)

* Track drag start

* Add type of item being dragged

github.com/codesandbox/codesandbox-client - 541070e6cfca1a4497674219d35fa1a30a4bd4eb authored about 2 years ago by Tristan <[email protected]>
chore(cleanup): remove console errors and warnings (#7109)

* Update react-media to get rid of unsafe lifecycle errors

* Add and update missing react-hel...

github.com/codesandbox/codesandbox-client - 5526b9230f05b741a9bdc05c6173c6f19b0840f4 authored about 2 years ago by Tristan <[email protected]>
fix: repositories page crash (#7117)

github.com/codesandbox/codesandbox-client - 7638d8974790409aba6835c8f7c9036684c7c582 authored about 2 years ago by Alex Moldovan <[email protected]>
feat(trial): Reusable banner components (#7106)

* Create MessageStripe component

* Fix Toast Button prop props

* Create Banner component a...

github.com/codesandbox/codesandbox-client - d2bed73330b06989611010198ca2784cb11377a0 authored about 2 years ago by Tristan <[email protected]>
feat: useDismissible (#7096)

* Type storage get and fix location reload error

* Create useDismissible hook for future use ...

github.com/codesandbox/codesandbox-client - 5b68c28a1b556fabca351790028974b0f56bdc17 authored about 2 years ago by Tristan <[email protected]>
Add disabled styles for import and create branch buttons (#7100)

github.com/codesandbox/codesandbox-client - 8b81d425cb9af30d1622c2fa04dc7367bb0cdb31 authored about 2 years ago by Tristan <[email protected]>
feat(signin): update page ui (#7090)

* update signin page

* fixup

* remove unused elements

github.com/codesandbox/codesandbox-client - eb654f72ef36fd2e4622c575db24563a47761077 authored about 2 years ago by Maria Clara <[email protected]>
Fixed 404 error on url linking to the docs (#7103)

github.com/codesandbox/codesandbox-client - 200d66ba7323f25e026acb88a5a6611dc4d1d7f9 authored about 2 years ago by Austin Akers <[email protected]>
fix(discover): stop event propagation in context menu for sandox card (#6061)

github.com/codesandbox/codesandbox-client - 41273ed0b5234a235cd3e4f05a630127a2b1c0e9 authored about 2 years ago by Yash Joshi <[email protected]>
have client provide default github auth scope (#6653)

github.com/codesandbox/codesandbox-client - 12e864082c88f32428f8ed811c7cca83ba5def15 authored about 2 years ago by Sanne <[email protected]>
Allow for CMD+W or CTRL+W closing when in PWA mode (#6041)

Fixes #2089

github.com/codesandbox/codesandbox-client - 161d25ed18cf66d737f85bf0d92050ba92e8ade2 authored about 2 years ago by Ives van Hoorne <[email protected]>
chore: marie kondo october 2022 (#7078)

* chore(dashboard): remove always-on (#7066)

* remove link to always-on from the sidebar

*...

github.com/codesandbox/codesandbox-client - 149a5d0f91de4b431d6215143f2f91bc00193d31 authored about 2 years ago by Alex Moldovan <[email protected]>
fix(dashboard): remove unsupported zip export from cloud sandboxes (#7091)

* remove 'Export sandbox' from single menu if v2

* disable export (plus settings) if any is v...

github.com/codesandbox/codesandbox-client - 74a202875a4b3d89fc0f6e3399aa1929314926f0 authored about 2 years ago by Maria Clara <[email protected]>
Revert "feat: Use csb-sucrase for compiling node modules (#7064)"

This reverts commit fa4447820912df5f554ad38bae94816d3d03fae3.

github.com/codesandbox/codesandbox-client - 483d3c6f58a85d163583d626897ff0390383434f authored about 2 years ago by Ives van Hoorne <[email protected]>
Revert "chore(sandpack): remove unused ast utils (#7069)"

This reverts commit 508dcb0ae6b8d66ad5f910810ac1a2e2a1459bbd.

github.com/codesandbox/codesandbox-client - bc55aa1a38a8e30e0f5dade1ac2ccd7d57c65243 authored about 2 years ago by Ives van Hoorne <[email protected]>
feat(tracking): onboarding (#7077)

Co-authored-by: Maria Clara <[email protected]>

github.com/codesandbox/codesandbox-client - 6be3aad7830ca839cd0bd82c754f3ee11588ba02 authored about 2 years ago by Necoline Hubner <[email protected]>
feat: trial support release (#7075)

* feat(dashboard): team creation steps (#7038)

* create steps for new team flow

* fixup

...

github.com/codesandbox/codesandbox-client - 8c64077d1bc2c58b9d583d21b8393842c79a823d authored about 2 years ago by Tristan <[email protected]>
fix: user name flicker before Personal is shown (#7070)

github.com/codesandbox/codesandbox-client - 03a6e6dcfc74cb80393973592d0cf21d1cf540e0 authored about 2 years ago by Alex Moldovan <[email protected]>
Update wording of editor seats (#7072)

github.com/codesandbox/codesandbox-client - 12b6a03d3df9b29ffc147eaca2b16b87db781b56 authored about 2 years ago by Filipe Lima <[email protected]>
chore(sandpack): remove unused ast utils (#7069)

* chore: remove old ast utils

* further cleanup

github.com/codesandbox/codesandbox-client - 508dcb0ae6b8d66ad5f910810ac1a2e2a1459bbd authored about 2 years ago by Jasper De Moor <[email protected]>
feat: Use csb-sucrase for compiling node modules (#7064)

* feat: use our sucrase fork to speedup transform for node modules

* remove metric stuff

github.com/codesandbox/codesandbox-client - fa4447820912df5f554ad38bae94816d3d03fae3 authored about 2 years ago by Jasper De Moor <[email protected]>
fix(dashboard): nullcheck for selected team after accepting invite

github.com/codesandbox/codesandbox-client - 4e7439dec9e43be0e54decfb03fa14a42e894482 authored about 2 years ago by Tristan <[email protected]>
fix: redirect v2 sandbox to the v2 editor (#7058)

* fix: redirect v2 sandboxes to the v2 editor

* chore: add explanatory comment

github.com/codesandbox/codesandbox-client - a5893ea8240990e491959dc53b4f1c55d72f074d authored about 2 years ago by Alex Moldovan <[email protected]>
feat(dashboard): branch and repository removal (#7047)

* rename menu option to 'Remove branch from CodeSandbox'

* query defaultBranch from repositor...

github.com/codesandbox/codesandbox-client - 62338a919e72ae000ff2637beb67b6dbdb8050f0 authored about 2 years ago by Maria Clara <[email protected]>
chore: move Badge to components package (#7050)

github.com/codesandbox/codesandbox-client - 942d385e9e42327fa175ebac658fd455259a2c40 authored about 2 years ago by Alex Moldovan <[email protected]>
chore: move dist/ and /lib in root gitignore (#7032)

github.com/codesandbox/codesandbox-client - 1bd37e580a10f2d9bc6669b015da2df21a804d26 authored about 2 years ago by Alex Moldovan <[email protected]>
chore(quickstart): update templates (#7041)

Co-authored-by: Alex Moldovan <[email protected]>

github.com/codesandbox/codesandbox-client - 5cd764632134764b7a35806db6840601ade86c71 authored about 2 years ago by Alex Moldovan <[email protected]>
feat: update subscription info in dashboard (#7044)

* feat(ui): adjust sidebar

* chore: cleanup

* fix: show 'Personal' instead of username

...

github.com/codesandbox/codesandbox-client - 5bcbfcfa98e2ab840a121143ae183da927fefb42 authored about 2 years ago by Alex Moldovan <[email protected]>
fix(website): alignments, colors, content (#7046)

* fix: content and links

* fix: alignments

github.com/codesandbox/codesandbox-client - b9f64afb3d48a889d002e8a46d5352c8d5bf90eb authored about 2 years ago by Alex Moldovan <[email protected]>
Fix some links for better accessibility (#7045)

github.com/codesandbox/codesandbox-client - e1c161bda99c8937f06e3d2334d10f958365c826 authored about 2 years ago by Filipe Lima <[email protected]>
Publish Chakra UI blog post (#7042)

* Create Chakra UI blog post

* Update post slug

github.com/codesandbox/codesandbox-client - 4cd45288be19f0e41b8322b5df61e2454008e344 authored about 2 years ago by Filipe Lima <[email protected]>
set sandboxes to empty array when catching errors (#7035)

github.com/codesandbox/codesandbox-client - 7a22a1bc63307e0586df80d6dfe6fcf31e99958e authored about 2 years ago by Maria Clara <[email protected]>
Create new blog post (#7034)

github.com/codesandbox/codesandbox-client - 0136efcc1b6427bb58f2195d4a4f5fa67bc22ea1 authored about 2 years ago by Filipe Lima <[email protected]>
feat(dashboard): skeletons for repositories and synced sandboxes (#7017)

* wip: repository skeleton

* diff between default and repository skeleton

* rename Repo to...

github.com/codesandbox/codesandbox-client - 7f9c5d4c08c5ec52e805ce623e60491b8e531ef8 authored about 2 years ago by Maria Clara <[email protected]>
feat(search): enable repository search (#7027)

* feat(search): enable repository search

* Undo accidental templateCard changes

github.com/codesandbox/codesandbox-client - eeb7caf2261fd1611e91afff2482c6b98ba91293 authored about 2 years ago by Tristan <[email protected]>
feat(context-menu): different options for repositories (#7025)

* feat(context-menu): different options for repositories

* fix: typeerror

github.com/codesandbox/codesandbox-client - c9f0a5f190aaaeb8416cc9c01670e02852ba4b12 authored about 2 years ago by Alex Moldovan <[email protected]>
fix: show sign in on cloud sandbox message (#7026)

github.com/codesandbox/codesandbox-client - e5ea80881b97bd2a4a5612c37ac76cf175189024 authored about 2 years ago by Tristan <[email protected]>
Add v2 flag to search result showing the beta badge (#7022)

github.com/codesandbox/codesandbox-client - ea1a683fd673cb49d2c1e958656a0ffc90f58bfc authored about 2 years ago by Tristan <[email protected]>
Remove cloud beta badge from title (#7024)

github.com/codesandbox/codesandbox-client - f64594aee1aa95d3438609619c2c5353ce77043f authored about 2 years ago by Tristan <[email protected]>