p5.js-web-editor/client
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
..
__test__/mocks Add jest/enzyme and a simple unit test 2019-01-25 17:21:10 -05:00
components Update failing tests to match new code 2020-04-28 14:52:41 -04:00
images Adjust styling of find setting switches, update button styling for new file and new folder form 2020-04-28 17:31:27 -04:00
modules Fix bug when switching collection or sketch lists (fixes #1401) (#1416) 2020-05-03 22:51:01 +02:00
sounds replace alert sound 2016-08-28 15:55:19 -04:00
styles Allow Collection list to scroll if taller than screen (#1414) 2020-05-03 17:52:43 +02:00
utils Remove unused theme variables, redce the number of different grays, light theme WCAG updates 2020-04-22 16:52:47 -04:00
constants.js Fix merge conflicts for cherry picking 0bac332a9eb360978e686d6be8bff92f0fa1740c 2020-03-03 14:42:51 -05: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 Displays existing collection 2019-09-25 12:06:07 -04:00
routes.jsx Merge branch 'feature/public-api' into feature/sketch-collections 2019-11-10 22:12:14 +01:00
store.js load client-side environment variables at runtime 2018-08-24 17:41:23 -04:00