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

New Disconnect Dialog #13517

Merged
merged 37 commits into from
Oct 24, 2019
Merged

New Disconnect Dialog #13517

merged 37 commits into from
Oct 24, 2019

Commits on Oct 24, 2019

  1. import changes from previous PR

    cbauerman authored and jeherve committed Oct 24, 2019
    Configuration menu
    Copy the full SHA
    90c14aa View commit details
    Browse the repository at this point in the history
  2. big bunch of changes

    cbauerman authored and jeherve committed Oct 24, 2019
    Configuration menu
    Copy the full SHA
    b3868a3 View commit details
    Browse the repository at this point in the history
  3. component property tweaks

    cbauerman authored and jeherve committed Oct 24, 2019
    Configuration menu
    Copy the full SHA
    46147df View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    9298319 View commit details
    Browse the repository at this point in the history
  5. add copy if site benefits are <= 2

    cbauerman authored and jeherve committed Oct 24, 2019
    Configuration menu
    Copy the full SHA
    ff4d9d2 View commit details
    Browse the repository at this point in the history
  6. make dialog more responsive

    cbauerman authored and jeherve committed Oct 24, 2019
    Configuration menu
    Copy the full SHA
    02f2e3f View commit details
    Browse the repository at this point in the history
  7. minor property refactor

    cbauerman authored and jeherve committed Oct 24, 2019
    Configuration menu
    Copy the full SHA
    a3016da View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    6520908 View commit details
    Browse the repository at this point in the history
  9. fix some margin gaps

    cbauerman authored and jeherve committed Oct 24, 2019
    Configuration menu
    Copy the full SHA
    0c23eee View commit details
    Browse the repository at this point in the history
  10. text centering on default/mobile

    cbauerman authored and jeherve committed Oct 24, 2019
    Configuration menu
    Copy the full SHA
    91b03c6 View commit details
    Browse the repository at this point in the history
  11. first pass at analytics

    cbauerman authored and jeherve committed Oct 24, 2019
    Configuration menu
    Copy the full SHA
    53919e3 View commit details
    Browse the repository at this point in the history
  12. add site benefits api fix

    cbauerman authored and jeherve committed Oct 24, 2019
    Configuration menu
    Copy the full SHA
    a3d6a86 View commit details
    Browse the repository at this point in the history
  13. add view event

    cbauerman authored and jeherve committed Oct 24, 2019
    Configuration menu
    Copy the full SHA
    ec0c222 View commit details
    Browse the repository at this point in the history
  14. remove extra site benefits

    cbauerman authored and jeherve committed Oct 24, 2019
    Configuration menu
    Copy the full SHA
    1580a59 View commit details
    Browse the repository at this point in the history
  15. Configuration menu
    Copy the full SHA
    1f3df00 View commit details
    Browse the repository at this point in the history
  16. add spinner

    cbauerman authored and jeherve committed Oct 24, 2019
    Configuration menu
    Copy the full SHA
    d9fd5f1 View commit details
    Browse the repository at this point in the history
  17. cursor on close button hover

    cbauerman authored and jeherve committed Oct 24, 2019
    Configuration menu
    Copy the full SHA
    5a93135 View commit details
    Browse the repository at this point in the history
  18. styling improvements

    cbauerman authored and jeherve committed Oct 24, 2019
    Configuration menu
    Copy the full SHA
    ac73b7a View commit details
    Browse the repository at this point in the history
  19. update action copy

    cbauerman authored and jeherve committed Oct 24, 2019
    Configuration menu
    Copy the full SHA
    3b45a47 View commit details
    Browse the repository at this point in the history
  20. Configuration menu
    Copy the full SHA
    7e6aff2 View commit details
    Browse the repository at this point in the history
  21. update li keys and links

    cbauerman authored and jeherve committed Oct 24, 2019
    Configuration menu
    Copy the full SHA
    39b3ed3 View commit details
    Browse the repository at this point in the history
  22. update support url

    cbauerman authored and jeherve committed Oct 24, 2019
    Configuration menu
    Copy the full SHA
    2e6e47e View commit details
    Browse the repository at this point in the history
  23. re-enable jetpack termination

    cbauerman authored and jeherve committed Oct 24, 2019
    Configuration menu
    Copy the full SHA
    a86578d View commit details
    Browse the repository at this point in the history
  24. remove trailing space

    cbauerman authored and jeherve committed Oct 24, 2019
    Configuration menu
    Copy the full SHA
    7cb9c14 View commit details
    Browse the repository at this point in the history
  25. tweak query site benefits

    cbauerman authored and jeherve committed Oct 24, 2019
    Configuration menu
    Copy the full SHA
    5f42994 View commit details
    Browse the repository at this point in the history
  26. use h2 in dialog

    cbauerman authored and jeherve committed Oct 24, 2019
    Configuration menu
    Copy the full SHA
    24bbf99 View commit details
    Browse the repository at this point in the history
  27. refactor return

    cbauerman authored and jeherve committed Oct 24, 2019
    Configuration menu
    Copy the full SHA
    82c0a3f View commit details
    Browse the repository at this point in the history
  28. use scss color instead of hex

    cbauerman authored and jeherve committed Oct 24, 2019
    Configuration menu
    Copy the full SHA
    813d01e View commit details
    Browse the repository at this point in the history
  29. replace React UNSAFE method

    cbauerman authored and jeherve committed Oct 24, 2019
    Configuration menu
    Copy the full SHA
    2e9b671 View commit details
    Browse the repository at this point in the history
  30. change some text on dialog

    cbauerman authored and jeherve committed Oct 24, 2019
    Configuration menu
    Copy the full SHA
    9b464ce View commit details
    Browse the repository at this point in the history
  31. remove siteName from tracks events

    cbauerman authored and jeherve committed Oct 24, 2019
    Configuration menu
    Copy the full SHA
    6d0161c View commit details
    Browse the repository at this point in the history
  32. Configuration menu
    Copy the full SHA
    0c08b9e View commit details
    Browse the repository at this point in the history
  33. change some copy

    cbauerman authored and jeherve committed Oct 24, 2019
    Configuration menu
    Copy the full SHA
    b7564e1 View commit details
    Browse the repository at this point in the history
  34. Configuration menu
    Copy the full SHA
    e2acfee View commit details
    Browse the repository at this point in the history
  35. Jetpack Termination Dialog

    cbauerman authored and jeherve committed Oct 24, 2019
    Configuration menu
    Copy the full SHA
    b9c9164 View commit details
    Browse the repository at this point in the history
  36. property fixes

    cbauerman authored and jeherve committed Oct 24, 2019
    Configuration menu
    Copy the full SHA
    3fb5522 View commit details
    Browse the repository at this point in the history
  37. fix api bug

    cbauerman authored and jeherve committed Oct 24, 2019
    Configuration menu
    Copy the full SHA
    3a750b4 View commit details
    Browse the repository at this point in the history