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

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...

Z-Community-PR
T-Task

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...

Z-Community-PR
T-Enhancement

![image](https://user-images.githubusercontent.com/1190097/177855756-9dc068ff-2c0a-45a2-8896-156dba925e72.png) 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"...

X-Blocked
T-Enhancement

element-web notes: none --- This change is marked as an *internal change* (Task), so will not be included in the changelog.

T-Task

Fixes https://github.com/vector-im/element-web/issues/22706 Requires https://github.com/vector-im/element-web/pull/22734 ![Screenshot_20220702_112725](https://user-images.githubusercontent.com/25768714/176994762-04452632-b4f9-49f0-a94a-2cf6ea7eb459.png) 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...

T-Enhancement

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...

Z-Community-PR
T-Defect

Before: ![image](https://user-images.githubusercontent.com/1190097/178076108-ed2f8480-5313-4135-9330-c18728ecca59.png) After: ![image](https://user-images.githubusercontent.com/1190097/178076136-bb1a2bc9-5ed3-4e82-889e-f292c8eb9098.png) ---- 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...

T-Enhancement

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`....

Z-Community-PR
T-Enhancement

|Before|After| |---------|------| |![before](https://user-images.githubusercontent.com/3362943/177831217-3c7e12b5-8dce-40d1-b2c1-4da2b7cf1a52.png)|| 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...

Z-Community-PR
T-Defect