p5.js-web-editor/client/modules/IDE/actions
Andrew Nicolaou a267837fb7 Persists Redux store to/from sessionStorage (#334)
* Persists Redux store when reloading app for login

* Disable confirmation box when leaving page for login

* Removes extra console.warn

* Sets serveSecure: true for new projects if served over HTTPS

* Clears persisted state on IDEView load

Because when a sketch is created on HTTPS and then the user logs in
the page won't be reloaded

* Appends ?source=<protocol> to URL to track return protocol
2017-04-20 14:05:15 -04:00
..
console.js refactor console to its own reducer and actions, add clear button, clean up console component 2017-01-11 14:13:49 -05:00
editorAccessibility.js update eslint to latest version, fix lots of linting errors (#308) 2017-02-22 14:29:35 -05:00
files.js Exposes API endpoint URL to client via env variable (#323) 2017-03-16 00:34:14 -04:00
ide.js fix #254, stale project warning works correctly, removed unused actions and state for ide 2017-03-02 14:38:29 -05:00
preferences.js Exposes API endpoint URL to client via env variable (#323) 2017-03-16 00:34:14 -04:00
project.js Persists Redux store to/from sessionStorage (#334) 2017-04-20 14:05:15 -04:00
projects.js Exposes API endpoint URL to client via env variable (#323) 2017-03-16 00:34:14 -04:00
toast.js Showing "Autosave enabled" toast (#173) 2016-10-27 19:45:09 -04:00
uploader.js #339 add region to .env 2017-04-13 14:39:03 -04:00