jobs: master-detail JobsPage (list + detail, resizable) for /jobs and /jobs/:id

Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
This commit is contained in:
2026-07-23 15:24:54 +00:00
co-authored by Claude Opus 4.8
parent 56531aedb7
commit 1f57d8c8d2
6 changed files with 184 additions and 179 deletions
+2 -2
View File
@@ -64,8 +64,8 @@ export function App() {
<Route path="/tasks" element={<Dashboard.Tasks />} />
<Route path="/processes" element={<Dashboard.Processes />} />
<Route path="/task-logs" element={<Dashboard.TaskLogs />} />
<Route path="/jobs" element={<Dashboard.JobsScreen />} />
<Route path="/jobs/:id" element={<Dashboard.JobDetail />} />
<Route path="/jobs" element={<Dashboard.JobsPage />} />
<Route path="/jobs/:id" element={<Dashboard.JobsPage />} />
<Route path="/dashboards" element={<Dashboard.DashboardsScreen />} />
<Route path="/dashboards/:id" element={<Dashboard.DashboardScreen />} />
<Route path="/projects" element={<Dashboard.ProjectListScreen />} />