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

QuickEditor: Refreshing all info when no avatar selected and a new one is uploaded #381

Open
wants to merge 1 commit into
base: trunk
Choose a base branch
from

Commits on Oct 10, 2024

  1. Refreshing all info when no avatar selected and a new one is uploaded

    When a new avatar is uploaded into a Gravatar account with no avatar selected, the backend automatically uses that image as the default avatar.
    
    We need to reflect that in the QE UI. We can hardcode the changes in the code, modifying the uiState as required. However, if the backend behavior changes at some point, all previous versions of the QE will show the wrong status of the Gravatar account.
    
    To mitigate that situation, if an image is uploaded and no previous avatar is selected, we will refresh all data from the backend.
    hamorillo committed Oct 10, 2024
    Configuration menu
    Copy the full SHA
    0892675 View commit details
    Browse the repository at this point in the history