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

Do not treat an avatar as a button if there is no menu #2883

Merged

Commits on Jul 24, 2022

  1. Do not treat an avatar as a button if there is no menu

    An avatar is treated as a button that toggles its contact menu, except
    when the menu was explicitly disabled. However, a menu may not be
    available even if it was not explicitly disabled (for example, if the
    avatar is for the current user). As no menu can be toggled in that case
    the avatar should not be treated as a button either.
    
    Signed-off-by: Daniel Calviño Sánchez <[email protected]>
    danxuliu committed Jul 24, 2022
    Configuration menu
    Copy the full SHA
    19d0497 View commit details
    Browse the repository at this point in the history

Commits on Aug 1, 2022

  1. Unify "hasMenu" conditions

    Signed-off-by: Daniel Calviño Sánchez <[email protected]>
    danxuliu committed Aug 1, 2022
    Configuration menu
    Copy the full SHA
    c041121 View commit details
    Browse the repository at this point in the history