Player mobile improvements (#3120)

* Add videojs-mobile-ui
* Prevent marker wrapping and fix alignment
* Fix marker update on delete
* Change hotkey modifier behaviour
* Update KeyboardShortcuts.md
This commit is contained in:
DingDongSoLong4
2022-11-23 06:55:24 +02:00
committed by GitHub
parent b175f1865f
commit 821587b166
12 changed files with 268 additions and 290 deletions

View File

@@ -74,8 +74,8 @@
"thehandy": "^1.0.3",
"universal-cookie": "^4.0.4",
"video.js": "^7.20.3",
"videojs-landscape-fullscreen": "^11.33.0",
"videojs-seek-buttons": "^2.2.0",
"videojs-mobile-ui": "^0.8.0",
"videojs-seek-buttons": "^3.0.1",
"videojs-vtt.js": "^0.15.4",
"vite": "^2.9.13",
"vite-plugin-compression": "^0.3.5",
@@ -103,7 +103,8 @@
"@types/react-router-dom": "5.1.7",
"@types/react-router-hash-link": "^1.2.1",
"@types/react-slick": "^0.23.8",
"@types/video.js": "^7.3.28",
"@types/video.js": "^7.3.49",
"@types/videojs-mobile-ui": "^0.5.0",
"@types/videojs-seek-buttons": "^2.1.0",
"@typescript-eslint/eslint-plugin": "^4.33.0",
"@typescript-eslint/parser": "^4.33.0",