Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: iandunn/quick-navigation-interface
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: be3346a3
Choose a base ref
...
head repository: iandunn/quick-navigation-interface
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 4de4f97c
Choose a head ref
  • 12 commits
  • 11 files changed
  • 1 contributor

Commits on Nov 18, 2019

  1. Switch instructions container to <div> to avoid error.

    RawHTML creates a `<div>`, which isn't a valid descendant of `<p>`.
    iandunn committed Nov 18, 2019
    Configuration menu
    Copy the full SHA
    3f2076e View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    7d6ceeb View commit details
    Browse the repository at this point in the history
  3. Update TODO and misc notes

    iandunn committed Nov 18, 2019
    Configuration menu
    Copy the full SHA
    12eb8da View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    875c861 View commit details
    Browse the repository at this point in the history

Commits on Nov 19, 2019

  1. Expire old indexes without the type datum to avoid poor UX.

    Without this, the user would see search result entries like`[]` instead of `[post]`, until their content index was updated via new posts, etc.
    iandunn committed Nov 19, 2019
    Configuration menu
    Copy the full SHA
    651135d View commit details
    Browse the repository at this point in the history
  2. Return early on login page to avoid error.

    `wpwrap` doesn't exist, so an error would be thrown when visiting the login page and the action was anything other than `loggedOut`.
    iandunn committed Nov 19, 2019
    Configuration menu
    Copy the full SHA
    fa4727f View commit details
    Browse the repository at this point in the history
  3. Fetch content index even if it can't be cached.

    Blink/WebKit-based browsers don't expose `window.caches` over HTTP, even though they should. Previously those users would get an error that the index can't be fetched, and a request to update to a newer browser. We can still fetch the index even if we can't cache it, though; that's a performance hit, but a much better UX overall.
    iandunn committed Nov 19, 2019
    Configuration menu
    Copy the full SHA
    35da71e View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    f0eb847 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    4caf72d View commit details
    Browse the repository at this point in the history
  6. Apply coding standards

    iandunn committed Nov 19, 2019
    Configuration menu
    Copy the full SHA
    4e9f46e View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    1589a67 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    4de4f97 View commit details
    Browse the repository at this point in the history
Loading