Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Make navigation appear next to menu rather than scroll #3270

Merged
merged 6 commits into from
Jan 15, 2021

Commits on Jan 14, 2021

  1. Fixes for changes in test flow/speed.

    Have seen a situation (more likely with upgraded jQuery?) where the test
    code runs before the map has initialised its layers, so make sure the
    map is loaded.
    
    And make sure a couple of other things load before clicks/submissions.
    dracos committed Jan 14, 2021
    Configuration menu
    Copy the full SHA
    6c73fab View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    a8d2057 View commit details
    Browse the repository at this point in the history
  3. Remove orphaned cross-grey icons

    References to these two files were removed in 44c97f3
    but the files weren’t removed at the same time.
    zarino authored and dracos committed Jan 14, 2021
    Configuration menu
    Copy the full SHA
    e2456f7 View commit details
    Browse the repository at this point in the history
  4. Pop over mobile navigation menu.

    Duplicate in front page JS as that does not load the main file.
    dracos committed Jan 14, 2021
    Configuration menu
    Copy the full SHA
    a01e927 View commit details
    Browse the repository at this point in the history
  5. Move navigation to top in HTML.

    Improve keyboard accessibility by having it next to the opener, which
    uses a label and hidden checkbox to work without JavaScript.
    dracos committed Jan 14, 2021
    Configuration menu
    Copy the full SHA
    1784886 View commit details
    Browse the repository at this point in the history
  6. Add skip to content link.

    dracos committed Jan 14, 2021
    Configuration menu
    Copy the full SHA
    8af2a30 View commit details
    Browse the repository at this point in the history