jberg
34a68ae64f
Remove script loading from initialize ( #889 )
2019-08-26 09:13:35 -07:00
Jordan Eldredge
b67ebc2ca2
[WIP] Give Maki objects access to Redux state ( #882 )
...
* Share uids between maki objects and state tree
* Start to add xml tree
2019-08-24 21:10:00 -07:00
Jordan Eldredge
e3b5031f29
Extract browser-only functions into Utils
...
This will make it easier to mock out these methods in tests to use Node apporaches to these problems
2019-08-21 20:06:11 -07:00
jberg
39c3a25c0a
Add more nodes to initialize ( #873 )
2019-08-19 10:22:18 -07:00
Jordan Eldredge
52dfa6801a
Custom ESLint rule to validate Maki classes ( #868 )
2019-08-19 06:27:47 -07:00
Jordan Eldredge
2b4c2dca97
Don't return await from async func
2019-08-18 14:21:24 -07:00
Jordan Eldredge
95208d173b
Don't ignore undefined variables
2019-08-18 14:20:17 -07:00
Jordan Eldredge
a8d98ee432
Prefer const in modern
2019-08-18 14:19:16 -07:00
Jordan Eldredge
e35c85af3c
Remove dupes
2019-08-18 14:07:47 -07:00
jberg
0a8a30d5ce
Remove xml schema and warn instead of error for missing parsers ( #865 )
2019-08-18 13:46:58 -07:00
Jordan Eldredge
53162a7134
Add more nodes to the initialization schema
2019-08-14 21:20:41 -07:00
Jordan Eldredge
5f4a3bfb17
Handle img load errors by rejecting the promise
2019-08-13 06:39:38 -07:00
jberg
6433def06b
Remove xmlNode from MAKI objects ( #829 )
...
* Remove xmlNode from MAKI objects
* fix missed in rebase
2019-08-07 18:34:02 -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