schildi-web/skins/base/views/molecules
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
..
voip Add CallHandler singleton and add CallView. 2015-07-15 16:52:23 +01:00
DirectoryMenu.js implement latest skin 2015-07-15 04:16:38 +01:00
MatrixToolbar.js Add desktop notifications, overridable in the same way as other components (although it's not a react component). Also extend the flux dispatcher a little to be less dumb about dispatching while something else is already dispatching. 2015-07-03 11:12:54 +01:00
MemberTile.js badges and broken avatars 2015-07-14 02:13:00 +01:00
MEmoteTile.js improve css consistency 2015-07-12 16:36:43 +01:00
MessageComposer.js implement latest skin 2015-07-15 04:16:38 +01:00
MessageTile.js implement latest skin 2015-07-15 04:16:38 +01:00
MFileTile.js Open files in new window too 2015-07-09 17:45:03 +01:00
MImageTile.js Image displaying! 2015-07-06 18:09:19 +01:00
MNoticeTile.js improve css consistency 2015-07-12 16:36:43 +01:00
MRoomMemberTile.js fix avatar spacing 2015-07-15 04:21:32 +01:00
MTextTile.js improve css consistency 2015-07-12 16:36:43 +01:00
ProgressBar.js 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
RoomCreate.js implement latest skin 2015-07-15 04:16:38 +01:00
RoomDropTarget.js vector wireframes 2015-07-13 01:51:24 +01:00
RoomHeader.js Add CallHandler singleton and add CallView. 2015-07-15 16:52:23 +01:00
RoomTile.js implement latest skin 2015-07-15 04:16:38 +01:00
SenderProfile.js 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
ServerConfig.js 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
UnknownMessageTile.js 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
UserSelector.js Naming conventions 2015-07-14 17:52:13 +01:00