Wagtail client-side components
    Preparing search index...
    default: React.FunctionComponent<MinimapProps> = ...

    Minimap sidebar menu, with one internal link per section of the page. The minimap has a lot of advanced behavior:

    • It opens and closes based on hover, except if interacted with.
    • It also opens and closes when clicking its toggle.
    • It closes when clicking outside.
    • It uses IntersectionObserver to display which menu items are currently "visible" on the page.