element-portable/src/components/views/right_panel
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
..
EncryptionInfo.js adapt encryption info to self-verification 2020-04-02 17:51:25 +02:00
EncryptionPanel.js Avoid soft crash if unknown device in verification 2020-05-12 11:05:30 +01:00
GroupHeaderButtons.js Convert view_user dispatch to prove the conversion works 2020-05-13 21:07:50 -06:00
HeaderButton.js Various ARIA a11y fixes. 2019-10-03 09:35:39 +01:00
HeaderButtons.js Move dispatcher into a subdirectory 2020-05-13 21:07:50 -06:00
RoomHeaderButtons.js Convert view_user dispatch to prove the conversion works 2020-05-13 21:07:50 -06:00
UserInfo.js Convert view_user dispatch to prove the conversion works 2020-05-13 21:07:50 -06:00
VerificationPanel.js Provide separate translatable for case where we have no device 2020-05-12 12:42:16 +01:00