matrix-react-sdk
matrix-react-sdk copied to clipboard
Matrix SDK for React Javascript
- 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...
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....
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...
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...
Fixes https://github.com/vector-im/element-web/issues/22604 |Before|After| |---------|------| ||| 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...
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...
Signed-off-by: Suguru Hirahara type: task --- This change is marked as an *internal change* (Task), so will not be included in the changelog.
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 *...
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...