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

Add important info to new preview bar #2936

Merged
merged 4 commits into from
Apr 30, 2019

Commits on Apr 29, 2019

  1. Explicitly mention the room name in all preview bar cases

    Adjusts all cases of the room preview bar to mention the room name explicitly
    when possible.
    jryans committed Apr 29, 2019
    Configuration menu
    Copy the full SHA
    338dc60 View commit details
    Browse the repository at this point in the history
  2. Change invite preview text for DMs

    Use more specifc text for when previewing an invite to a direct message room.
    jryans committed Apr 29, 2019
    Configuration menu
    Copy the full SHA
    ad6be3c View commit details
    Browse the repository at this point in the history

Commits on Apr 30, 2019

  1. Show only a static inviter name with full MXID

    This removes the clickable inviter behaviour, as it was too confusing to reveal
    the user info sidebar and also hide the invite. Keeping both on screen would be
    okay, but seems a bit too complex to resolve right before RC.
    
    In addition, this adds the full inviter MXID to ensure it's clear who invited
    you.
    jryans committed Apr 30, 2019
    Configuration menu
    Copy the full SHA
    e718964 View commit details
    Browse the repository at this point in the history
  2. Show the room avatar for invites

    This changes to the room avatar instead of the inviter's avatar.
    jryans committed Apr 30, 2019
    Configuration menu
    Copy the full SHA
    b7642b3 View commit details
    Browse the repository at this point in the history