1. 06 Jul, 2020 4 commits
  2. 02 Jul, 2020 4 commits
  3. 01 Jul, 2020 7 commits
  4. 30 Jun, 2020 3 commits
  5. 29 Jun, 2020 8 commits
  6. 26 Jun, 2020 13 commits
  7. 25 Jun, 2020 1 commit
    • Kyle Keating's avatar
      Fix <SearchStatusBar> flicker (#2271) · eb8c3492
      Kyle Keating authored
      Don’t hide the component when `store.isLoading()` is true. This only causes a re-render of that component and momentarily removes it from the DOM. Its not actually invalid to show the filter buttons while loading because the filter is still being applied.
      eb8c3492