swarm-ui: PWA follow-ups from review

- manifest.webmanifest: mara — "name should be hyperhive", was
  "hyperhive swarm".
- sw.js: argus — cache-write path didn't check response.ok before
  caching; an error response would get served back as if it were the
  real asset on the next offline/failed fetch.
This commit is contained in:
iris 2026-09-12 01:05:30 +02:00 committed by mara
commit 1353bea7e1
2 changed files with 9 additions and 3 deletions

View file

@ -1,5 +1,5 @@
{
"name": "hyperhive swarm",
"name": "hyperhive",
"short_name": "swarm",
"description": "Swarm-level operator UI — agent roster, hives, jobs, issues across the swarm.",
"start_url": "/",