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

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

T-Task

Fixes: [vector-im/element-web#21812](https://github.com/vector-im/element-web/issues/21812) it also includes the room name in the file export name. Signed-off-by: Yaya Usman [[email protected]](mailto:[email protected]) **Before:** ![htmlexport](https://user-images.githubusercontent.com/38439166/167714430-680c0deb-e4d5-4b11-bbbc-1fa1fa92fccc.PNG) ![json](https://user-images.githubusercontent.com/38439166/167714467-cdba04f1-4b8d-4674-a419-4cc6285523a2.PNG) ![plaintext](https://user-images.githubusercontent.com/38439166/167714504-81e63ce2-46c2-4e3f-b55a-c52b028bc888.PNG) **After:** ![htmlexport](https://user-images.githubusercontent.com/38439166/167713766-62591c50-0b5e-4da2-b572-e1114e107140.PNG) ![json](https://user-images.githubusercontent.com/38439166/167713787-ecddec75-78e8-4daf-8f21-94ea3d170209.PNG) ![plaintext](https://user-images.githubusercontent.com/38439166/167713835-276d4b7f-8667-480f-9296-35e7be959f26.PNG) --- Here's what your changelog...

Z-Community-PR
T-Enhancement

There are a bazillion things wrong with this code, but I just wanted to put it out there in case anyone else would like to work on it, and just...

Z-Community-PR
T-Enhancement

Implementation of https://github.com/vector-im/element-meta/issues/525 ## Checklist * [ ] Tests written for new code (and old code if feasible) * [ ] Linter and other CI checks pass * [ ]...

Fixes https://github.com/vector-im/element-web/issues/19724 Signed-off-by: Ritik Kumar --- Here's what your changelog entry will look like: ## ✨ Features * conversation export named after room ([\#7992](https://github.com/matrix-org/matrix-react-sdk/pull/7992)). Fixes vector-im/element-web#19724. Contributed by @Sinharitik589. Preview:...

Z-Community-PR
T-Enhancement

This PR organizes style rules on `_IRCLayout.scss` to clarify the structure. |Before|After| |---------|------| ||| type: task --- Here's what your changelog entry will look like: ## 🐛 Bug Fixes *...

Z-Community-PR
T-Defect

Closes https://github.com/vector-im/element-web/issues/22873 This PR reduces height of clickable toggle area on expanded view source event. |Before|After| |---------|------| |![before](https://user-images.githubusercontent.com/3362943/179398583-6fe2e415-3549-4191-867b-32aa1fc8631d.png)|![after](https://user-images.githubusercontent.com/3362943/179398580-a65b4d09-10d7-4ca2-979f-5de281580b55.png)| Signed-off-by: Suguru Hirahara type: defect ## Checklist * [x] Tests written for...

Z-Community-PR
T-Defect

Raised in https://gitlab.com/minds/front/-/issues/4666 This adds a new `InviteDialog` kind, which is opened on `https://app.element.io/#/share?url=something.com`, and that allows the user to send a url to a chat or chats. ![output](https://user-images.githubusercontent.com/16239413/123505416-3e9da000-d674-11eb-8720-88990cce8153.gif) ---...

Z-Community-PR
T-Enhancement

Depends on https://github.com/matrix-org/matrix-js-sdk/pull/2534 This is just a minimal implementation of [MSC3848](https://github.com/matrix-org/matrix-spec-proposals/pull/3848). It's a bit superficial in that we're not really showing more detailed messages here (because the messages already contain...

T-Enhancement

Ask to refresh timeline when historical messages are imported ([MSC2716](https://github.com/matrix-org/matrix-spec-proposals/pull/2716)) Associated `matrix-js-sdk` PR: https://github.com/matrix-org/matrix-js-sdk/pull/2299 Loading state: Error state for network errors (no need to submit debug logs): Error state for...

T-Enhancement