Replies: 1 comment 1 reply
-
@McNull thanks for the idea and any PRs will be appreciated. I like the idea, also using IndexedDB is a very good approach. The only concern is Load button placement. Buttons space in the header is already a bit overwhelmed + layout also should fit on mobile devices. Wdyt about putting workspace switcher to the right side as dropdown (similar to Go environment selector)? Also right now, playground has autosave functionality that saves your changes unless snippet or example is open, |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I've spent some time today to save workspaces locally in the browser by workspace name. I think this makes it abit easier to quickly experiment with code and save it for later reference (like stackblitz or codesandbox).
The saved workspaces are stored in the browser by using indexDB and are not shared with other users. The code can still be shared by using the share button.
Let me know if you want a pull request.
Thanks for this awesome tool!
Beta Was this translation helpful? Give feedback.
All reactions