jiti-meet/react/features/large-video/components
virtuacoplenny c25d6eb9a8 [RN] Implement tile view
* feat(tile-view): initial implementation for mobile

- Create a tile view component for displaying thumbnails in a
  two-dimensional grid.
- Update the existing TileViewButton so it shows a label in the
  overflow menu.
- Modify conference so it can display TileView while hiding
  Filmstrip.
- Modify Thumbnail so its width/height can be set and to prevent
  pinning while in tile view mode.

* use style array for thumbnail styles

* change ternary to math.min for expressiveness

* use dimensiondetector

* pass explicit disableTint prop

* use makeAspectRatioAware instead of aspectRatio prop

* update docs

* fix docs again (fix laziest copy/paste job I've ever done)

* large-video: rename onPress prop to onClick

* change forEach to for...of

* use truthy check fallthrough logic instead of explicit if

* put tile view button second to last in menu

* move spacer to a constant

* the magical incantation to make flow shut up
2018-09-13 17:20:22 +02:00
..
AbstractLabels.js feat(transcriptions): add TranscribingLabel.native 2018-09-05 18:43:49 -05:00
Labels.native.js feat(transcriptions): add TranscribingLabel.native 2018-09-05 18:43:49 -05:00
Labels.web.js Coding style: consistency, documentation comments, formatting 2018-09-05 00:22:19 -05:00
LargeVideo.native.js [RN] Implement tile view 2018-09-13 17:20:22 +02:00
LargeVideo.web.js feat(RN): displays transcription subtitles 2018-09-05 18:43:49 -05:00
LargeVideoBackground.native.js fix(large-video): do not show background for Firefox and temasys (#2316) 2018-02-12 16:29:29 -08:00
LargeVideoBackground.web.js ref(large-video): permanently enable canvas based background (#3084) 2018-06-15 16:41:37 -05:00
index.js ref(large-video): permanently enable canvas based background (#3084) 2018-06-15 16:41:37 -05:00
styles.js [RN] Implement Labels on mobile 2018-06-28 12:47:50 +02:00