Files
blap/src/components/structures
Richard van der Hoff 38114711fd Make MatrixChat do fewer render cycles during mount
This is mostly with the intent of making the login tests more reliable, but it
seems generally worthwhile:

* keep screenAfterLogin in the object props rather than `state` so that we can
  clear it without triggering a rerender

* also move our record of the window width to the object props, and call
  `handleResize` from componentWillMount rather than componentDidMount so that
  we don't trigger a rerender by updating `state.width`

* Remove update of unused `loading` state
2017-08-08 22:31:40 +01:00
..
2017-07-12 18:05:08 +01:00
2017-06-02 21:35:55 +01:00
2017-07-07 18:34:40 +01:00
2017-08-08 13:42:51 +01:00