feat(ui): implement premium beige design system and ux refinements

This commit is contained in:
Yaojia Wang
2026-04-05 22:35:48 +02:00
parent d2b4610df9
commit 189a0fad34
30 changed files with 3651 additions and 801 deletions

View File

@@ -7,11 +7,11 @@ export default defineConfig({
port: 5173,
proxy: {
"/ws": {
target: "http://localhost:8000",
target: "http://localhost:8001",
ws: true,
},
"/api": {
target: "http://localhost:8000",
target: "http://localhost:8001",
},
},
},