mirror of
https://github.com/gesellix/Bose-SoundTouch.git
synced 2026-08-18 16:46:17 +00:00
Fifth piece of #419: wires up the announcements endpoint added in the previous commit. A banner container sits outside the tab-content divs (index.html) so it stays visible across all tabs, not just one. Fetched once on page load alongside settings/version/devices; dismissing calls the server-side dismiss endpoint (not a client-only localStorage flag, so it stays dismissed across sessions/devices) and removes it from the DOM immediately. Manually verified end-to-end against a running instance: the banner container renders, the admin-gate notice appears by default, dismissing it removes it from subsequent /api/announcements responses. No Go test coverage — this is frontend-only wiring of already-tested endpoints. Refs #419