p5.js-web-editor/client
Andrew Nicolaou ae668f681e HTTPS UI switch (#335)
* Checkbox to toggle project's serveSecure flag

This doesn't yet persist or reload the page.

* Help button that shows modal to explain feature

* Extracts protocol redirection to helper

* Returns promise from saveProject() action to allow chaining

* Setting serveSecure flag on project redirects after saving project

* Set serveSecure on Project model in API and client

* Redirect to correct protocol when project is loaded
2017-05-03 11:46:12 -04:00
..
components HTTPS UI switch (#335) 2017-05-03 11:46:12 -04:00
images HTTPS UI switch (#335) 2017-05-03 11:46:12 -04:00
modules HTTPS UI switch (#335) 2017-05-03 11:46:12 -04:00
sounds replace alert sound 2016-08-28 15:55:19 -04:00
styles HTTPS UI switch (#335) 2017-05-03 11:46:12 -04:00
utils Persists Redux store to/from sessionStorage (#334) 2017-04-20 14:05:15 -04:00
constants.js HTTPS UI switch (#335) 2017-05-03 11:46:12 -04:00
index.jsx update eslint to latest version, fix lots of linting errors (#308) 2017-02-22 14:29:35 -05:00
persistState.js Persists Redux store to/from sessionStorage (#334) 2017-04-20 14:05:15 -04:00
reducers.js update eslint to latest version, fix lots of linting errors (#308) 2017-02-22 14:29:35 -05:00
routes.jsx Persists Redux store to/from sessionStorage (#334) 2017-04-20 14:05:15 -04:00
store.js Persists Redux store to/from sessionStorage (#334) 2017-04-20 14:05:15 -04:00