Michael Telatyński
c22971e542
Improve percy snapshot stability ( #10239 )
2023-02-27 09:16:49 +00:00
Michael Telatyński
12dd799301
Fix double translation issue ( #10240
...
* Fix double translation issue
* Remove some redundant string concatenations
2023-02-27 09:15:27 +00:00
renovate[bot]
a3defa6cf7
Update dependency rimraf to v4 ( #10234 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2023-02-27 10:31:10 +13:00
Aaron Raimist
d9d0ab3d98
Provide a more detailed error message than "No known servers" ( #6048 )
...
* Provide a more detailed error message than "No known servers"
Signed-off-by: Aaron Raimist <aaron@raim.ist>
* Fix PR since file was refactored
Signed-off-by: Aaron Raimist <aaron@raim.ist>
* Fix formatting
Signed-off-by: Aaron Raimist <aaron@raim.ist>
* lint
Signed-off-by: Aaron Raimist <aaron@raim.ist>
* Update src/stores/RoomViewStore.tsx
Co-authored-by: Michael Telatynski <7t3chguy@gmail.com>
* Add example identifiers and a more detailed explanation
Signed-off-by: Aaron Raimist <aaron@raim.ist>
* Lint
Signed-off-by: Aaron Raimist <aaron@raim.ist>
* Lint
Signed-off-by: Aaron Raimist <aaron@raim.ist>
* Revert back to original wording (except s/alias/address)
Alias was a better name imo but Element calls them addresses now so changed to be consistent.
Signed-off-by: Aaron Raimist <aaron@raim.ist>
* Prettier
Signed-off-by: Aaron Raimist <aaron@raim.ist>
* Fix ts error
* Add snapshot test
* Check the Modal props
* Add test case to reach quality gate
---------
Signed-off-by: Aaron Raimist <aaron@raim.ist>
Co-authored-by: Michael Telatynski <7t3chguy@gmail.com>
Co-authored-by: Florian Duros <florianduros@element.io>
2023-02-24 15:59:30 +00:00
Michael Telatynski
76b82b4b2b
Make more code conform to strict null checks ( #10219
...
* Make more code conform to strict null checks
* Fix types
* Fix tests
* Fix remaining test assertions
* Iterate PR
2023-02-24 15:28:40 +00:00
Robin
4c79ecf141
Say when a call was answered from a different device ( #10224 )
...
* Say when a call was answered from a different device
* Adjust font size on call tiles to match designs
2023-02-24 14:45:53 +00:00
Michael Telatynski
73de53468a
Allow percy branch protection when X-Needs-Percy is passed ( #10230 )
2023-02-23 15:57:29 +00:00
maheichyk
7b77f76486
Widget permissions customizations using module api ( #10121 )
...
* Using module api to customize widget permissions
Signed-off-by: Mikhail Aheichyk <mikhail.aheichyk@nordeck.net>
* Revert type export and use ComponentProps instead.
Signed-off-by: Mikhail Aheichyk <mikhail.aheichyk@nordeck.net>
---------
Signed-off-by: Mikhail Aheichyk <mikhail.aheichyk@nordeck.net>
Co-authored-by: Mikhail Aheichyk <mikhail.aheichyk@nordeck.net>
2023-02-23 14:53:44 +00:00
Adesh-Pandey
9a0e537916
Fix copy button icon overlapping with copyable text ( #10227 )
...
* Modified css for copy button and the copyable text accross the app specially to solve the overlapping problem in the access token div
* Modified css for copy button and the copyable text accross the app specially to solve the overlapping problem in the access token div and replaced the scroll with auto
2023-02-23 13:20:38 +00:00
Germain
8f7f855ad4
Refactor ExtraTile to use functional components ( #10191 )
2023-02-23 11:57:37 +00:00
Michael Telatynski
9349526d94
Update cypress.yaml
2023-02-23 11:34:20 +00:00
Michael Telatynski
dbc0dca591
Manually finalize Percy builds ( #10220 )
2023-02-23 11:10:11 +00:00
Germain
5f78be73f3
Add tests for AskInviteAnywayDialog ( #10228 )
...
Co-authored-by: Michael Weimann <michaelw@matrix.org>
2023-02-23 10:52:58 +00:00
maheichyk
d0c266d4a1
Support joining non-peekable rooms via the module API ( #10154 )
...
When previewing a room, we normally do not have a Room object. Currently, when the RoomPreviewBar is instantiated without a room, it doesn't raise the PreviewRoomNotLoggedIn and JoinFromRoomPreview module lifecycle events, meaning that modules are unable to intercept previews of non-peekable rooms.
To fix this, make sure that we pass the room ID into RoomPreviewBar irrespective of whether we have a Room object, and use it to raise the module lifecycle events.
Signed-off-by: Mikhail Aheichyk <mikhail.aheichyk@nordeck.net>
2023-02-23 10:29:21 +00:00
Michael Weimann
880428ab94
Update „new device“ toast texts and buttons ( #10200 )
2023-02-23 10:25:33 +01:00
renovate[bot]
e6fe7b7ea8
Update dependency matrix-events-sdk to v2 ( #10225 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2023-02-23 09:19:20 +00:00
Michael Telatynski
2b52a95df6
Update cypress.yaml
2023-02-23 08:59:58 +00:00
Michael Telatynski
9b7176b0af
Update cypress.yaml
2023-02-23 08:42:07 +00:00
Michael Weimann
eb6278df1d
Do not prompt for a password when doing a „reset all“ after login ( #10208 )
2023-02-23 08:46:49 +01:00
Michael Telatynski
26652138bd
Improve Percy stability by better scoping snapshots ( #10207 )
2023-02-23 16:57:48 +13:00
Robin
1a08c6ba3a
Fix calls showing as 'connecting' after hangup ( #10223 )
2023-02-22 19:03:53 +00:00
Andy Balaam
2dde23a55b
Merge pull request #10218 from RiotTranslateBot/weblate-element-web-matrix-react-sdk
...
Translations update from Weblate
2023-02-22 13:06:20 +00:00
Michael Weimann
d7b4740a7e
Prevent multiple Jitsi calls started at the same time ( #10183 )
2023-02-22 13:59:42 +01:00
Vri
90284e9944
Translated using Weblate (German)
...
Currently translated at 99.8% (3734 of 3741 strings)
Translation: Element Web/matrix-react-sdk
Translate-URL: https://translate.element.io/projects/element-web/matrix-react-sdk/de/
2023-02-22 12:46:20 +00:00
Weblate
5c3800c5d8
Update translation files
...
Updated by "Cleanup translation files" hook in Weblate.
Translation: Element Web/matrix-react-sdk
Translate-URL: https://translate.element.io/projects/element-web/matrix-react-sdk/
2023-02-22 11:41:21 +00:00
Weblate
88241caf1e
Merge branch 'origin/develop' into Weblate.
2023-02-22 11:40:27 +00:00
Vri
b7efa1da94
Translated using Weblate (German)
...
Currently translated at 100.0% (3741 of 3741 strings)
Translation: Element Web/matrix-react-sdk
Translate-URL: https://translate.element.io/projects/element-web/matrix-react-sdk/de/
2023-02-22 11:40:27 +00:00
Suguru Hirahara
b9ff6558e9
Make localization keys compatible with agglutinative and/or SOV type languages ( #10159 )
...
* Make localization keys on HelpUserSettingsTab compatible with agglutinative and/or SOV type languages
* Make localization keys on room notifications debug dialog on devtools compatible with agglutinative and/or SOV type languages
* Make keys compatible with inflection
* Clarify context for Weblate translators
---------
Signed-off-by: Suguru Hirahara <luixxiul@users.noreply.github.com>
2023-02-22 12:40:18 +01:00
Weblate
25983b1e2e
Merge branch 'origin/develop' into Weblate.
2023-02-22 11:29:20 +00:00
Priit Jõerüüt
4539dbb91f
Translated using Weblate (Estonian)
...
Currently translated at 100.0% (3741 of 3741 strings)
Translation: Element Web/matrix-react-sdk
Translate-URL: https://translate.element.io/projects/element-web/matrix-react-sdk/et/
2023-02-22 11:29:20 +00:00
Vri
b1f81dff4d
Translated using Weblate (German)
...
Currently translated at 99.9% (3740 of 3741 strings)
Translation: Element Web/matrix-react-sdk
Translate-URL: https://translate.element.io/projects/element-web/matrix-react-sdk/de/
2023-02-22 11:29:17 +00:00
renovate[bot]
e4552111c0
Update typescript-eslint monorepo to v5.52.0 ( #10215 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2023-02-22 12:29:09 +01:00
Weblate
9471c21b71
Merge branch 'origin/develop' into Weblate.
2023-02-22 10:53:55 +00:00
Kerry
c07cd2462e
Ended poll tiles: add ended the poll message ( #10193 )
...
* add ended the poll message to ended poll tile
* fussy import ordering
---------
Co-authored-by: Andy Balaam <andy.balaam@matrix.org>
2023-02-22 10:53:12 +00:00
Weblate
6c58b14948
Merge branch 'origin/develop' into Weblate.
2023-02-22 10:53:01 +00:00
Michael Telatynski
c29e5f18ff
Update usages of test utilities preferring RTL ( #10203 )
2023-02-22 10:52:55 +00:00
Weblate
fb0f210d93
Merge branch 'origin/develop' into Weblate.
2023-02-22 10:51:53 +00:00
waclaw66
818065521e
Translated using Weblate (Czech)
...
Currently translated at 100.0% (3740 of 3740 strings)
Translation: Element Web/matrix-react-sdk
Translate-URL: https://translate.element.io/projects/element-web/matrix-react-sdk/cs/
2023-02-22 10:51:53 +00:00
Kerry
17bbd4eaac
Polls: show warning about undecryptable relations ( #10179 )
...
* add decryption error message to MPollBody
* test poll undecryptable message
* tidy + ling
* remove unused file
2023-02-22 10:51:44 +00:00
Weblate
3872dac994
Merge branch 'origin/develop' into Weblate.
2023-02-22 10:39:15 +00:00
Florian Duros
58b8df9868
Display "The sender has blocked you from receiving this message" error message instead of "Unable to decrypt message" ( #10202 )
2023-02-22 11:39:09 +01:00
Weblate
7f46c23343
Merge branch 'origin/develop' into Weblate.
2023-02-22 10:29:57 +00:00
grimhilt
fbeddba782
Add link to next file in the export ( #10190 )
...
Co-authored-by: grimhilt <grimhilt@users.noreply.github.com>
2023-02-22 10:29:49 +00:00
Weblate
31782507fc
Merge branch 'origin/develop' into Weblate.
2023-02-22 10:24:09 +00:00
Jozef Gaal
7e7c7732d8
Translated using Weblate (Slovak)
...
Currently translated at 100.0% (3737 of 3737 strings)
Translation: Element Web/matrix-react-sdk
Translate-URL: https://translate.element.io/projects/element-web/matrix-react-sdk/sk/
2023-02-22 10:24:09 +00:00
random
09bc721246
Translated using Weblate (Italian)
...
Currently translated at 100.0% (3737 of 3737 strings)
Translation: Element Web/matrix-react-sdk
Translate-URL: https://translate.element.io/projects/element-web/matrix-react-sdk/it/
2023-02-22 10:24:07 +00:00
Ali-x98
ca090f0e52
Translated using Weblate (Arabic)
...
Currently translated at 36.0% (1346 of 3737 strings)
Translation: Element Web/matrix-react-sdk
Translate-URL: https://translate.element.io/projects/element-web/matrix-react-sdk/ar/
2023-02-22 10:24:04 +00:00
Jon Arvid
694eb590a4
Translated using Weblate (Swedish)
...
Currently translated at 99.9% (3736 of 3737 strings)
Translation: Element Web/matrix-react-sdk
Translate-URL: https://translate.element.io/projects/element-web/matrix-react-sdk/sv/
2023-02-22 10:24:03 +00:00
LinAGKar
14f0fb3eb0
Translated using Weblate (Swedish)
...
Currently translated at 99.9% (3736 of 3737 strings)
Translation: Element Web/matrix-react-sdk
Translate-URL: https://translate.element.io/projects/element-web/matrix-react-sdk/sv/
2023-02-22 10:24:03 +00:00
Szimszon
52dba3102f
Translated using Weblate (Hungarian)
...
Currently translated at 100.0% (3737 of 3737 strings)
Translation: Element Web/matrix-react-sdk
Translate-URL: https://translate.element.io/projects/element-web/matrix-react-sdk/hu/
2023-02-22 10:24:01 +00:00