Changelog entry
Development summary now tracks the actively progressing wonder (Issue #873)
2026-04-05
- Fixed a dashboard summary bug where the development panel could show a queued pending wonder at 0% instead of the wonder currently progressing in an active lane.
- `/api/nations/{id}/dashboard` now prioritizes `ACTIVE` wonder queue rows when computing `developmentSummary.activeWonder`.
- When multiple wonder lanes are active, the dashboard now picks the most progressed active wonder deterministically (lowest `ticksRemaining`).