feat(ui): new Login UI using antd

This commit is contained in:
Fu Diwei
2024-12-06 19:44:29 +08:00
parent b44b8d09b2
commit 2facb160aa
13 changed files with 86 additions and 121 deletions

16
ui/package-lock.json generated
View File

@@ -30,6 +30,7 @@
"@radix-ui/react-tooltip": "^1.1.2",
"@tanstack/react-table": "^8.20.5",
"antd": "^5.22.2",
"antd-zod": "^6.0.0",
"class-variance-authority": "^0.7.0",
"clsx": "^2.1.1",
"cmdk": "^1.0.0",
@@ -3819,6 +3820,18 @@
"react-dom": ">=16.9.0"
}
},
"node_modules/antd-zod": {
"version": "6.0.0",
"resolved": "https://registry.npmmirror.com/antd-zod/-/antd-zod-6.0.0.tgz",
"integrity": "sha512-dv5XXR72UtWm1Sz2IhRV5Ho0t7FGZtQLUbEQMeryY6k3W/K9MrvT+e1mV9Ye9tBY+vUD5CksN9cgSAlqimVMXQ==",
"dependencies": {
"lodash.merge": "^4.6.2"
},
"peerDependencies": {
"antd": "^5.20.5",
"zod": ">=3.0.0"
}
},
"node_modules/any-promise": {
"version": "1.3.0",
"resolved": "https://registry.npmmirror.com/any-promise/-/any-promise-1.3.0.tgz",
@@ -5715,8 +5728,7 @@
"node_modules/lodash.merge": {
"version": "4.6.2",
"resolved": "https://registry.npmmirror.com/lodash.merge/-/lodash.merge-4.6.2.tgz",
"integrity": "sha512-0KpjqXRVvrYyCsX1swR/XTK0va6VQkQM6MNo7PqW77ByjAhoARA8EfrP1N4+KlKj8YS0ZUCtRT/YUuhyYDujIQ==",
"dev": true
"integrity": "sha512-0KpjqXRVvrYyCsX1swR/XTK0va6VQkQM6MNo7PqW77ByjAhoARA8EfrP1N4+KlKj8YS0ZUCtRT/YUuhyYDujIQ=="
},
"node_modules/loose-envify": {
"version": "1.4.0",