Add back gesture support
All checks were successful
Android Build / publish (push) Successful in 47s
Linux Build / publish (push) Successful in 51s

This commit is contained in:
olcxja 2026-05-17 21:46:12 +02:00
commit 38f8c147ae
1250 changed files with 39332 additions and 21 deletions

10
package-lock.json generated
View file

@ -11,6 +11,7 @@
"dependencies": {
"@capacitor-community/electron": "^5.0.1",
"@capacitor/android": "^8.3.1",
"@capacitor/app": "^8.1.0",
"@capacitor/cli": "^8.3.1",
"@capacitor/core": "^8.3.2",
"@capacitor/status-bar": "^8.0.2"
@ -85,6 +86,15 @@
"@capacitor/core": "^8.3.0"
}
},
"node_modules/@capacitor/app": {
"version": "8.1.0",
"resolved": "https://registry.npmjs.org/@capacitor/app/-/app-8.1.0.tgz",
"integrity": "sha512-MlmttTOWHDedr/G4SrhNRxsXMqY+R75S4MM4eIgzsgCzOYhb/MpCkA5Q3nuOCfL1oHm26xjUzqZ5aupbOwdfYg==",
"license": "MIT",
"peerDependencies": {
"@capacitor/core": ">=8.0.0"
}
},
"node_modules/@capacitor/assets": {
"version": "3.0.5",
"resolved": "https://registry.npmjs.org/@capacitor/assets/-/assets-3.0.5.tgz",