huskies: done 499_story_web_ui_shows_project_name_in_browser_tab_with_huskies_favicon

This commit is contained in:
dave
2026-04-08 01:07:35 +00:00
parent 09a89fdb6b
commit dbdcf334aa
2 changed files with 20 additions and 25 deletions
@@ -0,0 +1,20 @@
---
name: "Web UI shows project name in browser tab with huskies favicon"
---
# Story 499: Web UI shows project name in browser tab with huskies favicon
## User Story
As a user running huskies on multiple projects, I want the browser tab to show the project name instead of hardcoded "Huskies", and I want a huskies favicon, so I can distinguish tabs and have proper branding.
## Acceptance Criteria
- [ ] Browser tab title shows the project folder name when a project is open (e.g. 'reclaimer | Huskies')
- [ ] Browser tab title shows 'Huskies' when no project is open
- [ ] A huskies-themed SVG favicon is served and shown in the browser tab
- [ ] The Vite default favicon is replaced by the huskies favicon
## Out of Scope
- TBD