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

Fix page loads when refreshing location with anchor #324

Merged
merged 4 commits into from
Aug 6, 2021

Commits on Aug 5, 2021

  1. Fix same-page replace visits.

    The likelihood is that a same-page replace visit will want to load a fresh version from the server
    domchristie committed Aug 5, 2021
    Configuration menu
    Copy the full SHA
    f3953b7 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    f80e7b2 View commit details
    Browse the repository at this point in the history
  3. Blank anchors have no element.

    An alternative to hotwired#268
    domchristie committed Aug 5, 2021
    Configuration menu
    Copy the full SHA
    ab1c19f View commit details
    Browse the repository at this point in the history
  4. Fix page loads when refreshing location with anchor.

    Update the same-page check, making it possible to refresh a location such as example.com#main
    domchristie committed Aug 5, 2021
    Configuration menu
    Copy the full SHA
    a308970 View commit details
    Browse the repository at this point in the history