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

rather than as incoherent gunks of HTML and text, which ends up including avatars and RRs and context menus and all sorts. It's debatable as to whether this is the...

and add a playwright test for new pre-join UTD The playwright test depends on the docker image for Synapse to include https://github.com/element-hq/synapse/pull/17104 ## Checklist - [ ] Tests written for...

T-Task

This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | [@testing-library/dom](https://togithub.com/testing-library/dom-testing-library) | [`^9.0.0` -> `^10.0.0`](https://renovatebot.com/diffs/npm/@testing-library%2fdom/9.3.4/10.4.0) | [![age](https://developer.mend.io/api/mc/badges/age/npm/@testing-library%2fdom/10.4.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://developer.mend.io/api/mc/badges/adoption/npm/@testing-library%2fdom/10.4.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)...

Dependencies
X-Blocked
T-Task

Fixes https://github.com/element-hq/element-web/issues/27427 In a 1:1 private conversation with another person, when receiving a call, the avatar icon is stretch : As it is: ![2024-05-03_10-21](https://github.com/matrix-org/matrix-react-sdk/assets/91682618/f8fb4c0b-0487-45d1-9e3e-4689b959e627) As it should be: ![2024-05-03_10-20](https://github.com/matrix-org/matrix-react-sdk/assets/91682618/fd7cefb0-3e76-4e1b-95db-825a926c3594) The...

Z-Community-PR
T-Defect

This adds a BigBlueButton call option to element web. Requirements: - enable feature flag: `feature_big_blue_button_calls` - add configuration for: ``` big_blue_button?: { // should look like this: "https://some-bbb-domain.com/widget?device_id=$org.matrix.msc3819.matrix_device_id&room_id=$matrix_room_id&display_name=$matrix_display_name&baseUrl=$org.matrix.msc4039.matrix_base_url&userId=$matrix_user_id", widget_url: string;...

T-Enhancement

Separated by a colon, as per the new design. This makes UserSettings and RoomSettings start to diverge, but that's intentional for now. Based on https://github.com/matrix-org/matrix-react-sdk/pull/12480 ## Checklist - [ ]...

T-Enhancement

## Checklist - [x] Tests written for new code (and old code if feasible). - [ ] New or updated `public`/`exported` symbols have accurate [TSDoc](https://tsdoc.org/) documentation. - [x] Linter and...

T-Task

## Checklist - [ ] Tests written for new code (and old code if feasible). - [ ] New or updated `public`/`exported` symbols have accurate [TSDoc](https://tsdoc.org/) documentation. - [ ]...

T-Task

## Checklist - [x] Tests written for new code (and old code if feasible). - [ ] New or updated `public`/`exported` symbols have accurate [TSDoc](https://tsdoc.org/) documentation. - [x] Linter and...

T-Enhancement