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

#23189: Fixed: Scrollbar collision with checkboxes on Addding Existing Rooms/Spaces Issue: https://github.com/vector-im/element-web/issues/23189 https://user-images.githubusercontent.com/59247136/191987229-ff1ad943-b896-4f28-b6c0-0d4c11d4db5e.mp4 ## Checklist * [ ] Tests written for new code (and old code if feasible) * [...

Z-Community-PR

Signed-off-by: gefgu ## 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...

Z-Community-PR
T-Enhancement

Includes https://github.com/matrix-org/matrix-react-sdk/pull/9314 With client information available: Without: ## Checklist * [ ] Tests written for new code (and old code if feasible) * [ ] Linter and other CI checks...

T-Enhancement

Record information about the Matrix client and version on app startup, for display in new device manager Designs: ## Checklist * [ ] Tests written for new code (and old...

T-Task

Fixes: https://github.com/vector-im/element-web/issues/21619 Signed-off-by: Esha Goel [[email protected]](mailto:[email protected]) --- Here's what your changelog entry will look like: ## 🐛 Bug Fixes * Fixing the z-index of the 'Expand map' tooltip ([\#8343](https://github.com/matrix-org/matrix-react-sdk/pull/8343)). Fixes...

Z-Community-PR
T-Defect

Type: Task Fixes: https://github.com/vector-im/element-web/issues/23155 Fixes: https://github.com/vector-im/element-web/issues/23168 --- This change is marked as an *internal change* (Task), so will not be included in the changelog.

T-Task

Implements the UI side of https://github.com/matrix-org/matrix-spec-proposals/pull/3881 Fixes https://element-io.atlassian.net/browse/PSG-708 Acceptance criterias: - [x] Pushers are loaded with device list [GET /_matrix/client/v3/pushers](https://spec.matrix.org/v1.3/client-server-api/#get_matrixclientv3pushers) - [x] For devices with a related pusher, the push...

T-Enhancement

Part of https://github.com/vector-im/element-web/issues/23282 ## Checklist * [x] Tests written for new code (and old code if feasible) * [x] Linter and other CI checks pass * [x] Sign-off given on...

T-Task

This adds a Labs flag for the 'New group call experience', and as a first step, updates the call buttons in the room header to the latest designs, without fully...

T-Enhancement

This is part of a series of PRs aiming to improve stores. This PR focuses on a pattern for passing stores to components in a way that doesn't involve global...

T-Task