allowgeoloc: add translations, fix padding in whereinput, center text in show-map dialog

This commit is contained in:
sedum
2022-11-11 06:01:50 +01:00
parent 537a68f54d
commit 7fdc6ca07f
13 changed files with 245 additions and 30 deletions

View File

@@ -52,7 +52,8 @@
"https-proxy-agent": "^5.0.1",
"ical.js": "^1.5.0",
"ics": "^2.40.0",
"jsdom": "^20.0.0",
"jest-environment-jsdom": "^29.3.1",
"jsdom": "^20.0.2",
"jsonwebtoken": "^8.5.1",
"leaflet": "^1.8.0",
"linkify-html": "^4.0.0",
@@ -99,6 +100,9 @@
"glob-parent": "^5.1.2",
"moment": "^2.29.2"
},
"jest": {
"testEnvironment": "jsdom"
},
"bin": {
"gancio": "server/cli.js"
},