element-web/src/components/views/avatars
Travis Ralston a5f3318f3b Convert view_user dispatch to prove the conversion works
This is a relatively obvious dispatch action that doesn't require a lot of complicated type definitions, so should be a good candidate to prove the thing works. If for some reason the thing stops working, we've done something wrong.

This also adds a bit of generic types to the dispatch call so we don't confuse the tsx parser by using `dis.dispatch(<ViewUserPayload>{...})` as it thinks that's supposed to be a component. We still get type safety, and the thing remains happy with the generics approach.
2020-05-13 21:07:50 -06:00
..
BaseAvatar.js Revert previous fix 2020-04-27 17:35:52 +01:00
GroupAvatar.js Fix MatrixClientPeg imports 2019-12-22 21:15:54 -07:00
MemberAvatar.js Convert view_user dispatch to prove the conversion works 2020-05-13 21:07:50 -06:00
MemberStatusMessageAvatar.js Use componentDidMount in place of componentWillMount where possible 2020-03-31 14:14:17 -06:00
RoomAvatar.js Silence usages of componentWillReceiveProps 2020-04-01 14:35:39 -06:00