schildi-web/src
David Baker 616b4fe0f1 Merge pull request #175 from vector-im/matthew/userlist
Reskin the userlist as per the design
2015-09-22 15:27:21 +01:00
..
controllers Merge pull request #175 from vector-im/matthew/userlist 2015-09-22 15:27:21 +01:00
Avatar.js You can't just use React classes as normal static classes :( 2015-08-14 15:25:05 +01:00
CallHandler.js Wire up the "room" CallView for conferencing 2015-09-15 13:19:07 +01:00
ComponentBroker.js factor out MRoomMemberTile, MCallInviteTile, MCallAnswerTile and MCallHangupTile to just use EventAsTextTile and thus reduce duplication enormously 2015-08-14 00:28:37 +01:00
ConferenceHandler.js Add a FIXME explaining the situation around alternative FS ASes 2015-09-17 11:47:42 +01:00
ContentMessages.js Upload files and images 2015-07-08 14:34:53 +01:00
ContextualMenu.js WIP at turning MemberInfo into a ContextualMenu 2015-09-21 19:23:04 +02:00
dispatcher.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
encryption.js Add missing src/encryption.js file 2015-07-21 17:00:57 +01:00
extend.js add license header 2015-07-03 11:24:04 +01:00
index.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
linkify-matrix.js tabs->spaces everywhere; sorry folks - \!blame sublime 2015-07-14 12:11:01 +01:00
MatrixClientPeg.js Clear local storage *before* creating the client, Otherwise we will blow away anything that the client tried to persist after it was created 2015-07-22 09:43:40 +01:00
MatrixTools.js missed a file 2015-08-06 16:04:22 +01:00
Modal.js WIP at turning MemberInfo into a ContextualMenu 2015-09-21 19:22:29 +02:00
Presence.js Log when presence is set. 2015-07-21 16:23:21 +01:00
RoomListSorter.js fix NPE for invites 2015-07-14 12:10:15 +01:00
SlashCommands.js implement /part, /j, and error rather than pass-through unrecognised commands 2015-09-16 01:09:32 +01:00
TextForEvent.js factor out MRoomMemberTile, MCallInviteTile, MCallAnswerTile and MCallHangupTile to just use EventAsTextTile and thus reduce duplication enormously 2015-08-14 00:28:37 +01:00
WhoIsTyping.js Display who's typing 2015-07-19 16:38:56 +01:00