feat(ui): new CertificateDetail UI using antd

This commit is contained in:
Fu Diwei
2024-12-07 17:11:36 +08:00
parent d6ddf8e9f4
commit 4e0134b70a
10 changed files with 134 additions and 61 deletions

View File

@@ -47,6 +47,7 @@
"nanoid": "^5.0.7",
"pocketbase": "^0.21.4",
"react": "^18.3.1",
"react-copy-to-clipboard": "^5.1.0",
"react-dom": "^18.3.1",
"react-hook-form": "^7.52.1",
"react-i18next": "^15.0.2",
@@ -61,6 +62,7 @@
"@types/fs-extra": "^11.0.4",
"@types/node": "^22.0.0",
"@types/react": "^18.3.3",
"@types/react-copy-to-clipboard": "^5.0.7",
"@types/react-dom": "^18.3.0",
"@typescript-eslint/eslint-plugin": "^7.15.0",
"@typescript-eslint/parser": "^7.15.0",