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

Fix the app not being refreshed after disconnecting from WordPress.com in Jetpack Settings #19634

Merged
merged 6 commits into from
Nov 25, 2022

Commits on Nov 22, 2022

  1. Add loading indicator during Jetpack disconnection process

    Blocking UI while while loading is in progress since navigating from this view controller during Jetpack connection or disconnection process can leave the application in an undetermined state.
    staskus committed Nov 22, 2022
    Configuration menu
    Copy the full SHA
    2659de2 View commit details
    Browse the repository at this point in the history
  2. Remove the block after Jetpack disconnected

    Previously the blog was made not visible after disconnecting, however that leaves the app in the undetermined state until refresh happens
    staskus committed Nov 22, 2022
    Configuration menu
    Copy the full SHA
    a474a4d View commit details
    Browse the repository at this point in the history
  3. Reset split details view when no blogs are available

    When all the blogs are removed, split screen details view should not have any view controllers set
    staskus committed Nov 22, 2022
    Configuration menu
    Copy the full SHA
    4bf7d2e View commit details
    Browse the repository at this point in the history
  4. Do not reload Jetpack settings if settings is nil

    In a case when the blog is removed when Jetpack view is opened, we don't need to reload the view if the blog no longer exists
    staskus committed Nov 22, 2022
    Configuration menu
    Copy the full SHA
    a2efe2b View commit details
    Browse the repository at this point in the history
  5. Update RELEASE-NOTES.txt

    staskus committed Nov 22, 2022
    Configuration menu
    Copy the full SHA
    2155ece View commit details
    Browse the repository at this point in the history

Commits on Nov 25, 2022

  1. Update WordPress/Classes/ViewRelated/Blog/My Site/MySiteViewControlle…

    …r.swift
    
    Co-authored-by: Salim <salim.braksa@automattic.com>
    staskus and salimbraksa committed Nov 25, 2022
    Configuration menu
    Copy the full SHA
    e0782c6 View commit details
    Browse the repository at this point in the history