element-web/src/components/structures
Richard van der Hoff 90213ce72e MatrixChat: Replace state.{loading,loggedIn,loggingIn} with views
MatrixChat is essentially a glorified state machine, with its states partially
determined by the loading, loggedIn and loggingIn state flags. If we actually
make each of the states implied by those flags an explicit 'view', then
everything gets much clearer.
2017-06-15 17:57:24 +01:00
..
login Remove start_upgrade_registration dispatch handler 2017-06-12 08:38:29 +01:00
ContextualMenu.js Fix a bunch of linting errors 2017-01-20 14:22:27 +00:00
CreateRoom.js fix missing translations and typos in i18n 2017-06-07 18:24:35 +01:00
FilePanel.js Translate src/components/structures 2017-06-07 11:40:46 +01:00
InteractiveAuth.js remove unused imports 2017-06-02 21:35:55 +01:00
LoggedInView.js Control currently viewied event via RoomViewStore 2017-06-08 14:17:49 +01:00
MatrixChat.js MatrixChat: Replace state.{loading,loggedIn,loggingIn} with views 2017-06-15 17:57:24 +01:00
MessagePanel.js don't lose date seperator when the first event of the new day is redacted 2017-06-02 04:39:44 +01:00
NotificationPanel.js Bulk change counterpart imports 2017-05-25 11:39:08 +01:00
RoomStatusBar.js Translate src/components/structures 2017-06-07 11:40:46 +01:00
RoomView.js Show a spinner when accepting an invite and waitingForRoom 2017-06-15 15:32:01 +01:00
ScrollPanel.js Fixed pagination infinite loop caused by long messages 2017-06-07 04:49:41 +01:00
TimelinePanel.js Add some logging around switching rooms 2017-06-07 22:41:02 +01:00
UploadBar.js Translate src/components/structures 2017-06-07 11:40:46 +01:00
UserSettings.js allow forcing of TURN, pass account val per-call until UX is designed. 2017-06-12 20:20:27 +01:00