Commit graph

45663 commits

Author SHA1 Message Date
Vri
5249a0d073 Translated using Weblate (German)
Currently translated at 100.0% (3754 of 3754 strings)

Translation: Element Web/matrix-react-sdk
Translate-URL: https://translate.element.io/projects/element-web/matrix-react-sdk/de/
2023-03-22 16:45:53 +00:00
Eric Eastwood
ed88e0cdce
Prevent future date selection in jump to date ()
You can still type in whatever date you want (native date input behavior) but the UI picker has future dates disabled.

Fix https://github.com/vector-im/element-web/issues/20800
2023-03-22 11:45:44 -05:00
Weblate
9376380bbd 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-03-22 12:28:25 +00:00
Weblate
e445da50f2 Merge branch 'origin/develop' into Weblate. 2023-03-22 12:27:32 +00:00
Michael Weimann
3eb6a55b93
Tweak pill UI () 2023-03-22 13:27:24 +01:00
Weblate
38d1e696bf Merge branch 'origin/develop' into Weblate. 2023-03-22 12:19:09 +00:00
Suguru Hirahara
4c2b18c5d9
Ensure Percy take snapshots of a whole viewport ()
Signed-off-by: Suguru Hirahara <luixxiul@users.noreply.github.com>
2023-03-22 12:19:03 +00:00
Weblate
8b67247221 Merge branch 'origin/develop' into Weblate. 2023-03-22 12:15:33 +00:00
Andy Balaam
ba36d2cc01
Improve strictNullChecks support in right_panel () 2023-03-22 12:15:26 +00:00
Weblate
f0ea970a63 Merge branch 'origin/develop' into Weblate. 2023-03-22 10:31:22 +00:00
Michael Kaye
853b3f822d
Push cypress test results to kiwitcms not testrail () 2023-03-22 10:31:15 +00:00
Weblate
aa95189344 Merge branch 'origin/develop' into Weblate. 2023-03-22 09:39:04 +00:00
Suguru Hirahara
a5fcdd7bfd
Add E2E test for FilePanel () 2023-03-22 10:38:57 +01:00
Weblate
1e090e4adf Merge branch 'origin/develop' into Weblate. 2023-03-22 08:40:20 +00:00
Andy Balaam
5116d823c7
Disable Percy snapshots that are flaky due to focus issues () 2023-03-22 08:40:08 +00:00
Weblate
00e028f717 Merge branch 'origin/develop' into Weblate. 2023-03-22 08:39:25 +00:00
Andy Balaam
12f85778d8
Disable the "Login" Percy test since it is flaky () 2023-03-22 08:38:57 +00:00
Weblate
3011cbd412 Merge branch 'origin/develop' into Weblate. 2023-03-22 08:38:32 +00:00
Jozef Gaal
8ac8d3a735 Translated using Weblate (Slovak)
Currently translated at 100.0% (3754 of 3754 strings)

Translation: Element Web/matrix-react-sdk
Translate-URL: https://translate.element.io/projects/element-web/matrix-react-sdk/sk/
2023-03-22 08:38:32 +00:00
Jiri Grönroos
3f08696323 Translated using Weblate (Finnish)
Currently translated at 90.1% (3385 of 3754 strings)

Translation: Element Web/matrix-react-sdk
Translate-URL: https://translate.element.io/projects/element-web/matrix-react-sdk/fi/
2023-03-22 08:38:29 +00:00
Glandos
b4063b420d Translated using Weblate (French)
Currently translated at 100.0% (3754 of 3754 strings)

Translation: Element Web/matrix-react-sdk
Translate-URL: https://translate.element.io/projects/element-web/matrix-react-sdk/fr/
2023-03-22 08:38:23 +00:00
Andy Balaam
9c29291600
Disable the "Polls Composer" Percy test since it is flaky () 2023-03-22 08:38:13 +00:00
Weblate
dd9dce9a4a Merge branch 'origin/develop' into Weblate. 2023-03-21 15:56:07 +00:00
Priit Jõerüüt
0eb730a4f3 Translated using Weblate (Estonian)
Currently translated at 100.0% (3754 of 3754 strings)

Translation: Element Web/matrix-react-sdk
Translate-URL: https://translate.element.io/projects/element-web/matrix-react-sdk/et/
2023-03-21 15:56:07 +00:00
random
02189eba7e Translated using Weblate (Italian)
Currently translated at 100.0% (3754 of 3754 strings)

Translation: Element Web/matrix-react-sdk
Translate-URL: https://translate.element.io/projects/element-web/matrix-react-sdk/it/
2023-03-21 15:56:04 +00:00
Peter Chen
dc01c742f3 Translated using Weblate (Chinese (Traditional))
Currently translated at 99.9% (3753 of 3754 strings)

Translation: Element Web/matrix-react-sdk
Translate-URL: https://translate.element.io/projects/element-web/matrix-react-sdk/zh_Hant/
2023-03-21 15:56:02 +00:00
Vri
417714b12a Translated using Weblate (German)
Currently translated at 100.0% (3754 of 3754 strings)

Translation: Element Web/matrix-react-sdk
Translate-URL: https://translate.element.io/projects/element-web/matrix-react-sdk/de/
2023-03-21 15:56:00 +00:00
Eric Eastwood
f7fe0e9d8b
Fix block/inline Element descendants error noise in NewRoomIntro.tsx ()
Error before:
```
Warning: validateDOMNesting(...): <div> cannot appear as a descendant of <p>.
    at div
    at AccessibleButton (webpack-internal:///470:43:7)
    at span
    at p
    at li
    at NewRoomIntro (webpack-internal:///2063:77:71)
    at ol
    at div
    at div
    at AutoHideScrollbar (webpack-internal:///1020:37:5)
    at ScrollPanel (webpack-internal:///1106:69:5)
    at ErrorBoundary (webpack-internal:///2070:47:5)
    at MessagePanel (webpack-internal:///2060:169:5)
    at TimelinePanel (webpack-internal:///2095:113:5)
    at div
    at div
    at div
    at MainSplit (webpack-internal:///2019:31:5)
    at ErrorBoundary (webpack-internal:///2070:47:5)
    at main
    at RoomView (webpack-internal:///2018:330:5)
    at div
    at div
    at div
    at LoggedInView (webpack-internal:///1907:130:5)
    at ErrorBoundary (webpack-internal:///2070:47:5)
    at MatrixChat (webpack-internal:///1900:234:5)
```
2023-03-21 10:55:48 -05:00
Weblate
b36d33f772 Merge branch 'origin/develop' into Weblate. 2023-03-21 11:38:54 +00:00
waclaw66
48d357c65d Translated using Weblate (Czech)
Currently translated at 100.0% (3754 of 3754 strings)

Translation: Element Web/matrix-react-sdk
Translate-URL: https://translate.element.io/projects/element-web/matrix-react-sdk/cs/
2023-03-21 11:38:54 +00:00
Ihor Hordiichuk
f7ecb1a805 Translated using Weblate (Ukrainian)
Currently translated at 100.0% (3754 of 3754 strings)

Translation: Element Web/matrix-react-sdk
Translate-URL: https://translate.element.io/projects/element-web/matrix-react-sdk/uk/
2023-03-21 11:38:52 +00:00
Dominik Henneke
ef68650594
Implement MSC3973: Search users in the user directory with the Widget API ()
* Add an action to search for users in the user directory according to MSC3973

Signed-off-by: Dominik Henneke <dominik.henneke@nordeck.net>

* Fix linter errors

Signed-off-by: Dominik Henneke <dominik.henneke@nordeck.net>

* Update the matrix-widget-api package to version 1.3.0

Signed-off-by: Dominik Henneke <dominik.henneke@nordeck.net>

* Improve the test

Signed-off-by: Dominik Henneke <dominik.henneke@nordeck.net>

---------

Signed-off-by: Dominik Henneke <dominik.henneke@nordeck.net>
2023-03-21 11:38:41 +00:00
Weblate
31e6384fa1 Merge branch 'origin/develop' into Weblate. 2023-03-21 10:25:24 +00:00
Robin
aee4aeb90c
Update matrix-widget-api () 2023-03-21 10:25:17 +00:00
Weblate
d94761fbd0 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-03-21 09:24:20 +00:00
Weblate
4a5467c8a4 Merge branch 'origin/develop' into Weblate. 2023-03-21 09:23:27 +00:00
Michael Weimann
96d1b74ffc
Pillify event permalinks () 2023-03-21 10:23:20 +01:00
Weblate
be1ce4e82b Merge branch 'origin/develop' into Weblate. 2023-03-21 09:10:21 +00:00
Suguru Hirahara
d8acdd1750
Fix profile resizer to make first character of a line selectable in IRC layout () 2023-03-21 10:10:13 +01:00
Weblate
51f831c734 Merge branch 'origin/develop' into Weblate. 2023-03-21 09:08:51 +00:00
Michael Weimann
c238e72e47
Strictify audio-messages () 2023-03-21 09:08:44 +00:00
Weblate
429b674bd5 Merge branch 'origin/develop' into Weblate. 2023-03-21 09:06:52 +00:00
maheichyk
d4b81882e5
Show filterContainer if "UIComponent.filterContainer" is enabled ()
Signed-off-by: Mikhail Aheichyk <mikhail.aheichyk@nordeck.net>
Co-authored-by: Mikhail Aheichyk <mikhail.aheichyk@nordeck.net>
2023-03-21 09:06:43 +00:00
Weblate
fb927a0e68 Merge branch 'origin/develop' into Weblate. 2023-03-20 16:52:33 +00:00
Peter Chen
381a795c13 Translated using Weblate (Chinese (Traditional))
Currently translated at 100.0% (3751 of 3751 strings)

Translation: Element Web/matrix-react-sdk
Translate-URL: https://translate.element.io/projects/element-web/matrix-react-sdk/zh_Hant/
2023-03-20 16:52:33 +00:00
Eric Eastwood
22451901d1
Fix failing develop with mis-matched snapshots ()
- `develop` failure: https://github.com/matrix-org/matrix-react-sdk/actions/runs/4470319896/jobs/7853678384
 - What happened?
    - Date separator markup updated in https://github.com/matrix-org/matrix-react-sdk/pull/10404
    - While some new snapshot tests added and merged in https://github.com/matrix-org/matrix-react-sdk/pull/10353
 - Merge trains could have helped
2023-03-20 11:52:23 -05:00
Weblate
a4bb307be1 Merge branch 'origin/develop' into Weblate. 2023-03-20 16:05:18 +00:00
Eric Eastwood
bac1ca5355
Remove unreadable alt attribute from the room status bar warning icon (nonsense to screenreaders) ()
And the other content like the title already describe what's going on sufficiently.

Split out from https://github.com/matrix-org/matrix-react-sdk/pull/8354
2023-03-20 11:05:03 -05:00
Weblate
6b9c819414 Merge branch 'origin/develop' into Weblate. 2023-03-20 16:04:19 +00:00
Eric Eastwood
7a68bd9cef
Fix big date separators when jump to date is enabled ()
Fix https://github.com/vector-im/element-web/issues/22969
2023-03-20 11:03:36 -05:00