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:
parent
9ad700a1a1
commit
1353bea7e1
2 changed files with 9 additions and 3 deletions
|
|
@ -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": "/",
|
||||
|
|
|
|||
Loading…
Reference in a new issue