Commit Graph
36209 Commits
Author SHA1 Message Date
GermainandGitHub ffcc9631df Merge pull request #6449 from matrix-org/gsouquet/fix-18153
Add event selected state for message bubbles
2021-07-23 08:10:50 +01:00
Weblate 41e06c597e Merge branch 'origin/develop' into Weblate. 2021-07-23 07:10:41 +00:00
GermainandGitHub aac01171b2 Merge pull request #6448 from matrix-org/gsouquet/fix-18162
Make images fit inside message bubble
2021-07-23 08:10:37 +01:00
Weblate 0aaaa07bc3 Merge branch 'origin/develop' into Weblate. 2021-07-23 05:12:10 +00:00
Jeff HuangandWeblate e58a2c31e0 Translated using Weblate (Chinese (Traditional))
Currently translated at 100.0% (3049 of 3049 strings)

Translation: Element Web/matrix-react-sdk
Translate-URL: https://translate.element.io/projects/element-web/matrix-react-sdk/zh_Hant/
2021-07-23 05:12:10 +00:00
Michael TelatynskiandGitHub d8d0a21e47 Merge pull request #6450 from SimonBrandner/fix/url-scroll/18028 2021-07-23 06:12:02 +01:00
Aaron Raimist 6c0e0dc64b Allow all of the URL schemes that Firefox allows
Signed-off-by: Aaron Raimist <aaron@raim.ist>
2021-07-22 21:45:23 -05:00
Weblate 1781994f01 Merge branch 'origin/develop' into Weblate. 2021-07-22 21:56:09 +00:00
iaizandWeblate 8b511bf989 Translated using Weblate (Spanish)
Currently translated at 99.5% (3036 of 3049 strings)

Translation: Element Web/matrix-react-sdk
Translate-URL: https://translate.element.io/projects/element-web/matrix-react-sdk/es/
2021-07-22 21:56:09 +00:00
David BakerandGitHub 46646eed06 Merge pull request #6456 from matrix-org/dbkr/fix_images_without_thumbnail
Fix display of image messages that lack thumbnails
2021-07-22 22:55:58 +01:00
David Baker d38f2cf5b5 Fix display of image messages that lack thumbnails
Fixes https://github.com/vector-im/element-web/issues/18175
2021-07-22 22:49:30 +01:00
Travis Ralston bb0be4ba72 Add customisation point for declaring widget variables
Fixes https://github.com/vector-im/element-web/issues/18035 (indirectly; issue is on a non-standard version of Element).

This has an isReady() step because the variable usage code path cannot be made async, so instead we let the async loading state happen in the prepare() stage. This is required for the intended usecase.
2021-07-22 15:43:18 -06:00
Travis Ralston c427612c24 de-dupe audio player
Fixes https://github.com/vector-im/element-web/issues/18161
2021-07-22 12:14:38 -06:00
Šimon Brandner f53de5de99 Make bubble layout background color less agressive
Signed-off-by: Šimon Brandner <simon.bra.ag@gmail.com>
2021-07-22 18:04:24 +02:00
Šimon Brandner bd46275ec6 Don't show scrollbar for url previews
Signed-off-by: Šimon Brandner <simon.bra.ag@gmail.com>
2021-07-22 17:48:17 +02:00
Travis Ralston e1bb04f45a Remove answered TODOs 2021-07-22 09:27:38 -06:00
Travis Ralston eec63574e6 Move src/voice to src/audio for better naming
Many of these files are used by Audio and Voice messages.

Fixes https://github.com/vector-im/element-web/issues/18131
2021-07-22 09:26:26 -06:00
Weblate 361e03604f Merge branch 'origin/develop' into Weblate. 2021-07-22 15:16:38 +00:00
GermainandGitHub 248a758ad6 Merge pull request #6439 from matrix-org/gsouquet/fix-18142
Fix avatar obstructing membership and state changes
2021-07-22 16:16:33 +01:00
Germain Souquet 0768f03097 Migrate ViewSourceEvent to TypeScript 2021-07-22 17:11:23 +02:00
Šimon Brandner 2841383e82 rethemendex
Signed-off-by: Šimon Brandner <simon.bra.ag@gmail.com>
2021-07-22 17:10:57 +02:00
Germain Souquet 224a9db3ec Add event selected state for message bubbles 2021-07-22 16:48:55 +02:00
Weblate 85f10698df Merge branch 'origin/develop' into Weblate. 2021-07-22 14:22:11 +00:00
GermainandGitHub 6765bb8f4c Merge pull request #6418 from robintown/zoom-to-cursor 2021-07-22 15:22:04 +01:00
Weblate a61cce7848 Merge branch 'origin/develop' into Weblate. 2021-07-22 14:12:14 +00:00
GermainandGitHub 09186f8ee9 Merge pull request #6446 from matrix-org/gsouquet/fix-18145
Always display the Sender in the reply tile
2021-07-22 15:12:09 +01:00
Weblate 7f44eddac5 Merge branch 'origin/develop' into Weblate. 2021-07-22 14:11:32 +00:00
GermainandGitHub 324037298a Merge pull request #6447 from matrix-org/gsouquet/fix-18176
Use modern layout in file and notification panel
2021-07-22 15:11:27 +01:00
Germain Souquet 472ead41fb Make images fit inside message bubble 2021-07-22 16:05:09 +02:00
Germain Souquet 02b08888b5 Use modern layout in file and notification panel 2021-07-22 16:00:41 +02:00
Robin Townsend 5d4b293e0a Add comment about modulo operator
Signed-off-by: Robin Townsend <robin@robin.town>
2021-07-22 09:56:26 -04:00
Robin Townsend 9e0720a6c4 Rename zoom anchor variables for clarity
Signed-off-by: Robin Townsend <robin@robin.town>
2021-07-22 09:48:56 -04:00
Robin Townsend 875b46bacb Don't zoom images when the cursor isn't over the image
Signed-off-by: Robin Townsend <robin@robin.town>
2021-07-22 09:46:29 -04:00
Robin Townsend b99a6a8d54 Use typeof to check for presence of parameters
Signed-off-by: Robin Townsend <robin@robin.town>
2021-07-22 09:41:39 -04:00
Robin Townsend 3bf742f7aa Merge branch 'develop' into zoom-to-cursor 2021-07-22 09:39:52 -04:00
Weblate c06609d0f2 Merge branch 'origin/develop' into Weblate. 2021-07-22 13:28:17 +00:00
GermainandGitHub 78ae4ebc1e Merge pull request #6444 from matrix-org/gsouquet/fix-18121
Add right padding for event replies
2021-07-22 14:28:13 +01:00
Weblate ddfc33487d Merge branch 'origin/develop' into Weblate. 2021-07-22 13:28:10 +00:00
GermainandGitHub f9e8e66ac6 Merge pull request #6445 from matrix-org/gsouquet/fix-18127
Fix event tile cut off in share preview
2021-07-22 14:28:06 +01:00
Weblate 5dc6711cb5 Merge branch 'origin/develop' into Weblate. 2021-07-22 13:27:47 +00:00
libexusandWeblate 2b0a2d4ce8 Translated using Weblate (German)
Currently translated at 99.0% (3021 of 3049 strings)

Translation: Element Web/matrix-react-sdk
Translate-URL: https://translate.element.io/projects/element-web/matrix-react-sdk/de/
2021-07-22 13:27:47 +00:00
GermainandGitHub 817482700c Merge pull request #6443 from matrix-org/gsouquet/fix-18178
Remove excessive padding after url previews
2021-07-22 14:27:38 +01:00
Germain Souquet 229d139568 Always display the Sender in the reply tile 2021-07-22 15:23:08 +02:00
Germain Souquet 8a9d89ae85 Fix event tile cut off in share preview 2021-07-22 15:05:44 +02:00
Germain Souquet 2e173d7810 Add right padding for event replies 2021-07-22 14:38:57 +02:00
Germain Souquet 552770c15a Remove excessive padding after url previews 2021-07-22 14:24:49 +02:00
Michael Telatynski 18bb4bce35 Merge branch 'develop' of github.com:matrix-org/matrix-react-sdk into t3chguy/fix/17686
 Conflicts:
	src/stores/SpaceStore.tsx
2021-07-22 12:44:27 +01:00
Weblate 68a31e0dd4 Merge branch 'origin/develop' into Weblate. 2021-07-22 11:20:31 +00:00
Michael TelatynskiandGitHub 88884bbaad Merge pull request #6441 from SimonBrandner/feature/smaller-quotes 2021-07-22 12:20:27 +01:00
Weblate 3e54db9b34 Merge branch 'origin/develop' into Weblate. 2021-07-22 11:14:33 +00:00