This website requires JavaScript.
Explore
Help
Register
Sign In
ZF
/
jitsi-meet
Watch
1
Star
0
Fork
0
You've already forked jitsi-meet
mirror of
https://gitcode.com/GitHub_Trending/ji/jitsi-meet.git
synced
2026-05-14 15:37:48 +00:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
Files
b08ed3ade47e76184f5f3ba8a1c3b45da1dc4e4f
jitsi-meet
/
react
/
features
/
base
/
responsive-ui
/
components
/
index.js
2 lines
70 B
JavaScript
Raw
Normal View
History
Unescape
Escape
Finally! Let there be... responsive-ui! We started on the way to responsive UI and its design with aspect ratio and keeping the filmstrip on the short side of the app's visible rectangle. Shortly, we're going to introduce reduced UI for Picture-in-Picture. And that's where we'll need another dimensions-based detector akin to the aspect ratio detector. While the AspectRatioDetector, the up-and-coming ReducedUIDetector, and their base DimensionsDetector are definitely separate abstractions and implementations not mixed for the purposes of easy extensibility and maintenance, the three of them are our building blocks on top of which we'll build our responsive UI.
2018-02-06 12:14:05 -06:00
export
{
default
as
DimensionsDetector
}
from
'./DimensionsDetector'
;
Reference in New Issue
Copy Permalink