element-web/src/components/views
David Baker 9e64a22884 s/DidMount/WillMount/ in MessageComposerInput
This fixes the tests that broke with https://github.com/matrix-org/matrix-js-sdk/pull/717

This is because of https://github.com/vector-im/riot-web/blob/master/test/app-tests/joining.js#L63
which prevents the DOM nodes from actually ending up in the DOM, even though the react components
get rendered. This means that WillMount and WillUnmount are called, but not DidMount.

Using WillMount is more symmertrical anyway since the resulting teardown code must be in
WillUnmount (since there is no DidUnmount).
2018-09-06 11:44:13 +01:00
..
avatars also show spinner on new CATCHUP state 2018-08-30 15:39:48 +02:00
context_menus Revert "Revert "Fix showing peek preview while LL members are loading"" 2018-08-22 16:35:58 +01:00
create_room Remove use of deprecated React.PropTypes 2017-12-26 14:03:18 +13:00
dialogs Support for room upgrades 2018-08-17 14:54:43 +01:00
directory point imports at the new locations 2018-04-13 00:43:44 +01:00
elements Merge pull request #2098 from matrix-org/dbkr/destroy_widget 2018-08-17 09:53:41 +01:00
globals Factor out duplication of resource limit i18n 2018-08-16 13:31:17 +01:00
groups change GroupInviteTile from RoomSubList css so new :hover won't apply 2018-06-27 09:50:32 +01:00
login Fix tests 2018-09-04 18:50:18 +01:00
messages also show spinner on new CATCHUP state 2018-08-30 15:39:48 +02:00
room_settings switch to another settings key for e2e url previews to protect on change 2018-06-22 18:44:54 +01:00
rooms s/DidMount/WillMount/ in MessageComposerInput 2018-09-06 11:44:13 +01:00
settings Merge pull request #1990 from matrix-org/t3chguy/no_displayname 2018-06-22 10:34:04 +01:00
voip Put always-on-screen widgets in top left 2018-07-12 18:43:49 +01:00