Commit graph

10 commits

Author SHA1 Message Date
Jordan Eldredge
31ac65eb18 Use a Set for checking if a value exists in a collection 2019-11-30 13:42:53 -08:00
Jordan Eldredge
bdd54d51ce Move volume into Redux 2019-11-30 13:42:53 -08:00
jberg
d13ff4d302 Fix event x/y by finding container node (#849)
* Fix event x/y by finding relativeParent

* use a tree search to find the container instead of event target hacks
2019-11-30 13:42:53 -08:00
jberg
126fade049 Fix hook eventNames to be case insensitive (#852) 2019-11-30 13:42:53 -08:00
jberg
3db63bd7c3 Setup update listeners to rerender react components (#848)
* Setup update listeners to rerender react components

* setupUpdates -> useJsUpdates
2019-11-30 13:42:53 -08:00
jberg
61c0afb165 Fix hook variable passing and initial stack setup (#844) 2019-11-30 13:42:53 -08:00
jberg
5411a444e7 Fix event x/y and add a few more methods (#842)
* Fix event x/y and add a few more methods

* ensure attributes exist and simplify

* simplify with ternary
2019-11-30 13:42:53 -08:00
jberg
0ac85b422e Remove xmlNode from MAKI objects (#829)
* Remove xmlNode from MAKI objects

* fix missed in rebase
2019-11-30 13:42:53 -08:00
Jordan Eldredge
d9a911f46b Fix auto-fixable lint errors in modern (#840) 2019-11-30 13:42:53 -08:00
Jordan Eldredge
79ac60f1f1 Modern integration (#833)
* Make modern part of the code base

`yarn modern` will now start a dev server with the modern app running.

The debugger is not yet setup

`yarn test` will run all the tests, both Webamp and "modern".

* Let debug work

* Prettier

* Ignore lint errors for now

* Point test at the now skin location
2019-11-30 13:42:53 -08:00