feat(dashboard): configure services from clickable service cards

This commit is contained in:
William Valentin
2026-02-19 10:50:16 -08:00
parent 3b507d503f
commit 7a2176c15c
4 changed files with 442 additions and 7 deletions
+14 -1
View File
@@ -5732,10 +5732,23 @@
"docs/plans/state.json"
],
"test_status": "configuration-only change"
},
"dashboard-service-card-config-modal": {
"status": "completed",
"date": "2026-02-19",
"updated": "2026-02-19",
"summary": "Made Services cards clickable in Live Ops Dashboard and added an inline configuration modal with quick controls for service enablement and heartbeat settings, plus advanced JSON patch support for per-service config updates via config.patch.",
"files_modified": [
"src/gateway/ui/pages/dashboard.js",
"src/gateway/handlers/config.ts",
"src/gateway/handlers/handlers.test.ts",
"docs/plans/state.json"
],
"test_status": "pnpm test:run src/gateway/handlers/handlers.test.ts + pnpm typecheck passing"
}
},
"overall_progress": {
"total_test_count": 1932,
"total_test_count": 1933,
"all_tests_passing": true,
"p0_completion": "3/3 (100%)",
"p1_completion": "4/4 (100%)",