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

Cache hasAvatar to avoid call background flickering #4379

Merged
merged 2 commits into from
Oct 19, 2020

Commits on Oct 15, 2020

  1. Cache hasAvatar to avoid call background flickering

    Whenever the speaker changes, the avatar background can flicker due to
    HTTP calls. This fix improves it a bit by caching the information
    whether the user has an avatar or not, so allows a less delayed loading of
    the avatar background.
    
    Signed-off-by: Vincent Petry <vincent@nextcloud.com>
    PVince81 committed Oct 15, 2020
    Configuration menu
    Copy the full SHA
    d604516 View commit details
    Browse the repository at this point in the history

Commits on Oct 16, 2020

  1. Use browser storage for hasAvatar state

    Signed-off-by: Vincent Petry <vincent@nextcloud.com>
    PVince81 committed Oct 16, 2020
    Configuration menu
    Copy the full SHA
    372990e View commit details
    Browse the repository at this point in the history