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

See https://github.com/vector-im/element-web/pull/16122 --- This change is marked as an *internal change* (Task), so will not be included in the changelog.

T-Task

Fixes [vector-im/element-web #16330](https://github.com/vector-im/element-web/issues/16330) Changes made: - Render HTML content in message previews (using dangerouslySetInnerHTML) - Sanitize message preview html to retain only strikethroughs and bold formatting (`` and `` tags)...

Z-Community-PR
T-Defect

First draft of an example how extracting logic from the views into view models can decouple them from the js-sdk, and generally simplify them. the `room` property on the view...

T-Task

Aims to fix vector-im/element-web/issues/9583 and add changing headings to the specified dialog boxes The toggle could be placed on the left to prevent someone from considering it the main action...

Z-Community-PR
T-Defect

Possibly Fixes vector-im/element-web/issues/17034 (Needs a bit design) Added the `EventStatus.NOT_SENT` the one used in `Resend Reactions` to determine the reactions to resend to the `ReactionRowsButton` for the logic of Failed...

Z-Community-PR
T-Defect

Aims to implement the export room names in vector-im/element-web/issues/17058 Currently added a method to copy the Room names and RoomIds from `ContextMenu` for `RoomSublists` ![ezgif com-gif-maker (3)](https://user-images.githubusercontent.com/43457420/117535629-4e095100-b014-11eb-912a-7f330107be7d.gif) Goals: - [x]...

Z-Community-PR
T-Enhancement

This addresses one point in https://github.com/vector-im/element-web/issues/9687 ![image](https://user-images.githubusercontent.com/41126018/117587453-551c8600-b11e-11eb-9e20-763a60fea868.png) I added a List of already uploaded Sounds, including an option for the default and an option to upload a new Sound. I...

Z-Community-PR
T-Enhancement

![ezgif com-gif-maker (19)](https://user-images.githubusercontent.com/65661241/118664660-482f1f00-b80f-11eb-9573-fb82717ba64b.gif) Signed-off-by: Jaiwanth --- Here's what your changelog entry will look like: ## ✨ Features * Add context menu to breadcrumbs ([\#6058](https://github.com/matrix-org/matrix-react-sdk/pull/6058)). Contributed by @jaiwanth-v.

Z-Community-PR
T-Enhancement

Fixes vector-im/element-web#17379 ![image](https://user-images.githubusercontent.com/65661241/119310822-ee56ab00-bc8d-11eb-887c-218d9d03fb39.png) ![image](https://user-images.githubusercontent.com/65661241/119311004-29f17500-bc8e-11eb-83e9-0d4e87548d7b.png) I haven't increased this in the Space Room Directory as it looks a bit weird to me on hover. ![image](https://user-images.githubusercontent.com/65661241/119311300-86ed2b00-bc8e-11eb-8059-aa1d0c2d9ce4.png) I'll change it if reviewers think...

Z-Community-PR
T-Enhancement

Attempt 2 at https://github.com/matrix-org/matrix-react-sdk/pull/4574 Step towards fixing https://github.com/vector-im/element-web/issues/13077 ---- TR: Video https://user-images.githubusercontent.com/5855073/122130924-ff628a00-cdfd-11eb-9100-c308f4067156.mov --- Here's what your changelog entry will look like: ## 🐛 Bug Fixes * Improvements to alt aliases...

Z-Community-PR
T-Defect