riot-web/test/components/views/dialogs
Florian Duros 5328f6e5fe
Element-R: Populate device list for right-panel (#10671)
* Use `getUserDeviceInfo` instead of `downloadKeys` and `getStoredDevicesForUser`

* Use new `getUserDeviceInfo` api in `UserInfo.tsx` and `UserInfo-test.tsx`

* Fix missing fields

* Use `getUserDeviceInfo` instead of `downloadKeys`

* Move `ManualDeviceKeyVerificationDialog.tsx` from class to functional component and add tests

* Fix strict errors

* Update snapshot

* Add snapshot test to `UserInfo-test.tsx`

* Add test for <BasicUserInfo />

* Remove useless TODO comment

* Add test for ambiguous device

* Rework `<BasicUserInfo />` test
2023-04-26 10:23:32 +00:00
..
__snapshots__ Element-R: Populate device list for right-panel (#10671) 2023-04-26 10:23:32 +00:00
devtools
security
spotlight
AccessSecretStorageDialog-test.tsx
AskInviteAnywayDialog-test.tsx
ChangelogDialog-test.tsx
ConfirmRedactDialog-test.tsx
DevtoolsDialog-test.tsx
ExportDialog-test.tsx
FeedbackDialog-test.tsx Make existing and new issue URLs configurable (#10710) 2023-04-26 09:36:00 +00:00
ForwardDialog-test.tsx
InteractiveAuthDialog-test.tsx
InviteDialog-test.tsx
ManualDeviceKeyVerificationDialog-test.tsx Element-R: Populate device list for right-panel (#10671) 2023-04-26 10:23:32 +00:00
MessageEditHistoryDialog-test.tsx Conform more of the codebase to strictNullChecks (#10672) 2023-04-21 11:50:42 +01:00
RoomSettingsDialog-test.tsx
SpotlightDialog-test.tsx
UserSettingsDialog-test.tsx