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

[DO NOT MERGE] Open filter, on mobile, on licence finder pages #3065

Closed
wants to merge 3 commits into from

Commits on Jul 25, 2023

  1. Configuration menu
    Copy the full SHA
    4c99026 View commit details
    Browse the repository at this point in the history
  2. Use matchMedia to check if we on Desktop

    By using matchedMedia we can be sure we are in a mobile or desktop view, previously we simply checked if the filter view was closed, but the state of this was not dependant on mobile or desktop.
    MartinJJones authored and jon-kirwan committed Jul 25, 2023
    Configuration menu
    Copy the full SHA
    18587e3 View commit details
    Browse the repository at this point in the history
  3. Disable tests

    jon-kirwan committed Jul 25, 2023
    Configuration menu
    Copy the full SHA
    ea824b5 View commit details
    Browse the repository at this point in the history