Commit Graph

4 Commits

Author SHA1 Message Date
Jacob Trimble 3da809019b Enable additional ES6 linter rules.
Change-Id: I6861541b27153ba034364a5972a9b086de581cef
2019-06-11 18:35:09 +00:00
Jacob Trimble 0dd64074b9 Only allow one statement per line.
With the new style rule, we cannot have two statements on the same line.
So we can no longer have an "if" on a single line and we cannot have
an arrow function with a body on the same line as when it is used.
This is mostly a manual change.

Change-Id: I2285202dd5ecbad764308bc725e6d317ff2ee7f0
2019-05-13 22:11:50 +00:00
Joey Parrish 0147a78f9a Add localization lazy-loading to the demo app
The demo app will now respond to events from the localization system
to lazy-load missing localization data at runtime.  This will enable
the demo app to display a localized UI in non-compile-time-default
locales.

This required several changes to the compiled build to add missing
export annotations and quoted strings on event fields.

Issue #1688

Change-Id: I1e756d8ce7861bf822ec0e7d4090f143a201d422
2019-04-10 18:13:23 +00:00
Sandra Lokshina 6b1ca2d229 Initial release of Shaka Player UI
Other contributors:
 - @joeyparrish
 - @michellezhuogg
 - @TheModMaker
 - @theodab
 - @vaage

Change-Id: If6df33d9ab5035d1ead4402004f7de37ee8470f4
2018-11-16 14:40:37 -08:00