1. 26 Jun, 2020 36 commits
  2. 25 Jun, 2020 4 commits
    • Ezekiel Kigbo's avatar
      Fix instance VSA specs · 419bf867
      Ezekiel Kigbo authored
      Checks that we have a group before
      rendering the filter bar
      
      Move feature flag setting to initialize action
      
      Makes sure we set the feature flag state
      before we mount the component
      419bf867
    • Ezekiel Kigbo's avatar
      Persist filters in query params · adcaabed
      Ezekiel Kigbo authored
      BE filters should be reflected in
      the filter bar on load
      
      Ensure we build the initial state from
      the backend supplied params
      
      Fetch initial token data on load
      
      Fetches the token data when the filter
      bar component is created
      adcaabed
    • Ezekiel Kigbo's avatar
      Adds specs for prepareTokens · e4f60986
      Ezekiel Kigbo authored
      Minor cleanup the prepareTokens method
      and adds additional specs
      e4f60986
    • Ezekiel Kigbo's avatar
      Adds initialize action to prefill tokens · a8f27410
      Ezekiel Kigbo authored
      Adds an initialize action to the VSA
      filter bar allowing tokens to be set on
      component mount
      a8f27410