Job list with status filtering and auto-refresh.
Source: web/frontend/src/pages/Dashboard.tsx
Route: /
| State | Type | Description |
|---|---|---|
jobs |
Job[] |
Current job list |
total |
number |
Total matching count |
filter |
string \| undefined |
Active status filter |
loading |
boolean |
Fetch in progress |
listJobs(filter) from Jobs API — called on mount and every 5 seconds