|
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful
Header gets a third button: "Recompute all". POSTs /recompute (202-accepted, async background worker drains the queue). Once work is in flight, the existing /healthz query auto-refetches every 3s and the button label switches to "Computing… (queue N)"; flips back to idle when the queue drains. Removes the need to drop to CLI (`python -m fire_planner recompute-all`) for routine refreshes. Bearer auth still applies in prod once API_BEARER_TOKEN is set — frontend will need a token header in that mode (TODO). Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com> |
||
|---|---|---|
| .. | ||
| src | ||
| .gitignore | ||
| index.html | ||
| package-lock.json | ||
| package.json | ||
| tsconfig.app.json | ||
| tsconfig.json | ||
| tsconfig.node.json | ||
| vite.config.ts | ||