jiti-meet/react/features/overlay
Saúl Ibarra Corretgé 38629b437d feat(overlays): refactor logic for selecting current overlay
Do the selection in mapStateToProps so the container itself doesn't need to
receive all the props that each overlay needs.

Each overlay is responsible for fetching their own props and for providing a
"needsDisplay" static method wich will be called with the full redux state and
should return true if the overlay needs displaying.

Also eliminate duplicated state keeping: the connection and conference error
states can be fetched from their respective base features.
2017-11-27 17:45:11 -06:00
..
components feat(overlays): refactor logic for selecting current overlay 2017-11-27 17:45:11 -06:00
actionTypes.js [RN] Polyfill Symbol 2017-05-26 16:37:22 -05:00
actions.js Move ConferenceUrl.reload into React and redux 2017-06-01 21:04:31 -05:00
index.js Comply w/ coding style 2017-02-18 21:57:38 -06:00
reducer.js feat(overlays): refactor logic for selecting current overlay 2017-11-27 17:45:11 -06:00