riot-web/test/components/views/rooms
kegsay acdcda78f0
sliding sync: add lazy-loading member support (#9530)
* sliding sync: add lazy-loading member support

Also swap to `$ME` constants when referring to our own member event.

* Hook into existing LL logic when showing the MemberList

* Linting

* Use consts in js sdk not react sdk

* Add jest tests

* linting

* Store the room in the test

* Fix up getRoom impl

* Add MemberListStore

* Use the right context in MemberList tests

* Fix RightPanel-test

* Always return members even if we lazy load

* Add MemberListStore tests

* Additional tests
2022-11-18 19:05:00 +00:00
..
NotificationBadge Fix NotificationBadge unsent color (#9522) 2022-10-31 09:45:02 +00:00
__snapshots__ Fix missing avatar for show current profiles (#9563) 2022-11-11 16:02:01 +00:00
wysiwyg_composer Remove useWysiwyg mock (#9578) 2022-11-16 15:38:00 +00:00
BasicMessageComposer-test.tsx
EventTile-test.tsx Loading threads with server-side assistance (#9356) 2022-10-28 13:48:15 +02:00
MemberList-test.tsx sliding sync: add lazy-loading member support (#9530) 2022-11-18 19:05:00 +00:00
MessageComposer-test.tsx Remove all usages of UNSAFE_* React methods (#9583) 2022-11-18 09:22:43 +00:00
MessageComposerButtons-test.tsx
NewRoomIntro-test.tsx
ReadReceiptGroup-test.tsx
RoomHeader-test.tsx Extract Search handling from RoomView into its own Component (#9574) 2022-11-18 16:40:22 +00:00
RoomList-test.tsx
RoomListHeader-test.tsx
RoomPreviewBar-test.tsx
RoomPreviewCard-test.tsx
RoomTile-test.tsx Extract requestMediaPermissions (#9568) 2022-11-11 10:38:51 +01:00
SearchBar-test.tsx Migrate some tests to React Testing Library (#9584) 2022-11-18 09:16:11 +00:00
SearchResultTile-test.tsx Migrate some tests to React Testing Library (#9584) 2022-11-18 09:16:11 +00:00
SendMessageComposer-test.tsx Remove all usages of UNSAFE_* React methods (#9583) 2022-11-18 09:22:43 +00:00
VoiceRecordComposerTile-test.tsx Optimise Jest run in CI (#9542) 2022-11-04 10:48:08 +00:00