Skip to content
This repository has been archived by the owner on Apr 13, 2023. It is now read-only.

Fix component stuck in loading state for network-only fetch policy #3126

Merged
merged 8 commits into from
Jun 21, 2019
Merged

Fix component stuck in loading state for network-only fetch policy #3126

merged 8 commits into from
Jun 21, 2019

Commits on Jun 17, 2019

  1. Configuration menu
    Copy the full SHA
    a9981b6 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    d4ce37e View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    c2ff17c View commit details
    Browse the repository at this point in the history

Commits on Jun 19, 2019

  1. Configuration menu
    Copy the full SHA
    f2f3b73 View commit details
    Browse the repository at this point in the history
  2. Streamline interactions with Apollo Client

    This commit streamlines some of the React Apollo <--> Apollo Client
    communication points, to help reduce temporary placeholders
    and variables used by React Apollo to control rendering. The
    current data result that is to be rendered now comes from only one
    place, the initialized `ObservableQuery` instance.
    hwillson committed Jun 19, 2019
    Configuration menu
    Copy the full SHA
    5839fb9 View commit details
    Browse the repository at this point in the history

Commits on Jun 21, 2019

  1. Code review tweaks

    hwillson committed Jun 21, 2019
    Configuration menu
    Copy the full SHA
    0fd0985 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    3adaecb View commit details
    Browse the repository at this point in the history
  3. Changelog update

    hwillson committed Jun 21, 2019
    Configuration menu
    Copy the full SHA
    c6428cf View commit details
    Browse the repository at this point in the history