matrix-react-sdk
matrix-react-sdk copied to clipboard
Matrix SDK for React Javascript
Related to https://github.com/matrix-org/matrix-spec-proposals/pull/3771 Fixes https://github.com/vector-im/element-web/issues/22980 To review with https://github.com/matrix-org/matrix-js-sdk/pull/2559 --- Here's what your changelog entry will look like: ## ✨ Features * Read receipts for threads proof of concept (MSC3771)...
This should help with https://github.com/vector-im/element-web/issues/16665  Signed-off-by: Chagai Friedlander [email protected] Preview: https://619bbbec5be11726eb1f7655--matrix-react-sdk.netlify.app ⚠️ Do you trust the author of this PR? Maybe this build will steal your keys or give...
https://github.com/matrix-org/matrix-spec-proposals/pull/3817 Depends on: * https://github.com/matrix-org/matrix-widget-api/pull/69 Notes: Allow widgets to create rooms element-web notes: Allow widgets to create rooms --- This PR currently has none of the required changelog labels. A...
This PR moves declarations out of `mx_EventTile:not([data-layout=bubble])` to remove the selector and to make it easy to create new layouts without a bunch of hacks to override the style rules...
This PR is a follow-up to https://github.com/matrix-org/matrix-react-sdk/pull/9063 to add a test for checking the inline start padding (padding-left) of `EventTile_line` of `GenericEventListSummary` on IRC layout. The name width `--name-width` was...
--- This change is marked as an *internal change* (Task), so will not be included in the changelog.
Fixes https://github.com/vector-im/element-web/issues/22275 Fixes https://github.com/vector-im/element-web/issues/11513 Reading material: https://www.scottohara.me/blog/2019/03/05/open-dialog.html https://googlechrome.github.io/dialog-polyfill/ https://developer.mozilla.org/en-US/docs/Web/API/HTMLDialogElement/showModal https://nolanlawson.com/2022/06/14/dialogs-and-shadow-dom-can-we-make-it-accessible/ --- Here's what your changelog entry will look like: ## ✨ Features * Rework ModalManager to use ([\#8847](https://github.com/matrix-org/matrix-react-sdk/pull/8847)). Fixes vector-im/element-web#22275...
Fixes https://github.com/vector-im/element-web/issues/22872 |Before|After| |---------|------| ||| |↑ Against `develop` branch|| Signed-off-by: Suguru Hirahara type: defect ## Checklist * [x] Tests written for new code (and old code if feasible) * [x]...
Fixes https://github.com/matrix-org/matrix-js-sdk/pull/2444 --- This change is marked as an *internal change* (Task), so will not be included in the changelog.
autoGainControl, echoCancellation, and noiseSuppression are audio processing options that are usually enabled by default on WebRTC input tracks. This PR adds the possibility to enable/disable them, as they can be...