element-web/test/components/views
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
..
audio_messages
auth
avatars Specify lazy loading for avatars (#10866) 2023-05-11 18:29:48 +00:00
beacon Specify lazy loading for avatars (#10866) 2023-05-11 18:29:48 +00:00
beta
context_menus
dialogs Fix: No feedback when waiting for the server on a /delete_devices request with SSO (#10795) 2023-05-07 21:12:45 +00:00
elements Specify lazy loading for avatars (#10866) 2023-05-11 18:29:48 +00:00
emojipicker Fix regression in emoji picker order mangling after clearing filter (#10854) 2023-05-11 13:24:39 +00:00
location
messages Fix the state shown for call in rooms (#10833) 2023-05-15 08:37:40 +00:00
polls/pollHistory
right_panel Add a snapshot for RoomHeaderButtons (#10807) 2023-05-12 19:49:07 +00:00
rooms Make more of the codebase conform to strict types (#10859) 2023-05-12 09:49:37 +01:00
settings Add `appearance-user-settings-tab.spec.ts` (#10697) 2023-05-11 06:33:50 +00:00
spaces Specify lazy loading for avatars (#10866) 2023-05-11 18:29:48 +00:00
toasts
typography
user-onboarding
voip Apply strictNullChecks to src/components/views/voip/* (#10692) 2023-05-05 13:26:31 +00:00
Validation-test.ts