matrix-react-sdk
matrix-react-sdk copied to clipboard
Matrix SDK for React Javascript
element-web notes: none --- This change is marked as an *internal change* (Task), so will not be included in the changelog.
Fixes: [vector-im/element-web#21812](https://github.com/vector-im/element-web/issues/21812) it also includes the room name in the file export name. Signed-off-by: Yaya Usman [[email protected]](mailto:[email protected]) **Before:**    **After:**    --- Here's what your changelog...
There are a bazillion things wrong with this code, but I just wanted to put it out there in case anyone else would like to work on it, and just...
Implementation of https://github.com/vector-im/element-meta/issues/525 ## Checklist * [ ] Tests written for new code (and old code if feasible) * [ ] Linter and other CI checks pass * [ ]...
Fixes https://github.com/vector-im/element-web/issues/19724 Signed-off-by: Ritik Kumar --- Here's what your changelog entry will look like: ## ✨ Features * conversation export named after room ([\#7992](https://github.com/matrix-org/matrix-react-sdk/pull/7992)). Fixes vector-im/element-web#19724. Contributed by @Sinharitik589. Preview:...
This PR organizes style rules on `_IRCLayout.scss` to clarify the structure. |Before|After| |---------|------| ||| type: task --- Here's what your changelog entry will look like: ## 🐛 Bug Fixes *...
Closes https://github.com/vector-im/element-web/issues/22873 This PR reduces height of clickable toggle area on expanded view source event. |Before|After| |---------|------| ||| Signed-off-by: Suguru Hirahara type: defect ## Checklist * [x] Tests written for...
Raised in https://gitlab.com/minds/front/-/issues/4666 This adds a new `InviteDialog` kind, which is opened on `https://app.element.io/#/share?url=something.com`, and that allows the user to send a url to a chat or chats.  ---...
Depends on https://github.com/matrix-org/matrix-js-sdk/pull/2534 This is just a minimal implementation of [MSC3848](https://github.com/matrix-org/matrix-spec-proposals/pull/3848). It's a bit superficial in that we're not really showing more detailed messages here (because the messages already contain...
Ask to refresh timeline when historical messages are imported ([MSC2716](https://github.com/matrix-org/matrix-spec-proposals/pull/2716)) Associated `matrix-js-sdk` PR: https://github.com/matrix-org/matrix-js-sdk/pull/2299 Loading state: Error state for network errors (no need to submit debug logs): Error state for...