1
0
Fork 0
mirror of https://github.com/FrankerFaceZ/FrankerFaceZ.git synced 2025-09-16 18:06:55 +00:00
* Changed: Refactor player code to be shared between the embed/popout player and the main player.
* Changed: Place metadata above the player controls in embed/popout player to better handle very narrow players.
* Changed: Support clicking Stream Uptime metadata in the embed/popout player to copy a link to the past broadcast at the current time.
* Fixed: The player being an incorrect height in portrait mode in some cases.
* Fixed: Schedule data disappearing when FFZ boots while viewing the Schedule page due to how we send layout update events.
This commit is contained in:
SirStendec 2021-02-26 15:35:26 -05:00
parent ab4f72c345
commit 0d433c3ebd
13 changed files with 1788 additions and 2864 deletions

View file

@ -312,7 +312,8 @@ export default class Layout extends Module {
this._needs_resize = true;
else {
for(const inst of this.ResizeDetector.instances) {
inst?.props?.onResize?.();
inst?.onScroll?.();
//inst?.props?.onResize?.();
}
this.emit('site.player:fix-player');