element-portable/src/components/views/voip
alunturner 01364ebf45
Apply strictNullChecks to src/components/views/voip/* (#10692)
* change interface to discriminated union

* fix ts errors

* use definite assertion operator

* use | undefined, instead of assertion operator

* correct the button press arguments for dial button

* update props to have `Props` suffix

* add comment

* remove unnecessary default

* remove unnecessary comment

* make classname match filename

* setup test file

* export consts for testing

* add initial test

* add another DialPad test

* fix imports
2023-05-05 13:26:31 +00:00
..
LegacyCallView Downgrade matrix-events-sdk, update yarn.lock, remove stub package (#10262) 2023-03-01 09:12:14 +00:00
AudioFeed.tsx Conform more of the codebase to strictNullChecks (#10672) 2023-04-21 11:50:42 +01:00
AudioFeedArrayForLegacyCall.tsx Enable @typescript-eslint/explicit-function-return-type in /src (#9788) 2023-01-12 13:25:14 +00:00
CallDuration.tsx Apply prettier formatting 2022-12-12 12:24:14 +01:00
CallView.tsx Conform more code to strictNullChecks (#10374) 2023-03-16 11:07:29 +00:00
DialPad.tsx Apply strictNullChecks to src/components/views/voip/* (#10692) 2023-05-05 13:26:31 +00:00
DialPadModal.tsx Conform more of the code base to strict null checking (#10147) 2023-02-13 17:01:43 +00:00
LegacyCallView.tsx Improve quality of Typescript types (#10742) 2023-05-05 09:11:14 +01:00
LegacyCallViewForRoom.tsx Conform more of the code base to strict null checking (#10147) 2023-02-13 17:01:43 +00:00
LegacyCallViewSidebar.tsx Conform more of the code base to strict null checking (#10147) 2023-02-13 17:01:43 +00:00
VideoFeed.tsx Improve quality of Typescript types (#10742) 2023-05-05 09:11:14 +01:00