jiti-meet/react/features
Leonard Kim 486e8e35d9 ref: move all prop type declaration to flow
For the most part the changes are taking the "static propTypes" declaration off
of components and declaring them as Flow types. Sometimes to support flow some
method signatures had to be added. There are some exceptions in which more had
to be done to tame the beast:
- AbstractVideoTrack: put in additional truthy checks for videoTrack.
- Video: add truthy checks for the _videoElement ref.
- shouldRenderVideoTrack function: Some component could pass null for the
  videoTrack argument and Flow wanted that called out explicitly.
- DisplayName: Add a truthy check for the input ref before acting on it.
- NumbersList: Move array checks inline for Flow to comprehend array methods
  could be called. Add type checks in the Object.entries loop as the value is
  assumed to be a mixed type by Flow.
- AbstractToolbarButton: add additional truthy check for passed in type.
2018-11-07 17:38:10 +01:00
..
always-on-top Replace console with logger 2018-08-05 17:04:19 -05:00
analytics feat(recording): Add analytics. 2018-09-11 13:35:38 -05:00
app Move DialogContainer to BaseApp to have dialogs on the welcome screen too 2018-09-11 23:27:11 +02:00
audio-level-indicator ref: move all prop type declaration to flow 2018-11-07 17:38:10 +01:00
authentication ref: move all prop type declaration to flow 2018-11-07 17:38:10 +01:00
base ref: move all prop type declaration to flow 2018-11-07 17:38:10 +01:00
calendar-sync feat(welcome-page): Redesign. (#3559) 2018-10-22 13:49:18 -05:00
chat Make sure we do only one replacement, not one over another for messages. 2018-10-18 23:37:07 +02:00
conference [RN] Remove mobile notifications 2018-10-02 20:47:41 +02:00
connection-indicator ref: move all prop type declaration to flow 2018-11-07 17:38:10 +01:00
connection-stats ref: move all prop type declaration to flow 2018-11-07 17:38:10 +01:00
deep-linking ref: move all prop type declaration to flow 2018-11-07 17:38:10 +01:00
desktop-picker ref: move all prop type declaration to flow 2018-11-07 17:38:10 +01:00
device-selection ref: move all prop type declaration to flow 2018-11-07 17:38:10 +01:00
display-name ref: move all prop type declaration to flow 2018-11-07 17:38:10 +01:00
dropbox ref(dropbox): Consistency for the naming around the app key. 2018-09-27 01:42:59 -05:00
etherpad feat(new-toolbars): initial implementation 2018-03-27 00:54:30 -05:00
feedback ref: move all prop type declaration to flow 2018-11-07 17:38:10 +01:00
filmstrip ref: move all prop type declaration to flow 2018-11-07 17:38:10 +01:00
google-api [RN] Fix YouTube channel name list 2018-11-07 16:48:56 +01:00
invite ref: move all prop type declaration to flow 2018-11-07 17:38:10 +01:00
keyboard-shortcuts ref: move all prop type declaration to flow 2018-11-07 17:38:10 +01:00
large-video [RN] Add ExpandedLabel 2018-10-02 20:47:41 +02:00
local-recording feat(eslint): tame the beast 2018-10-10 18:07:36 +02:00
mobile ref: move all prop type declaration to flow 2018-11-07 17:38:10 +01:00
notifications [RN] Remove mobile notifications 2018-10-02 20:47:41 +02:00
overlay ref: move all prop type declaration to flow 2018-11-07 17:38:10 +01:00
presence-status ref: move all prop type declaration to flow 2018-11-07 17:38:10 +01:00
recent-list feat(welcome-page): Redesign. (#3559) 2018-10-22 13:49:18 -05:00
recording ref: move all prop type declaration to flow 2018-11-07 17:38:10 +01:00
remote-control ref: move all prop type declaration to flow 2018-11-07 17:38:10 +01:00
remote-video-menu ref: move all prop type declaration to flow 2018-11-07 17:38:10 +01:00
room-lock ref: move all prop type declaration to flow 2018-11-07 17:38:10 +01:00
settings feat(flow): tame the beast 2018-10-10 18:07:36 +02:00
share-room Adds dial in default number and pin to the text for calendar/share. (#3421) 2018-09-07 17:48:58 -05:00
shared-video feat(new-toolbars): initial implementation 2018-03-27 00:54:30 -05:00
speaker-stats ref: move all prop type declaration to flow 2018-11-07 17:38:10 +01:00
subtitles fix(subtitles): fix typo that was blowing away subtitles on update 2018-09-11 11:08:15 -07:00
toolbox ref: move all prop type declaration to flow 2018-11-07 17:38:10 +01:00
transcribing [RN] Add ExpandedLabel 2018-10-02 20:47:41 +02:00
unsupported-browser ref: move all prop type declaration to flow 2018-11-07 17:38:10 +01:00
video-layout feat(filmstrip): reactify the filmstrip toggle button 2018-09-14 14:40:41 -05:00
video-quality ref: move all prop type declaration to flow 2018-11-07 17:38:10 +01:00
videosipgw feat(recording): frontend logic can support live streaming and recording (#2952) 2018-05-16 07:00:16 -07:00
welcome ref: move all prop type declaration to flow 2018-11-07 17:38:10 +01:00