jiti-meet/react/features/toolbox/components
Saúl Ibarra Corretgé ad8cdcd81b fix(rn,bottom-sheet) fix scroll
In the past we used a PanResponder to detect user gestures in the sheet
to show a reduced version or a full-height version of it, and also to
close it.

There is an obvious conflic between the gestures and scrolling, which
didn't work all that great, but we could live with it.

After reactions were introduced we no longer rendered the 2 different
heights, so that functionaligy stopped being used but the PanResponder
still remained there.

This commit removes it completely and sets a max height of 75% on any
BottomSheet, so any tap outside will close it.
2022-06-10 17:54:58 +02:00
..
native fix(rn,bottom-sheet) fix scroll 2022-06-10 17:54:58 +02:00
web feat(undock) expose buttons for docking / undocking iframe (#11560) 2022-05-23 15:42:25 +03:00
AbstractToolbarButton.js chore(lint) tame the (uppdated) linter 2021-11-09 09:43:55 +01:00
AudioMuteButton.js fix(start-silent) Disable AOT mic and unmute notif when start silent 2022-04-18 17:17:51 +03:00
DownloadButton.js feat(deployment-urls): Whitelist deploymentUrls; remove JaaS restriction 2022-06-09 16:00:41 +03:00
HangupButton.js chore(lint) tame the (uppdated) linter 2021-11-09 09:43:55 +01:00
HelpButton.js feat(deployment-urls): Whitelist deploymentUrls; remove JaaS restriction 2022-06-09 16:00:41 +03:00
VideoMuteButton.js feat(toolbar-button-clicked) Enhance toolbar buttons with notify click 2022-01-04 13:21:00 +02:00
_.native.js Keep buttons in their associated features 2018-05-15 14:12:38 -05:00
_.web.js Keep buttons in their associated features 2018-05-15 14:12:38 -05:00
index.js Keep buttons in their associated features 2018-05-15 14:12:38 -05:00