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

Don't restore MemberInfo from RightPanel history when viewing a room #8090

Merged
merged 8 commits into from
Mar 21, 2022

Commits on Mar 20, 2022

  1. don't restore MemberInfo from RightPanel history when viewing a room

    As bringing up a specific MemberInfo when you view a room is freaky,
    even if it happened to be the last thing you were doing in that room.
    Fixes element-hq/element-web#21487
    ara4n committed Mar 20, 2022
    Configuration menu
    Copy the full SHA
    f54f03b View commit details
    Browse the repository at this point in the history
  2. switch to using isCardStateValid() to prune out the cards to be skipped

    this fixes the problem where clicking an avatar when RightPanel was
    hidden would not take you all the way to their MemberInfo.
    However, it also means that after SAS verif, you return to MemberList rather
    than MemberInfo, so will need yet another different approach...
    ara4n committed Mar 20, 2022
    Configuration menu
    Copy the full SHA
    dd911ed View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    03045bd View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    4d144ba View commit details
    Browse the repository at this point in the history
  5. lint

    ara4n committed Mar 20, 2022
    Configuration menu
    Copy the full SHA
    bd41ee1 View commit details
    Browse the repository at this point in the history

Commits on Mar 21, 2022

  1. use optional chaining

    Co-authored-by: Michael Telatynski <7t3chguy@gmail.com>
    ara4n and t3chguy committed Mar 21, 2022
    Configuration menu
    Copy the full SHA
    6347b88 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    6234d71 View commit details
    Browse the repository at this point in the history
  3. fix import

    ara4n committed Mar 21, 2022
    Configuration menu
    Copy the full SHA
    d23b994 View commit details
    Browse the repository at this point in the history