Skip to content
This repository has been archived by the owner on Feb 1, 2024. It is now read-only.

Delay loading search field dropdown data #1731

Merged
merged 6 commits into from
Mar 19, 2022

Commits on Mar 19, 2022

  1. Configuration menu
    Copy the full SHA
    f9dd5b5 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    dc12b1d View commit details
    Browse the repository at this point in the history
  3. Remove unused styles from FilterSidebarExtendedSearch

    We also rename the style variable to be consistent with the component file name.
    jwalgran committed Mar 19, 2022
    Configuration menu
    Copy the full SHA
    426131f View commit details
    Browse the repository at this point in the history
  4. Rename FilterSidebarExtendedSearch to be consistent with file name

    FilterSidebarExtendedSearch was originally extracted from the
    FilterSidebarSearchTab.
    jwalgran committed Mar 19, 2022
    Configuration menu
    Copy the full SHA
    eef79c3 View commit details
    Browse the repository at this point in the history
  5. Separate and add deps to FilterSidebarExtendedSearch hooks

    The original hook generated a lint warning for the missing dependencies. Using a
    single hook resulted in repeat fetches so we split out a separate hook for each
    distinct fetch.
    jwalgran committed Mar 19, 2022
    Configuration menu
    Copy the full SHA
    c45b9ab View commit details
    Browse the repository at this point in the history
  6. Update CHANGELOG

    jwalgran committed Mar 19, 2022
    Configuration menu
    Copy the full SHA
    f6c708a View commit details
    Browse the repository at this point in the history