Integrate mentions in the composer (#1799)

* Integrate mentions in the composer:

    - Add `MentionSpanProvider`.
    - Add custom colors needed for mentions.
    - Use the span provider to render mentions in the composer.
    - Allow selecting users from the mentions suggestions to insert a mention.

---------

Co-authored-by: ElementBot <benoitm+elementbot@element.io>
This commit is contained in:
Jorge Martin Espinosa 2023-11-20 18:14:02 +01:00 committed by GitHub
parent 71ef0c3c78
commit b8ee82a912
21 changed files with 465 additions and 61 deletions

1
changelog.d/1453.feature Normal file
View file

@ -0,0 +1 @@
Add support for typing mentions in the message composer.