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

ui: Discovery Chain Continued #6939

Merged
merged 14 commits into from
Dec 17, 2019

Commits on Dec 17, 2019

  1. ui: Add in the things we use for the animations

    John Cowen committed Dec 17, 2019
    Configuration menu
    Copy the full SHA
    0e878ef View commit details
    Browse the repository at this point in the history
  2. ui: Add a few more CSS tweaks (inc vars to use)

    John Cowen committed Dec 17, 2019
    Configuration menu
    Copy the full SHA
    61a9480 View commit details
    Browse the repository at this point in the history
  3. ui: Fix up tab selection, add animations, redirect workaround

    1. Use IntersectionObserver so we know when the tab is visible,
    otherwise the dom-position helper won't work as the dom elements don't
    have any display.
    2. Add some base work for animations and use them a little
    3. Try to detect if a resolver is a redirect. Right now this works for
    datacenters and namespaces, but it can't work for services and subsets -
    we are awaiting backend support for doing this properly.
    John Cowen committed Dec 17, 2019
    Configuration menu
    Copy the full SHA
    7b1bc5f View commit details
    Browse the repository at this point in the history
  4. ui: Remove the nodes argument we aren't using it yet

    John Cowen committed Dec 17, 2019
    Configuration menu
    Copy the full SHA
    5ab6c47 View commit details
    Browse the repository at this point in the history
  5. Add further comment to explain width calculation

    John Cowen committed Dec 17, 2019
    Configuration menu
    Copy the full SHA
    a32129c View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    f7c39e2 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    b787b5b View commit details
    Browse the repository at this point in the history
  8. 😆 actually change the method names

    John Cowen committed Dec 17, 2019
    Configuration menu
    Copy the full SHA
    91b74e0 View commit details
    Browse the repository at this point in the history
  9. Fix up Redirects in a temporary way

    John Cowen committed Dec 17, 2019
    Configuration menu
    Copy the full SHA
    2dc4d1f View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    6fc178f View commit details
    Browse the repository at this point in the history
  11. Add redirect icon

    John Cowen committed Dec 17, 2019
    Configuration menu
    Copy the full SHA
    e318d7a View commit details
    Browse the repository at this point in the history
  12. equation > type, bezier > cubic, also add some comment

    John Cowen committed Dec 17, 2019
    Configuration menu
    Copy the full SHA
    9f9d15b View commit details
    Browse the repository at this point in the history
  13. Skip disco-chain related testing for the moment

    John Cowen committed Dec 17, 2019
    Configuration menu
    Copy the full SHA
    a884180 View commit details
    Browse the repository at this point in the history
  14. Add CSS.escape polyfill for Edge

    John Cowen committed Dec 17, 2019
    Configuration menu
    Copy the full SHA
    3a3dfac View commit details
    Browse the repository at this point in the history