overlayed icon indicating copy to clipboard operation
overlayed copied to clipboard

stream overlays that broadcasters can see 🎬🔴

Results 19 overlayed issues
Sort by recently updated
recently updated
newest added

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...

enhancement

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...

enhancement
tooling

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...

enhancement
tooling

we should have tests for our core react components - likely built using jest.

enhancement
tooling

> 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...

enhancement
question

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...

bug
question

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...

enhancement

> 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...

enhancement
docs

We should be able to hide individual overlays, as well as the entire overlayed app (everything) via hotkeys!

enhancement

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...

enhancement