Add browser favicon to hero_os_ui and hero_foundry_ui #39
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?
Problem
hero_os_ui (the main login/dashboard page) and hero_foundry_ui show a generic browser icon in the tab. Other UIs (auth, books, inspector, indexer, osis) already have inline SVG favicons.
Expected
All Hero OS UIs should show a recognizable Hero OS favicon in the browser tab. This is especially important for hero_os_ui since it's the first page users see.
Fix
Add an inline SVG
<link rel="icon">tag to the HTML templates of:hero_os_ui(login + dashboard pages)hero_foundry_uiCan reuse the existing shield icon pattern from hero_auth_ui, or create a unified Hero OS icon for all UIs.
Quick win
Estimated ~15 min — just add one
<link>tag per template.mik-tf referenced this issue2026-03-18 20:13:52 +00:00
Fixed and verified on herodev (2026-03-18)
Changes:
hero_os_ui: Added blue circle "H" favicon to Dioxus WASM index.htmlhero_foundry_ui: Added blue circle<>code-brackets favicon to all standalone templates (dashboard, admin, organization, base, bootstrap) — 9 files totalVerification:
Both favicons confirmed live on herodev via curl and browser.
Commits (all on
development):3595a7d— feat: add inline SVG favicon to Hero OS login page1d70c0f— feat: add inline SVG favicon to all Foundry UI pagesDeployed to herodev.
mik-tf referenced this issue2026-03-18 22:06:25 +00:00
mik-tf referenced this issue2026-03-18 22:37:34 +00:00
mik-tf referenced this issue2026-03-18 22:55:28 +00:00
mik-tf referenced this issue2026-03-18 22:58:45 +00:00
mik-tf referenced this issue2026-03-18 23:16:26 +00:00
mik-tf referenced this issue2026-03-18 23:28:29 +00:00
mik-tf referenced this issue2026-03-18 23:33:28 +00:00
mik-tf referenced this issue2026-03-19 00:26:50 +00:00