p5.js-web-editor/client
Gabriel Sroka dabcccc494
Update IDEView.jsx
`<Overlay...` has a default `title` of `'Modal'`
https://github.com/processing/p5.js-web-editor/blob/master/client/modules/App/components/Overlay.jsx#L102

many modals are missing a title, so i added some. i made them basically the same as the `ariaLabel` (but capitalized, changed `-` to ` `, etc)
2019-12-29 15:43:06 -08:00
..
__test__/mocks Add jest/enzyme and a simple unit test 2019-01-25 17:21:10 -05:00
components update spacing on preview nav 2019-11-07 16:56:46 -05:00
images Searchbar (#1132) 2019-08-21 14:08:08 -04:00
modules Update IDEView.jsx 2019-12-29 15:43:06 -08:00
sounds replace alert sound 2016-08-28 15:55:19 -04:00
styles update spacing on preview nav 2019-11-07 16:56:46 -05:00
utils Password limit (#1191) 2019-10-17 12:53:11 -04:00
constants.js fixes #1206, removes titles where it is unnecesary 2019-10-31 17:27:23 -04:00
index.jsx Update to webpack 4 (#1145) 2019-08-28 16:08:40 -04:00
persistState.js Persists Redux store to/from sessionStorage (#334) 2017-04-20 14:05:15 -04:00
reducers.js Searchbar (#1132) 2019-08-21 14:08:08 -04:00
routes.jsx remove link to feedback, since we're not using the google doc at all 2019-10-31 15:25:44 -04:00
store.js load client-side environment variables at runtime 2018-08-24 17:41:23 -04:00