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

- Get rid of the \*\*ugly text\*\* and red shields on every single message - Add a single banner at the top of the room view explaining what's wrong, and...

T-Enhancement

If we're in wide mode, we might away steal a bit more space from the text input to save a click for users. There's 3 options in this PR: 1....

Z-Community-PR
T-Enhancement

Adds a setting to allow only showing direct children of a space in the room list: --- Here's what your changelog entry will look like: ## ✨ Features * Spaces.includeSubSpaceRoomsInRoomList...

T-Enhancement

When navigating to a room with unread messages, a green line "unread marker" appears to indicate where they start, but it quickly animates away. It would be much more convenient...

Z-Community-PR
T-Enhancement

Fixes https://github.com/vector-im/element-web/issues/22604 |Before|After| |---------|------| |![before](https://user-images.githubusercontent.com/3362943/174319391-43431db7-a7f3-42f0-8142-fbb35d267c2c.png)|![after](https://user-images.githubusercontent.com/3362943/174319417-71e90015-15a2-470a-ae46-12cbf9d89351.png)| Essentially same as https://github.com/matrix-org/matrix-react-sdk/pull/8816. The issue probably should happen on any flexbox/grid with fixed width child elements. https://css-tricks.com/preventing-a-grid-blowout/ Signed-off-by: Suguru Hirahara type: defect --- Here's...

Z-Community-PR
X-Blocked
T-Defect

Fixes https://github.com/vector-im/element-web/issues/22207 https://user-images.githubusercontent.com/25768714/168462495-34c812ca-acdf-4006-bcab-9b9235dc68b5.mp4 --- Here's what your changelog entry will look like: ## ✨ Features * Improve handling of the disabled state of the save button in the edit message...

T-Enhancement

Signed-off-by: Suguru Hirahara type: task --- This change is marked as an *internal change* (Task), so will not be included in the changelog.

Z-Community-PR
T-Task

This changeset introduces a mechanism to build custom Docker images for Synapse. This will let us test with custom spam-check Python modules as needed for e.g. #8722. --- This PR...

Main issue which this fixes https://github.com/vector-im/element-web/issues/19074 Fixes https://github.com/vector-im/element-web/issues/21299 Fixes https://github.com/vector-im/element-web/issues/7159 Fixes https://github.com/vector-im/element-web/issues/18194 Fixes https://github.com/vector-im/element-web/issues/18027 Fixes https://github.com/vector-im/element-web/issues/19179 https://user-images.githubusercontent.com/25768714/137592147-190d4136-ded7-4ea7-9307-8a3831ebf445.mp4 --- Here's what your changelog entry will look like: ## ✨ Features *...

T-Enhancement

Addresses https://github.com/vector-im/element-web/issues/14520 Requires #8230 #8231 #8243 This PR intends to make the current style rules written for the LTR (Left-To-Right) layout compatible with the RTL (Right-To-Left) layout, in order to...

Z-Community-PR
T-Enhancement