schildi-web/skins/base/views/organisms
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
..
CreateRoom.js Add phases to CreateRoom organism 2015-07-14 17:27:22 +01:00
LeftPanel.js implement latest skin 2015-07-15 04:16:38 +01:00
MemberList.js fix bad membership list horizontal scrolling 2015-07-15 00:31:47 +01:00
Notifier.js More sender / sender display name fixes. 2015-07-03 18:29:46 +01:00
RightPanel.js implement latest skin 2015-07-15 04:16:38 +01:00
RoomList.js vector wireframes 2015-07-13 01:51:24 +01:00
RoomView.js Add CallHandler singleton and add CallView. 2015-07-15 16:52:23 +01:00