Fix player unfuntional hotkeys (#679)

* upgrade deps

* fix react warning

* hotkeys for play/pause recording

* tune recording trim

* refactor hotkeys
This commit is contained in:
an-lee
2024-06-17 13:19:44 +08:00
committed by GitHub
parent 448ece4e7d
commit fad4a219a1
10 changed files with 505 additions and 132 deletions

View File

@@ -56,7 +56,7 @@
"@types/rails__actioncable": "^6.1.10",
"@types/react": "^18.3.3",
"@types/react-dom": "^18.3.0",
"@types/validator": "^13.11.10",
"@types/validator": "^13.12.0",
"@types/wavesurfer.js": "^6.0.12",
"@typescript-eslint/eslint-plugin": "^7.13.0",
"@typescript-eslint/parser": "^7.13.0",
@@ -64,7 +64,7 @@
"autoprefixer": "^10.4.19",
"electron": "^31.0.1",
"electron-playwright-helpers": "^1.7.1",
"eslint": "^9.4.0",
"eslint": "^9.5.0",
"eslint-import-resolver-typescript": "^3.6.1",
"eslint-plugin-import": "^2.29.1",
"flora-colossus": "^2.0.0",
@@ -77,7 +77,7 @@
"ts-node": "^10.9.2",
"tslib": "^2.6.3",
"typescript": "^5.4.5",
"vite": "^5.2.13",
"vite": "^5.3.1",
"vite-plugin-static-copy": "^1.0.5",
"zx": "^8.1.2"
},
@@ -85,7 +85,7 @@
"@andrkrn/ffprobe-static": "^5.2.0",
"@electron-forge/publisher-s3": "^7.4.0",
"@hookform/resolvers": "^3.6.0",
"@langchain/community": "^0.2.10",
"@langchain/community": "^0.2.11",
"@langchain/google-genai": "^0.0.17",
"@mozilla/readability": "^0.5.0",
"@radix-ui/react-accordion": "^1.1.2",
@@ -110,7 +110,7 @@
"@radix-ui/react-toast": "^1.1.5",
"@radix-ui/react-toggle": "^1.0.3",
"@radix-ui/react-tooltip": "^1.0.7",
"@rails/actioncable": "7.1.3-4",
"@rails/actioncable": "7.1.3",
"@sentry/electron": "^5.1.0",
"@uidotdev/usehooks": "^2.4.1",
"@vidstack/react": "^1.11.22",
@@ -142,11 +142,11 @@
"html-to-text": "^9.0.5",
"https-proxy-agent": "^7.0.4",
"i18next": "^23.11.5",
"intl-tel-input": "^23.0.11",
"intl-tel-input": "^23.0.12",
"js-md5": "^0.8.3",
"langchain": "^0.2.5",
"lodash": "^4.17.21",
"lucide-react": "^0.394.0",
"lucide-react": "^0.395.0",
"mark.js": "^8.11.1",
"microsoft-cognitiveservices-speech-sdk": "^1.38.0",
"next-themes": "^0.3.0",
@@ -157,12 +157,12 @@
"react": "^18.3.1",
"react-activity-calendar": "^2.2.10",
"react-dom": "^18.3.1",
"react-hook-form": "^7.51.5",
"react-hook-form": "^7.52.0",
"react-hotkeys-hook": "^4.5.0",
"react-i18next": "^14.1.2",
"react-markdown": "^9.0.1",
"react-router-dom": "^6.23.1",
"react-tooltip": "^5.26.4",
"react-tooltip": "^5.27.0",
"reflect-metadata": "^0.2.2",
"rimraf": "^5.0.7",
"sequelize": "^6.37.3",