NC
HomeGuidesMechanics

Changelog entry

Alliance menu: direct alliance detail link (Issue #819)

2026-04-05

  • Added `Alliance Detail` to the Alliance sidebar submenu so players can directly open their alliance profile from the Alliance menu.
  • Added `/alliance/detail` resolver route that checks the selected nation’s membership via `/api/nations/{id}` and redirects members to `/alliances/{allianceId}`.
  • Added clear fallback states when no nation is selected, no alliance exists, or membership lookup fails; no-alliance fallback includes a direct `Browse alliances` path.