Drop broken /hero-bootstrap-bridge.css links across admin UIs #197
Labels
No labels
prio_critical
prio_low
type_bug
type_contact
type_issue
type_lead
type_question
type_story
type_task
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
lhumina_code/hero_archipelagos#197
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Symptom
Many admin UIs reference
/hero-bootstrap-bridge.csswhich 404s — the file lives inhero_proxy_ui/static/but isn't served at/by hero_router. QA audit caught 19 hits across redis, embedder, voice, books, foundry, collab, etc.Affected templates
Fix options
<link>from each template (matches the pattern from hero_voice fix #18 yesterday). Theme bridging falls back to direct CSS variable assignment via postMessage.Option 1 is consistent with the recent hero_voice fix.