Add global Deployments dashboard with expandable logs

- New Deployments tab showing all Coolify deployments
- TanStack Table with sorting, filtering, pagination
- Status badges (Ready/Building/Error/Queued/Cancelled)
- Application and status filter dropdowns
- Expandable rows showing build logs in real-time
- Auto-refresh every 10 seconds when tab is active
- Log polling every 2 seconds for in-progress deployments
- API routes that query Coolify database directly via docker exec

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
This commit is contained in:
Alejandro Gutiérrez
2026-02-02 01:40:43 +00:00
parent 299e7beb57
commit 58308c9c62
11 changed files with 1029 additions and 5 deletions

View File

@@ -10,6 +10,7 @@
"lint": "eslint"
},
"dependencies": {
"@tanstack/react-table": "^8.21.3",
"next": "16.1.6",
"react": "19.2.3",
"react-dom": "19.2.3"