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: New Empty States #7940

Merged
merged 10 commits into from
May 27, 2020
Merged

ui: New Empty States #7940

merged 10 commits into from
May 27, 2020

Commits on May 26, 2020

  1. Configuration menu
    Copy the full SHA
    ea09d4f View commit details
    Browse the repository at this point in the history
  2. ui: Reset the auth-fofmr component back to its initial state

    Moving forwards we are going to have the auth-form on the page all the
    time, even when logged in (for relogging in purposes). This means the
    auth-form will not always be removed from the DOM when you log in.
    
    This sets the form back to its idle state before calling onsubmit
    John Cowen committed May 26, 2020
    Configuration menu
    Copy the full SHA
    fcaf9df View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    9a0d589 View commit details
    Browse the repository at this point in the history
  4. ui : Move cache reset somewhere that makes more sense, + single refresh

    1. Centralize cache resetting elsehwere, for now the store makes most
    sense, although I would prefer the Repository class, so using the store
    is temporary
    2. We only need to refresh on login once, unless we have a differeing
    nspace
    John Cowen committed May 26, 2020
    Configuration menu
    Copy the full SHA
    911fd6e View commit details
    Browse the repository at this point in the history
  5. ui: Ensure visibilitychange events are cleaned up

    John Cowen committed May 26, 2020
    Configuration menu
    Copy the full SHA
    0defb54 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    7294f43 View commit details
    Browse the repository at this point in the history
  7. ui: Add the modal login dialog to both unauth and auth views

    THis means we can 'relogin' when already logged in
    John Cowen committed May 26, 2020
    Configuration menu
    Copy the full SHA
    5f5512e View commit details
    Browse the repository at this point in the history
  8. ui: Add new empty states

    John Cowen committed May 26, 2020
    Configuration menu
    Copy the full SHA
    6781ea3 View commit details
    Browse the repository at this point in the history
  9. ui: CSS Tweaks

    John Cowen committed May 26, 2020
    Configuration menu
    Copy the full SHA
    584feec View commit details
    Browse the repository at this point in the history

Commits on May 27, 2020

  1. Remove marketing grays

    John Cowen committed May 27, 2020
    Configuration menu
    Copy the full SHA
    12c34a2 View commit details
    Browse the repository at this point in the history