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

Matrix SDK for React Javascript

Results 282 matrix-react-sdk issues
Sort by recently updated
recently updated
newest added

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)...

T-Enhancement

This should help with https://github.com/vector-im/element-web/issues/16665 ![image](https://user-images.githubusercontent.com/31655082/127732619-3f48c416-d865-4177-869e-bf00382f38d6.png) 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...

Z-Community-PR
T-Enhancement

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...

Z-Community-PR

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...

Z-Community-PR
T-Task

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...

Z-Community-PR
T-Task
X-Needs-Percy

--- This change is marked as an *internal change* (Task), so will not be included in the changelog.

T-Task

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...

T-Enhancement

Fixes https://github.com/vector-im/element-web/issues/22872 |Before|After| |---------|------| |![before](https://user-images.githubusercontent.com/3362943/179393474-6ca2854e-fa84-4817-b288-4efc369f1371.png)|![after](https://user-images.githubusercontent.com/3362943/179393470-72f06e69-38ca-469f-819b-6ed3567e061f.png)| |↑ Against `develop` branch|| Signed-off-by: Suguru Hirahara type: defect ## Checklist * [x] Tests written for new code (and old code if feasible) * [x]...

Z-Community-PR
T-Defect

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.

T-Task

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...

T-Enhancement