fix: restore news ticker on the map HUD #5
Loading…
Add table
Reference in a new issue
No description provided.
Delete branch "fix/news-ticker-hud"
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?
Summary
PR #4 (
perf: faster map overlay load) deferred news off the map boot path so overlays could load first. That also hid the footer ticker on the main page.This restores
loadNews()on the map HUD ~400ms afterinitMap()starts. Article bodies stay off the wire (include_contentstill defaults false).Why a new PR
#4 was already merged before this ticker commit landed on
perf/map-layer-load, so it never made it ontomaster.