feat: complete all page components
Build-Deploy-Server / build (base, debian, ) (push) Failing after 7s
Build-Docker-ARM64 / build (base, debian, ) (push) Failing after 11s
Build-Docker-ARM64 / build (base-debian13, debian13, -debian13) (push) Failing after 11s
Build-Docker-ARM64 / build (base-minimal, minimal, -minimal) (push) Failing after 10s
Deploy VitePress to Pages / build (push) Has been cancelled
Deploy VitePress to Pages / Deploy (push) Has been cancelled

- Dashboard: system stats with cards
- Tasks: task management table with filters
- Scripts: script management grid
- Logs: execution log viewer
- Interconnect: node management
- Terminal: xterm.js integration
- Settings: theme and site config
- Login: authentication page
This commit is contained in:
2026-07-19 18:47:35 +00:00
parent e734026078
commit 2f76060c39
14 changed files with 1684 additions and 90 deletions
+3 -2
View File
@@ -13,7 +13,8 @@
"@tanstack/react-router": "^1.120.0",
"@tanstack/react-table": "^8.21.0",
"@xterm/xterm": "^5.5.0",
"framer-motion": "^12.0.0",
"@xterm/addon-fit": "^0.10.0",
"framer-motion": "^11.15.0",
"lucide-react": "^0.525.0",
"react": "^19.2.7",
"react-dom": "^19.2.7",
@@ -31,4 +32,4 @@
"typescript": "^5.9.0",
"vite": "^8.1.5"
}
}
}