Contact Form (#113)

* contact form on frontend

* note about reporting cameras via email

* cleanup
This commit is contained in:
Will Freeman
2026-04-21 12:16:18 -06:00
committed by GitHub
parent 7c27235400
commit 5316246c0e
5 changed files with 265 additions and 145 deletions
+10
View File
@@ -17,6 +17,7 @@
"pinia": "^2.3.0",
"vue": "^3.4.29",
"vue-router": "^4.3.3",
"vue-turnstile": "^1.0.11",
"vuetify": "^3.7.2"
},
"devDependencies": {
@@ -2181,6 +2182,15 @@
"typescript": ">=5.0.0"
}
},
"node_modules/vue-turnstile": {
"version": "1.0.11",
"resolved": "https://registry.npmjs.org/vue-turnstile/-/vue-turnstile-1.0.11.tgz",
"integrity": "sha512-iaTBoZ5oUqtNRto6bmbn6FQvW0h/sK7mPUJc1Qn4em+cELXN59U2FQTcpWfKssV3OY6lEZzmCpcn/zrb7htK3A==",
"license": "MIT",
"peerDependencies": {
"vue": "^3.2.45"
}
},
"node_modules/vuetify": {
"version": "3.11.2",
"resolved": "https://registry.npmjs.org/vuetify/-/vuetify-3.11.2.tgz",