Commit graph

5 commits

Author SHA1 Message Date
jberg
067d4c1fef
Handle MAKI functions that need input, implement popupmenu (#854)
* initial test for generator class functions

* return promise from functions that need async

* move null check into isPromise and fix condition

* implementing popmenu

* fix dynamic node creation in prod build

* remove unnecessary async/await

* rename function with js_ prefix

* TODO to fix styles
2019-08-17 16:44:15 -07:00
Jordan Eldredge
123df6cc23 Move volume into Redux 2019-08-13 06:57:06 -07:00
jberg
adce725c52
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-08-08 13:11:55 -07:00
Jordan Eldredge
3d9e539206 Fix auto-fixable lint errors in modern (#840) 2019-08-05 23:41:10 -07:00
Jordan Eldredge
aedd8e4745
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-08-05 19:17:12 -07:00
Renamed from experiments/modern/src/runtime/System.js (Browse further)