Improve mobile support with half-baked custom keyboard

This commit is contained in:
LukeGus
2025-09-04 22:27:48 -05:00
parent ab07b2ba97
commit d1c55f5883
7 changed files with 216 additions and 19 deletions

11
package-lock.json generated
View File

@@ -66,6 +66,7 @@
"react-i18next": "^15.7.3",
"react-resizable-panels": "^3.0.3",
"react-responsive": "^10.0.1",
"react-simple-keyboard": "^3.8.120",
"react-xtermjs": "^1.0.10",
"sonner": "^2.0.7",
"speakeasy": "^2.0.0",
@@ -12275,6 +12276,16 @@
"react": ">=16.8.0"
}
},
"node_modules/react-simple-keyboard": {
"version": "3.8.120",
"resolved": "https://registry.npmjs.org/react-simple-keyboard/-/react-simple-keyboard-3.8.120.tgz",
"integrity": "sha512-VREEGZWXUeqRKvRVg0n8hmoAqz/TSWZEs5UwbfLuan4yKvOQZUFHtS11QGnvIVYjkThh+JYslO2CHT4Lxf5d0w==",
"license": "MIT",
"peerDependencies": {
"react": "^16.0.0 || ^17.0.0 || ^18.0.0 || ^19.0.0",
"react-dom": "^16.0.0 || ^17.0.0 || ^18.0.0 || ^19.0.0"
}
},
"node_modules/react-style-singleton": {
"version": "2.2.3",
"resolved": "https://registry.npmjs.org/react-style-singleton/-/react-style-singleton-2.2.3.tgz",