matrix-react-sdk
matrix-react-sdk copied to clipboard
Matrix SDK for React Javascript
## Checklist * [x] Tests written for new code (and old code if feasible) * [x] Linter and other CI checks pass * [x] Sign-off given on the changes (see...
## Checklist * [ ] Tests written for new code (and old code if feasible) * [ ] Linter and other CI checks pass * [ ] Sign-off given on...
This PR attempts to give the user some more information about what went wrong when they try to join a room through a unroutable Room ID. This is attempting to...
Fixes https://github.com/vector-im/element-web/issues/16691 Might fix https://github.com/vector-im/element-web/issues/22063 Before | After --- | --- | We want to provide the user the option to go home at any time. This allows the user...
Fixes vector-im/element-web/issues/17114  Also added some cleanup functions to the image view. Signed-off-by: Jaiwanth --- Here's what your changelog entry will look like: ## ✨ Features * Enable...
Fixes https://github.com/vector-im/element-web/issues/20817 Fixes https://github.com/vector-im/element-web/issues/22713 Improves https://github.com/vector-im/element-web/issues/20189 Related to https://github.com/vector-im/element-web/issues/22680 1. Paused message are no more included in the playback system 2. Voice message will continue until a something different than...
A breakout PR from https://github.com/matrix-org/matrix-react-sdk/pull/8558 PR as requested by @kittykat --- Here's what your changelog entry will look like: ## ✨ Features * Exported filename ISO date format ([\#9142](https://github.com/matrix-org/matrix-react-sdk/pull/9142)).
fixes vector-im/element-web#19560 ## Checklist * [ ] Tests written for new code (and old code if feasible) No test perfomed on `doesRoomHaveUnreadMessages` * [ ] Linter and other CI checks...
Type: Enhancement Closes: https://github.com/vector-im/element-web/issues/22920 --- Here's what your changelog entry will look like: ## ✨ Features * The Welcome Home Screen: Dedicated Profile Set Up Dialog ([\#9121](https://github.com/matrix-org/matrix-react-sdk/pull/9121)). Fixes vector-im/element-web#22920. Contributed...
Fixes https://github.com/vector-im/element-web/issues/20150 Improves https://github.com/vector-im/element-web/issues/22911 Improvements of media in reply messages : * Voice messages * Allows clicking on the play pause button and the seek bar of a voice message...