riot-web/test/components/views/dialogs
Germain d551469543
Room header UI updates (#11507)
* Fix performance issues with useRoomMembers

With the current implementation it would create a new function, with leading: true, rendering the whole throttling useless

* Add public room indicator

* Format room members count better

* Add public room test

* Add search to room summary card

* Update settings UI

* Update snapshot

* Remove default title attribute
2023-09-01 09:45:50 +00:00
..
__snapshots__ Room header UI updates (#11507) 2023-09-01 09:45:50 +00:00
devtools Switch to importing client from main js-sdk export (#11370) 2023-08-09 07:18:41 +00:00
security
spotlight Switch to importing client from main js-sdk export (#11370) 2023-08-09 07:18:41 +00:00
AccessSecretStorageDialog-test.tsx
AskInviteAnywayDialog-test.tsx
ChangelogDialog-test.tsx
ConfirmRedactDialog-test.tsx
ConfirmUserActionDialog-test.tsx Change avatar to use Compound implementation (#11448) 2023-08-24 03:48:35 +00:00
CreateRoomDialog-test.tsx
DevtoolsDialog-test.tsx Switch to importing client from main js-sdk export (#11370) 2023-08-09 07:18:41 +00:00
ExportDialog-test.tsx
FeedbackDialog-test.tsx
ForwardDialog-test.tsx Change avatar to use Compound implementation (#11448) 2023-08-24 03:48:35 +00:00
IncomingSasDialog-test.tsx
InteractiveAuthDialog-test.tsx
InviteDialog-test.tsx
ManageRestrictedJoinRuleDialog-test.tsx Improve randomString mock for better snapshots (#11375) 2023-08-09 09:39:48 +01:00
ManualDeviceKeyVerificationDialog-test.tsx Switch to importing client from main js-sdk export (#11370) 2023-08-09 07:18:41 +00:00
MessageEditHistoryDialog-test.tsx Use Intl to localise dates and times (#11422) 2023-08-21 19:38:59 +00:00
RoomSettingsDialog-test.tsx Avoid importing mkEvent from matrix-js-sdk/spec since that is not in the package (#11450) 2023-08-23 09:51:27 +00:00
ServerPickerDialog-test.tsx Support Matrix 1.1 (drop legacy r0 versions) (#9819) 2023-08-14 09:25:13 +01:00
SpotlightDialog-test.tsx Allow requesting to join knock rooms via spotlight (#11482) 2023-08-30 06:54:26 +00:00
UserSettingsDialog-test.tsx