matrix-react-sdk
matrix-react-sdk copied to clipboard
Matrix SDK for React Javascript
Making this PR now to kick Netlify into action. Adding basic support for spans and perf tracking, which can be used with Jaeger. --- This PR currently has none of...
For https://github.com/matrix-org/matrix-react-sdk/pull/9033 This PR adds a test to check whether block start padding of a continued event tile on modern/group layout is set to zero without `!important` flag. Signed-off-by: Suguru...
Adds the look of dissaproval ಠ_ಠ. Signed-off-by: Mark Featherston --- Here's what your changelog entry will look like: ## ✨ Features * Add look of dissaproval command ([\#5726](https://github.com/matrix-org/matrix-react-sdk/pull/5726)). Contributed by...
 Our workflow for new rooms internally appears to be: 1. Create room 2. Try and restrict it to joins for members of Element Corp. 3. Get weird "No results"...
element-web notes: none --- This change is marked as an *internal change* (Task), so will not be included in the changelog.
Fixes https://github.com/vector-im/element-web/issues/22706 Requires https://github.com/vector-im/element-web/pull/22734  If `Labs` are disabled, only `Betas` are shown. If there are no `Betas` and `Labs` are enabled, only `Labs` are shown. If `Labs` are disabled...
Closes https://github.com/vector-im/element-web/issues/21572 This PR addresses style inconsistencies of the security key dialog and modal window, including - Window's padding value (based on authentication modal window; see Image 1) - Border-radius...
Before:  After:  ---- A question with this is whether it's reasonable to not render the preview (implying the server might be slow/failing to the user), or if we...
Closes https://github.com/vector-im/element-web/issues/22748 This PR reduces bottom margin of ReplyChain on compact modern layout from `8px` to `4px`, specifying the common margin value for both bubble and modern/group layouts on `_EventTile.scss`....
|Before|After| |---------|------| ||| type: defect Signed-off-by: Suguru Hirahara --- Here's what your changelog entry will look like: ## 🐛 Bug Fixes * Display redacted body on ThreadView in the same...