jiti-meet/react/features/toolbox
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
..
components [RN] Implement tile view 2018-09-13 17:20:22 +02:00
actionTypes.js feat(toolbox): move OverflowMenu show logic to redux 2018-05-15 14:12:38 -05:00
actions.native.js feat(toolbox): move OverflowMenu show logic to redux 2018-05-15 14:12:38 -05:00
actions.web.js feat(callee-info): Redesign. 2018-07-09 20:22:43 -05:00
constants.js [RN] Implement Notifications on mobile 2018-06-28 12:47:50 +02:00
functions.native.js [RN] Refactor Toolbox 2018-05-15 14:12:38 -05:00
functions.web.js [RN] Refactor Toolbox 2018-05-15 14:12:38 -05:00
index.js [RN] Implement Notifications on mobile 2018-06-28 12:47:50 +02:00
middleware.js feat(toolbox): axe the old toolbox (#2731) 2018-04-08 22:03:26 -07:00
reducer.js feat(toolbar): add 'always-visibile' config option 2018-05-30 16:12:05 +02:00