wip: Add more fields for certificate information
Some checks failed
Build / build (pull_request) Successful in 59s
Check formatting / check-formatting (pull_request) Failing after 17s

- Most of the code is generated by Junie but was reviewed and updated by me.
- Also install iso-3166-1 library to provide country lists
This commit is contained in:
Magnus Leßmann (@Mark.TwoFive) 2025-06-22 14:52:58 +02:00
parent b997a5c273
commit 46f31de837
Signed by: Mark.TwoFive
GPG key ID: 58204042FE30B10C
4 changed files with 288 additions and 12 deletions

View file

@ -15,10 +15,11 @@
"dependencies": {
"@mdi/font": "7.4.47",
"core-js": "^3.41.0",
"iso-3166-1": "^2.1.1",
"openapi-fetch": "^0.14.0",
"roboto-fontface": "*",
"vue": "^3.5.13",
"vuetify": "^3.8.1",
"openapi-fetch": "^0.14.0"
"vuetify": "^3.8.1"
},
"devDependencies": {
"@eslint/js": "^9.24.0",