element-web/test/components/structures
David Baker 1aa9860743
Fix the state shown for call in rooms (#10833)
* Fix the state shown for call in rooms

We split out a separate state for 'missed' separate to 'ended' which
caused confusion as the state got set to this when it shouldn't have,
so calls that wouldn't have been shown as missed were.

Remove the csutom call state and just have the missed state as a
variant of the ended state. Re-order the if clauses so they hit the
right ones. Also don't pass the callState variable into renderContent()
which is a class method and so has access to the same info anyway.

* Fix test

* i18n (reorder only)

* Fix test

* Fix types

* Add test for legacy call event tile
2023-05-15 08:37:40 +00:00
..
__snapshots__ Specify lazy loading for avatars (#10866) 2023-05-11 18:29:48 +00:00
auth Improve quality of Typescript types (#10742) 2023-05-05 09:11:14 +01:00
AutocompleteInput-test.tsx Conform more of the codebase to strictNullChecks (#10602) 2023-04-17 08:31:58 +01:00
ContextMenu-test.ts Apply prettier formatting 2022-12-12 12:24:14 +01:00
LargeLoader-test.tsx Start DM on first message (#8612) 2022-08-04 08:19:52 +02:00
LeftPanel-test.tsx Show filterContainer if "UIComponent.filterContainer" is enabled (#10381) 2023-03-21 09:06:43 +00:00
LegacyCallEventGrouper-test.ts Fix the state shown for call in rooms (#10833) 2023-05-15 08:37:40 +00:00
LoggedInView-test.tsx Conform more of the codebase to strictNullChecks (#10731) 2023-04-28 09:45:36 +01:00
MessagePanel-test.tsx Conform more code to strictNullChecks (#10444 2023-03-27 08:01:09 +01:00
PictureInPictureDragger-test.tsx Add PiP move threshold (#10040) 2023-02-01 13:55:10 +01:00
PipContainer-test.tsx Redesign the picture-in-picture window (#9800) 2023-01-04 04:44:38 +00:00
RightPanel-test.tsx Conform more code to strictNullChecks (#10374) 2023-03-16 11:07:29 +00:00
RoomSearchView-test.tsx Conform more of the codebase to strictNullChecks (#10731) 2023-04-28 09:45:36 +01:00
RoomStatusBar-test.tsx use ExternalLink components for external links (#10758) 2023-05-03 21:26:26 +00:00
RoomStatusBarUnsentMessages-test.tsx Apply prettier formatting 2022-12-12 12:24:14 +01:00
RoomView-test.tsx Support dynamic room predecessors in RoomNotificationStateStore (#10297) 2023-03-08 14:18:03 +00:00
SpaceHierarchy-test.tsx ARIA Accessibility improvements (#10675) 2023-04-21 09:48:48 +00:00
TabbedView-test.tsx Use generics to better type TabbedView (#10726) 2023-04-27 12:55:29 +01:00
ThreadPanel-test.tsx Conform more of the codebase to strictNullChecks (#10607) 2023-04-17 09:25:00 +01:00
ThreadView-test.tsx Add ESLint Jest (#10261) 2023-03-01 16:23:35 +01:00
TimelinePanel-test.tsx Enable pagination for overlay timelines (#10757) 2023-05-12 16:27:41 +00:00
UserMenu-test.tsx Replace broadcast instance with SDKContext (#9824) 2022-12-27 08:39:26 +01:00
ViewSource-test.tsx Fix error when viewing source of redacted events (#9914) 2023-01-15 16:22:59 +00:00