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

offline mutations fixes #3051

Merged
merged 2 commits into from
Dec 4, 2021
Merged

Commits on Dec 4, 2021

  1. feat: offline mutations

    move reducer into Mutation class to avoid passing state (and options) around
    TkDodo committed Dec 4, 2021
    Configuration menu
    Copy the full SHA
    0b7d6ef View commit details
    Browse the repository at this point in the history
  2. feat: offline mutations

    optimistically set paused state depending on if we can fetch or not to avoid an intermediate state where we are loading but not paused
    TkDodo committed Dec 4, 2021
    Configuration menu
    Copy the full SHA
    beb39f2 View commit details
    Browse the repository at this point in the history