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

--- Here's what your changelog entry will look like: ## ✨ Features * Read receipts accessibility ([\#6288](https://github.com/matrix-org/matrix-react-sdk/pull/6288)). Contributed by @pvagner.

Z-Community-PR
T-Enhancement

Add a hidden username input field that has a field to differentiate between password and passphrase autofill as explained in this issue https://github.com/vector-im/element-web/issues/16484 Signed-off-by: Chagai Friedlander [email protected] --- Here's what...

Z-Community-PR
T-Enhancement

Removed some unused variables (mostly private ones) and changed the types accordingly to `strictNullCheck` in tsconfig. Please don't mind failing eslint so far, we need to figure this out slightly...

Z-Community-PR
T-Task

Type: enhancement See https://github.com/matrix-org/matrix-doc/pull/2881/ Ideally, m.relates_to needs to be an array for multiple attachments to work, and to implement file/image replies properly, but that would require way more changes (including...

Z-Community-PR
T-Enhancement

Before: ![image](https://user-images.githubusercontent.com/297578/131233196-d24aa721-4292-4e02-94b4-8b7d580d80e9.png) After: ![image](https://user-images.githubusercontent.com/297578/131233230-d1b740fb-94c7-40e9-80fb-69dfed16f4db.png) Better showcase: ![image](https://user-images.githubusercontent.com/297578/131233366-6e3f555b-c859-4c53-aff6-a82b09e989d5.png) I hope I tested all event line cases: - Bubbles (not touched, like calls or special events) - Images - Videos - Replies...

Z-Community-PR
T-Enhancement

Fixes https://github.com/vector-im/element-web/issues/20334 Fixes https://github.com/vector-im/element-web/issues/7874 Fixes https://github.com/vector-im/element-web/issues/7014 Implementation of MSC2781 https://github.com/matrix-org/matrix-doc/pull/2781 --- This change is marked as an *internal change* (Task), so will not be included in the changelog. Preview: https://616fbd209150a3addcee4a49--matrix-react-sdk.netlify.app...

Z-Community-PR
X-Blocked
T-Task

Fixes https://github.com/vector-im/element-web/issues/10534 (assuming references to *room* avatars shouldn't be changed) --- Here's what your changelog entry will look like: ## ✨ Features * Change wording from avatar to profile picture...

Z-Community-PR
T-Enhancement

I am trying to fix https://github.com/vector-im/element-desktop/issues/688 and came up with the following: https://github.com/ReneHollander/matrix-react-sdk/commit/a6caf946c960c159be740f0039e0d836bf4bb85b This approach is less then ideal as there being no key in the Keyring (e.g the user...

Z-Community-PR
T-Defect

**Description** This PR adds a sanitizer that enables use of dataURLs for svg Blobs. Right now all files with the MIME-type `image/svg+xml `are getting converted to a `application/octet-stream`, which breaks...

Z-Community-PR
T-Enhancement

This is a draft (i.e. I haven't finished it, yet), but I wanted to let you know that I'm working on it so that we can potentially avoid conflicts. This...

Z-Community-PR
T-Task