jiti-meet/react/features/filmstrip/components/native
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
..
AudioMutedIndicator.js Keep buttons in their associated features 2018-05-15 14:12:38 -05:00
DominantSpeakerIndicator.js Keep buttons in their associated features 2018-05-15 14:12:38 -05:00
Filmstrip.js removes need for `eslint-disable-next-line react/jsx-wrap-multilines` and `eslint-diable-line no extra-parens` 2018-08-12 17:06:35 -05:00
LocalThumbnail.js Keep buttons in their associated features 2018-05-15 14:12:38 -05:00
ModeratorIndicator.js Keep buttons in their associated features 2018-05-15 14:12:38 -05:00
Thumbnail.js [RN] Implement tile view 2018-09-13 17:20:22 +02:00
TileView.js [RN] Implement tile view 2018-09-13 17:20:22 +02:00
VideoMutedIndicator.js Keep buttons in their associated features 2018-05-15 14:12:38 -05:00
index.js [RN] Implement tile view 2018-09-13 17:20:22 +02:00
styles.js Keep buttons in their associated features 2018-05-15 14:12:38 -05:00