matrix-react-sdk icon indicating copy to clipboard operation
matrix-react-sdk copied to clipboard

Invite dialog: display MXID on its own line

Open AndrewFerr opened this issue 2 years ago • 0 comments

The reason for doing this is to make the invite dialog more readable when the inviter's MXID is very long, which tends to be the case when the inviter is a bridged user with a machine-generated MXID.

Screenshots

DM invite

Before

image

After

image

Room invite

Before

image

After

image

Checklist

  • [x] Tests written for new code (and old code if feasible)
  • [ ] Linter and other CI checks pass
  • [x] Sign-off given on the changes (see CONTRIBUTING.md)

Here's what your changelog entry will look like:

✨ Features

  • Invite dialog: display MXID on its own line (#11756). Contributed by @AndrewFerr.

AndrewFerr avatar Oct 16 '23 16:10 AndrewFerr