element-web/test/components/views/settings/devices
Kerry c9f5d57fa0
Device manager - render extended device information (#9360)
* record device client inforamtion events on app start

* matrix-client-information -> matrix_client_information

* fix types

* remove another unused export

* add docs link

* display device client information in device details

* update snapshots

* integration-ish test client information in metadata

* tests

* fix tests

* export helper

* DeviceClientInformation type

* Device manager - select all devices (#9330)

* add device selection that does nothing

* multi select and sign out of sessions

* test multiple selection

* fix type after rebase

* select all sessions

* rename type

* use ExtendedDevice type everywhere

* rename clientName to appName for less collision with UA parser

* fix bad find and replace

* rename ExtendedDeviceInfo to ExtendedDeviceAppInfo

* rename DeviceType comp to DeviceTypeIcon

* update tests for new required property deviceType

* add stubbed user agent parsing

* setup test cases

* detect device type correctly

* 80% working ua parser

* parse asera gents for device info

* combine clientName/Version into one field, remove debug from tests

* add new metadata to device details

* render device info from UA
2022-10-07 08:49:35 +00:00
..
__snapshots__ Device manager - render extended device information (#9360) 2022-10-07 08:49:35 +00:00
CurrentDeviceSection-test.tsx Device manager - add foundation for extended device info (#9344) 2022-10-05 11:41:01 +00:00
DeviceDetailHeading-test.tsx Device manager - add foundation for extended device info (#9344) 2022-10-05 11:41:01 +00:00
DeviceDetails-test.tsx Device manager - render extended device information (#9360) 2022-10-07 08:49:35 +00:00
DeviceExpandDetailsButton-test.tsx Device manager - current session expandable details (PSG-644) (#9185) 2022-08-15 17:30:18 +02:00
DeviceSecurityCard-test.tsx Device manager - security recommendations section (PSG-639) (#9179) 2022-08-15 08:40:26 -04:00
DeviceTile-test.tsx Device manager - add foundation for extended device info (#9344) 2022-10-05 11:41:01 +00:00
DeviceTypeIcon-test.tsx Device manager - device type icon (#9355) 2022-10-06 10:34:11 +00:00
FilteredDeviceList-test.tsx Device manager - add foundation for extended device info (#9344) 2022-10-05 11:41:01 +00:00
FilteredDeviceListHeader-test.tsx Device manager - select all devices (#9330) 2022-10-04 08:12:07 +00:00
SecurityRecommendations-test.tsx Device manager - hide unverified security recommendation when only current session is unverified (PSG-639) (#9228) 2022-09-05 09:10:12 +00:00
SelectableDeviceTile-test.tsx Device manager - add foundation for extended device info (#9344) 2022-10-05 11:41:01 +00:00
deleteDevices-test.tsx Device manager - extract device deletion logic into util (#9168) 2022-08-10 16:26:48 +00:00
filter-test.ts Device manager - add foundation for extended device info (#9344) 2022-10-05 11:41:01 +00:00