p5.js-web-editor/client/modules/User/pages
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
..
AccountView.jsx Update styling of Github and Google Buttons, updating styling of Account Settings 2020-02-11 16:58:08 -05:00
CollectionView.jsx Remove PropTypes errors, fix bug in handling redux action 2020-04-10 13:58:55 -04:00
DashboardView.jsx Fix bug when switching collection or sketch lists (fixes #1401) (#1416) 2020-05-03 22:51:01 +02:00
EmailVerificationView.jsx unify navigation for authentication pages, add authorization to front end, fixes #650 2019-09-19 13:38:27 -04:00
LoginView.jsx unify navigation for authentication pages, add authorization to front end, fixes #650 2019-09-19 13:38:27 -04:00
NewPasswordView.jsx unify navigation for authentication pages, add authorization to front end, fixes #650 2019-09-19 13:38:27 -04:00
ResetPasswordView.jsx unify navigation for authentication pages, add authorization to front end, fixes #650 2019-09-19 13:38:27 -04:00
SignupView.jsx unify navigation for authentication pages, add authorization to front end, fixes #650 2019-09-19 13:38:27 -04:00