overlayed
overlayed copied to clipboard
stream overlays that broadcasters can see 🎬🔴
The configuration editor needs to have better styling applied - per https://github.com/mozilla-services/react-jsonschema-form it is designed to be used with bootstrap, and we aren't currently pulling that in. The min-bar for...
Per [this review comment](https://github.com/bengreenier/overlayed/pull/32#discussion_r222398794) we can refactor our es6 methods to be "autobound" to the React `this` instance, cleaning up code by removing the need for `this.callback = this.callback.bind(this)`. For...
per [this review comment](https://github.com/bengreenier/overlayed/pull/32#discussion_r222395313) there is a better way to do object spreading that is being used to extend an existing object with additional properties. For instance: ``` const existing...
we should have tests for our core react components - likely built using jest.
> Note: requires design proposal and review before implementation This tracks conversation about how we should support plugins that broadcasters can interact with. This poses an interesting interaction that is...
We need to design an explicit solution for broadcasters to chose how their loaded plugins render (by z index) so that you can stack plugins as needed. Perhaps this is...
Today, all plugins are constrained to a grid. It would be good to have a pixel perfect mode that could enable folks to absolutely position plugins. If this is a...
> Note: requires design proposal and review before implementation we should support theming via some combination of top level css and [React Context](https://reactjs.org/docs/context.html). The idea is to allow a broadcaster...
We should be able to hide individual overlays, as well as the entire overlayed app (everything) via hotkeys!
When we're designing the serialization system (see #3) we should provide a way to index settings by machine name, or similar. A preliminary design that comes to mind is something...