p5.js-web-editor/client/modules/IDE
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
..
actions fixes #1206, removes titles where it is unnecesary 2019-10-31 17:27:23 -04:00
components fixes #1206, removes titles where it is unnecesary 2019-10-31 17:27:23 -04:00
pages Update IDEView.jsx 2019-12-29 15:43:06 -08:00
reducers remove p5.dom from default files as it's been integrated into p5 core library 2019-12-05 14:08:36 -05:00
selectors Searchbar (#1132) 2019-08-21 14:08:08 -04:00