p5.js-web-editor/client/modules/IDE
Andrew Nicolaou 4f1b9e3700
Fix bug when switching collection or sketch lists (fixes #1401) (#1416)
* Update sketch/collection list when URL changes (fixes #1401)

Using the username as the key prop causes the List component to remount
when the username changes. This means we don't have to bother resetting
everything when the user changes.

* Update deprecated SketchList lifecycle methods

From componentWillReceiveProps to componentDidUpdate
2020-05-03 22:51:01 +02:00
..
actions Merge master to fix/rename-file-set-unsaved 2020-04-16 15:59:09 -04:00
components Fix bug when switching collection or sketch lists (fixes #1401) (#1416) 2020-05-03 22:51:01 +02:00
pages Enhancement(Esc key hide modal) 2020-04-24 00:29:33 +05:30
reducers Add changes for asset upload limit, after cherry-picking changes from asset-limit-with-lambda 2020-03-03 16:33:52 -05:00
selectors Close new file modal on enter, update upload limit selector to handle undefined case 2020-03-24 18:07:58 -04:00