element-web/skins/base/views
Kegan Dougal 37c9c8fbb4 Add CallHandler singleton and add CallView.
CallView is the container for either VideoViews or WaveformViews. All UI
elements listen for 'call_state' payloads and then call
CallHandler.getCall(roomId) to extract the current MatrixCall for that room.
We can't do this via stateful dispatches because dispatching does not preserve
ordering empirically (probably due to setTimeout).
2015-07-15 16:52:23 +01:00
..
atoms Add voip subdirectory. 2015-07-15 14:35:04 +01:00
molecules Add CallHandler singleton and add CallView. 2015-07-15 16:52:23 +01:00
organisms Add CallHandler singleton and add CallView. 2015-07-15 16:52:23 +01:00
pages Add onClick listeners. Add getters for refs. 2015-07-15 13:34:11 +01:00
templates s/themes/skins/g as we are always describing the whole UI layout here, whereas themes can sometimes just be small cosmetic tweaks (light-on-dark, dark-on-light etc) 2015-06-23 18:28:20 +01:00