Commit Graph

38016 Commits (7bd3535b9f7e0b96e39107b15ad819c5be9d2e2c)

Author SHA1 Message Date
Dariusz Niemczyk 7bd3535b9f
Merge pull request #6454 from SimonBrandner/feature/image-view-load-anim/18186
* Give lightbox a background load animation
* Extends IMediaEventContent by thumbnail info
* Give image view panel a loading animation
* Initial implementation of loading animation
* Take panel height into account
* Update animation speed
* Add some null guards
* Fix animation issues
* Move animations into _animations
* Where does that magic number come from?
* Remove awaiting setState()
* Use CSS var in JS
* Handle prefers-reduced-motion
* More prefers-reduced-motion friendliness

Signed-off-by: Šimon Brandner <simon.bra.ag@gmail.com>
2021-09-21 18:05:13 +02:00
Šimon Brandner b2c0f57c4b
More prefers-reduced-motion friendliness
Signed-off-by: Šimon Brandner <simon.bra.ag@gmail.com>
2021-09-21 17:59:13 +02:00
Dariusz Niemczyk 2d1d42b90e
Globally replace all console.logs via codemod (#6827)
This commit replaces all the `console.log` to `logger.log` via an automated script.
Related: vector-im/element-web#18425
2021-09-21 09:48:09 -06:00
Šimon Brandner afdec1971f
Handle prefers-reduced-motion
Signed-off-by: Šimon Brandner <simon.bra.ag@gmail.com>
2021-09-21 17:42:23 +02:00
Šimon Brandner 7022ab4f8a
Merge remote-tracking branch 'upstream/develop' into feature/image-view-load-anim/18186 2021-09-21 17:36:26 +02:00
Šimon Brandner 499b470d07
Use CSS var in JS
Signed-off-by: Šimon Brandner <simon.bra.ag@gmail.com>
2021-09-21 17:36:16 +02:00
Travis Ralston 3a548d4c9c
Merge pull request #6547 from SimonBrandner/feature/call-upgrades
Update muting in calls to work with the js-sdk call upgrade changes
2021-09-21 09:18:54 -06:00
Travis Ralston a655dde5eb
Merge pull request #6839 from SimonBrandner/task/rooms-ts
Convert `/src/components/views/rooms` to TS
2021-09-21 09:13:23 -06:00
Travis Ralston 2eea606442
Merge pull request #6815 from SimonBrandner/task/elements-ts
Convert `/src/components/views/elements` to TS
2021-09-21 09:12:56 -06:00
J. Ryan Stinnett 7071092fa4
Merge pull request #5555 from 2580ayush2580/ayush25802
Improve room directory UX for mobile devices
2021-09-21 11:44:07 +01:00
Germain 14c92b72b2
Merge pull request #6842 from matrix-org/gsouquet/fix-19016 2021-09-21 10:14:01 +01:00
Kat Gerasimova c632e438c0
Improve string for leaving space in leave dialog
Improve string for leaving space in leave dialog
2021-09-21 01:33:17 -07:00
David Baker 7929cb9ca1
Merge pull request #6845 from RiotTranslateBot/weblate-element-web-matrix-react-sdk
Translations update from Weblate
2021-09-21 09:06:05 +01:00
David Baker 2c8c845d74 Translated using Weblate (Albanian)
Currently translated at 99.7% (3157 of 3165 strings)

Translation: Element Web/matrix-react-sdk
Translate-URL: https://translate.element.io/projects/element-web/matrix-react-sdk/sq/
2021-09-21 07:59:31 +00:00
Ekaterina Gerasimova d2fe8aff11 Improve string for leaving space in leave dialog
Doesn't leave subspaces either, but those are in Beta so we probably
shouldn't mention them for now so the user doesn't get confused

Signed-off-by: Ekaterina Gerasimova <ekaterinag@element.io>
2021-09-21 08:55:28 +01:00
Šimon Brandner 24df63abd7
Improve typing
Signed-off-by: Šimon Brandner <simon.bra.ag@gmail.com>
2021-09-21 09:09:21 +02:00
Šimon Brandner f84a98b933
Fix enum casing once again
Signed-off-by: Šimon Brandner <simon.bra.ag@gmail.com>
2021-09-21 08:25:25 +02:00
Weblate 75486a6be9 Merge branch 'origin/develop' into Weblate. 2021-09-20 16:00:26 +00:00
David Baker 3a1a488287
Merge pull request #6844 from SimonBrandner/fix/firefox-revert
Revert Firefox composer deletion hacks
2021-09-20 17:00:22 +01:00
Šimon Brandner bce4d44d0d
Revert Firefox composer delation hacks
Signed-off-by: Šimon Brandner <simon.bra.ag@gmail.com>
2021-09-20 17:32:54 +02:00
Šimon Brandner ec4f672a13
Improve typing
Signed-off-by: Šimon Brandner <simon.bra.ag@gmail.com>
2021-09-20 17:19:03 +02:00
Šimon Brandner 26ae71f093
Lose underscore
Signed-off-by: Šimon Brandner <simon.bra.ag@gmail.com>
2021-09-20 17:16:01 +02:00
Šimon Brandner 459e028137
Fix some regressions
Signed-off-by: Šimon Brandner <simon.bra.ag@gmail.com>
2021-09-20 17:15:36 +02:00
Šimon Brandner 0df67d005e
Ditch displayName
Signed-off-by: Šimon Brandner <simon.bra.ag@gmail.com>
2021-09-20 17:11:14 +02:00
Šimon Brandner 6d916bfdde
Fix enum casing
Signed-off-by: Šimon Brandner <simon.bra.ag@gmail.com>
2021-09-20 17:10:22 +02:00
Šimon Brandner 9377548630
Don't require a non-null container
Signed-off-by: Šimon Brandner <simon.bra.ag@gmail.com>
2021-09-20 16:36:37 +02:00
Weblate da98ec8e6d Merge branch 'origin/develop' into Weblate. 2021-09-20 14:34:36 +00:00
Travis Ralston 5b8279dd16
Merge pull request #6837 from SimonBrandner/fix/ctrl-backspace
Don't `fakeDeletion()` when `CTRL` is pressed
2021-09-20 08:34:31 -06:00
Šimon Brandner 60e47c759d
Convert AppsDrawer to TS
Signed-off-by: Šimon Brandner <simon.bra.ag@gmail.com>
2021-09-20 16:20:00 +02:00
Weblate ba3cd40e25 Merge branch 'origin/develop' into Weblate. 2021-09-20 13:52:47 +00:00
c-cal 609f6250df Translated using Weblate (French)
Currently translated at 99.9% (3162 of 3165 strings)

Translation: Element Web/matrix-react-sdk
Translate-URL: https://translate.element.io/projects/element-web/matrix-react-sdk/fr/
2021-09-20 13:52:47 +00:00
Germain e4e696f409
Merge pull request #6838 from SimonBrandner/task/room_settings-ts 2021-09-20 14:52:40 +01:00
Weblate 33ad29a879 Merge branch 'origin/develop' into Weblate. 2021-09-20 12:38:38 +00:00
random cd12c53e29 Translated using Weblate (Italian)
Currently translated at 99.9% (3164 of 3165 strings)

Translation: Element Web/matrix-react-sdk
Translate-URL: https://translate.element.io/projects/element-web/matrix-react-sdk/it/
2021-09-20 12:38:37 +00:00
Ihor Hordiichuk 461ac7d75e Translated using Weblate (Ukrainian)
Currently translated at 65.8% (2084 of 3165 strings)

Translation: Element Web/matrix-react-sdk
Translate-URL: https://translate.element.io/projects/element-web/matrix-react-sdk/uk/
2021-09-20 12:38:35 +00:00
Glandos 74c8593178 Translated using Weblate (French)
Currently translated at 99.9% (3162 of 3165 strings)

Translation: Element Web/matrix-react-sdk
Translate-URL: https://translate.element.io/projects/element-web/matrix-react-sdk/fr/
2021-09-20 12:38:33 +00:00
iaiz 74d8f09ac2 Translated using Weblate (Spanish)
Currently translated at 99.7% (3157 of 3165 strings)

Translation: Element Web/matrix-react-sdk
Translate-URL: https://translate.element.io/projects/element-web/matrix-react-sdk/es/
2021-09-20 12:38:31 +00:00
artevaeckt 9309eb6040 Translated using Weblate (German)
Currently translated at 98.7% (3125 of 3165 strings)

Translation: Element Web/matrix-react-sdk
Translate-URL: https://translate.element.io/projects/element-web/matrix-react-sdk/de/
2021-09-20 12:38:27 +00:00
David Baker b69f3f2dff
Merge pull request #6830 from matrix-org/t3chguy/fix/npe2
Fix accessing field on oobData which may be undefined
2021-09-20 13:38:20 +01:00
Germain Souquet 0a5e1772a5 hide thread info when there are 0 replies 2021-09-20 12:55:57 +01:00
Germain Souquet 225380b248 Do not hide the root event of a thread 2021-09-20 12:53:08 +01:00
Šimon Brandner d9e8c32341
Convert E2EIcon to TS
Signed-off-by: Šimon Brandner <simon.bra.ag@gmail.com>
2021-09-20 13:41:38 +02:00
Glandos daf0197e22 Translated using Weblate (French)
Currently translated at 99.9% (3162 of 3165 strings)

Translation: Element Web/matrix-react-sdk
Translate-URL: https://translate.element.io/projects/element-web/matrix-react-sdk/fr/
2021-09-20 10:29:10 +00:00
Miquel Lionel 9414453c50 Translated using Weblate (French)
Currently translated at 99.9% (3162 of 3165 strings)

Translation: Element Web/matrix-react-sdk
Translate-URL: https://translate.element.io/projects/element-web/matrix-react-sdk/fr/
2021-09-20 10:29:09 +00:00
zopieux 08a9053843 Translated using Weblate (French)
Currently translated at 99.9% (3162 of 3165 strings)

Translation: Element Web/matrix-react-sdk
Translate-URL: https://translate.element.io/projects/element-web/matrix-react-sdk/fr/
2021-09-20 10:29:09 +00:00
Boo Teille 08b1e75c82 Translated using Weblate (French)
Currently translated at 99.9% (3162 of 3165 strings)

Translation: Element Web/matrix-react-sdk
Translate-URL: https://translate.element.io/projects/element-web/matrix-react-sdk/fr/
2021-09-20 10:29:09 +00:00
Mika67 3faf1f3f81 Translated using Weblate (French)
Currently translated at 99.9% (3162 of 3165 strings)

Translation: Element Web/matrix-react-sdk
Translate-URL: https://translate.element.io/projects/element-web/matrix-react-sdk/fr/
2021-09-20 10:29:09 +00:00
Miquel Lionel fa028750f6 Translated using Weblate (French)
Currently translated at 99.9% (3162 of 3165 strings)

Translation: Element Web/matrix-react-sdk
Translate-URL: https://translate.element.io/projects/element-web/matrix-react-sdk/fr/
2021-09-20 10:24:28 +00:00
Šimon Brandner 6f004d219c
Convert UrlPreviewSettings to TS
Signed-off-by: Šimon Brandner <simon.bra.ag@gmail.com>
2021-09-19 09:59:53 +02:00
Šimon Brandner a43e3450a5
Convert RoomProfileSettings to TS
Signed-off-by: Šimon Brandner <simon.bra.ag@gmail.com>
2021-09-19 09:55:22 +02:00