jiti-meet/modules/UI/videolayout
virtuacoplenny c353e9377f feat(tile-view): initial implementation for tile view (#3317)
* feat(tile-view): initial implementation for tile view

- Modify the classname on the app root so layout can adjust
  depending on the desired layout mode--vertical filmstrip,
  horizontal filmstrip, and tile view.
- Create a button for toggling tile view.
- Add a StateListenerRegistry to automatically update the
  selected participant and max receiver frame height on tile
  view toggle.
- Rezise thumbnails when switching in and out of tile view.
- Move the local video when switching in and out of tile view.
- Update reactified pieces of thumbnails when switching in and
  out of tile view.
- Cap the max receiver video quality in tile view based on tile
  size.
- Use CSS to hide UI components that should not display in tile
  view.
- Signal follow me changes.

* change local video id for tests

* change approach: leverage more css

* squash: fix some formatting

* squash: prevent pinning, hide pin border in tile view

* squash: change logic for maxReceiverQuality due to sidestepping resizing logic

* squash: fix typo, columns configurable, remove unused constants

* squash: resize with js again

* squash: use yana's math for calculating tile size
2018-08-08 13:48:23 -05:00
..
Filmstrip.js feat(tile-view): initial implementation for tile view (#3317) 2018-08-08 13:48:23 -05:00
LargeContainer.js feat(eslint): Enable for non react files 2017-10-16 14:36:29 -05:00
LargeVideoManager.js fix(presence-label):styles 2018-07-09 20:22:43 -05:00
LocalVideo.js feat(tile-view): initial implementation for tile view (#3317) 2018-08-08 13:48:23 -05:00
RemoteVideo.js feat(tile-view): initial implementation for tile view (#3317) 2018-08-08 13:48:23 -05:00
SmallVideo.js feat(tile-view): initial implementation for tile view (#3317) 2018-08-08 13:48:23 -05:00
VideoContainer.js feat(sanity): axe IE and Temasys plugin support 🔥🔥🔥 2018-06-28 13:55:12 +02:00
VideoLayout.js feat(tile-view): initial implementation for tile view (#3317) 2018-08-08 13:48:23 -05:00