15-Jun-2026 — index map navigation, back-nav caching, loading placeholder, and search result meta #203

build 697commit d97773f


What's new

Improvements to the route maps and site search (https://github.com/nbarrett/ngx-ramblers/issues/203):

At a glance

Where to find it

How it behaves

How to try it out

  1. Open any route or content index page that shows a map and click any pin: it opens the page represented by that pin.
  2. Press Back: the map page returns instantly, centred as before.
  3. Refresh the page: you see a brief "Loading map..." spinner, then the map framed on the routes, with no wrong-location flash.
  4. Search a walk leader's name from the header: their walks and events appear, newest first, each showing its date and the leader or coordinator.

Technical changes

Index map (DynamicContentViewIndex / DynamicContentViewIndexMap):

Content caching (ContentCacheService):

Search (server site-search controller, SiteSearchService, search components):