Michael Telatynski
a1897583b1
Stabilise screenshot tests ( #12835 )
...
* Hide tooltips in screenshot tests by default
Signed-off-by: Michael Telatynski <7t3chguy@gmail.com>
* Blank out dialog backgrounds by default
Signed-off-by: Michael Telatynski <7t3chguy@gmail.com>
* Crop image-upload-preview screenshot
Signed-off-by: Michael Telatynski <7t3chguy@gmail.com>
* Update screenshots
Signed-off-by: Michael Telatynski <7t3chguy@gmail.com>
* Stabilise width of masked user is in user profile
Signed-off-by: Michael Telatynski <7t3chguy@gmail.com>
* Tidy
Signed-off-by: Michael Telatynski <7t3chguy@gmail.com>
* Update screenshots
Signed-off-by: Michael Telatynski <7t3chguy@gmail.com>
---------
Signed-off-by: Michael Telatynski <7t3chguy@gmail.com>
2024-07-30 08:20:07 +00:00
ElementRobot
077549e412
[create-pull-request] automated change ( #12838 )
...
Co-authored-by: github-merge-queue <118344674+github-merge-queue@users.noreply.github.com>
2024-07-30 06:23:34 +00:00
Michael Telatynski
a12c1874f9
Warn users on unsupported browsers before they lack features ( #12830 )
...
* Warn users on unsupported browsers before they lack features
Signed-off-by: Michael Telatynski <7t3chguy@gmail.com>
* Update Learn more link
Signed-off-by: Michael Telatynski <7t3chguy@gmail.com>
* Iterate
Signed-off-by: Michael Telatynski <7t3chguy@gmail.com>
* Iterate
Signed-off-by: Michael Telatynski <7t3chguy@gmail.com>
* Add comments
Signed-off-by: Michael Telatynski <7t3chguy@gmail.com>
---------
Signed-off-by: Michael Telatynski <7t3chguy@gmail.com>
2024-07-29 16:05:34 +00:00
kdanielm
96777f84b5
Make micIcon display on primary ( #11908 )
...
Co-authored-by: Michael Weimann <michaelw@matrix.org>
Co-authored-by: Michael Telatynski <7t3chguy@gmail.com>
2024-07-29 15:46:10 +00:00
David Baker
c2c108957e
Add sign out button to settings profile section ( #12666 )
...
* Add sign out button to settings profile section
And move the logic for displaying the dialog out of the user menu
to somewhere it can be re-used.
Also close any open dialog on logout, because otherwise, well... you
can guess.
* Missing import
* Update screenshot
* This button doesn't need to be an anchor
* Use Flex component
* Use new force-close function
* More tests
2024-07-29 12:53:44 +00:00
Michael Telatynski
844da7a656
Fix compound typography font component issues ( #12826 )
...
* Fix compound typography font component issues
Signed-off-by: Michael Telatynski <7t3chguy@gmail.com>
* Update playwright tests
Signed-off-by: Michael Telatynski <7t3chguy@gmail.com>
---------
Signed-off-by: Michael Telatynski <7t3chguy@gmail.com>
2024-07-29 11:19:26 +00:00
ElementRobot
4e6b1c82e2
[create-pull-request] automated change ( #12829 )
...
Co-authored-by: github-merge-queue <118344674+github-merge-queue@users.noreply.github.com>
2024-07-29 09:47:52 +00:00
R Midhun Suresh
76d2ab4471
Support pagination while querying for issues in flaky reporter ( #12832 )
...
* Increase target
* Support pagination while querying for issues
This way we collect all the issues that were created after Jan 1 2024
2024-07-26 14:23:17 +00:00
Richard van der Hoff
95db2d943c
Add some logging to pickle key save/restore ( #12831 )
...
... in an attempt to diagnose https://github.com/element-hq/element-desktop/issues/1077
2024-07-26 13:37:29 +00:00
Michael Telatynski
31345ddd36
Merge pull request #27858 from element-hq/t3chguy/fix-jitsi
...
Fix Jitsi by updating device mute updates over postMessage API
2024-07-25 19:18:42 +00:00
Michael Telatynski
88ddf05930
DRY
...
Signed-off-by: Michael Telatynski <7t3chguy@gmail.com>
2024-07-25 20:10:11 +01:00
Michael Telatynski
5a1b38cd74
Tidy
...
Signed-off-by: Michael Telatynski <7t3chguy@gmail.com>
2024-07-25 20:07:00 +01:00
R Midhun Suresh
25ab9e4e91
Revert "Use multiple workers in Playwright CI to make use of multiple cores (…" ( #12827 )
...
This reverts commit 08ee1b8d97
.
2024-07-25 19:03:00 +00:00
Michael Telatynski
dd17436eb0
Fix Jitsi by updating device mute updates over postMessage API
...
Signed-off-by: Michael Telatynski <7t3chguy@gmail.com>
2024-07-25 19:59:02 +01:00
Łukasz Polowczyk
c1420ba126
Allow Chrome page translator to translate messages in rooms ( #11113 )
...
* support message translation in chat
* Update src/HtmlUtils.tsx
* update snapshots
* Convert TextualBody-test to use snapshots
---------
Co-authored-by: Richard van der Hoff <1389908+richvdh@users.noreply.github.com>
Co-authored-by: Richard van der Hoff <richard@matrix.org>
2024-07-25 16:58:33 +00:00
Timo
3c370c6cbc
Remove MatrixRTC realted import ES lint exceptions using a index.ts for matrixrtc ( #12780 )
...
* update restricted import rules for matrixrtc
* review
* upgrade matrix-js-sdk
* add missing import
2024-07-25 12:49:41 +00:00
Timo
2e0716cc59
Fix unwanted ringing of other devices even though the user is already connected to the call. ( #12742 )
...
* Fix call ringing on other device when already joined.
This is done by checking if a user is already connected to the call on
another device before playing the ring sound.
* Add test
2024-07-25 09:34:19 +00:00
Timo
72e7df0f13
Acknowledge `DeviceMute` widget actions ( #12790 )
...
* acknowledge DeviceMute widget actions (to prevent sending the default error response to the widget)
* rephrase comment
* test for widget action ack
2024-07-25 09:29:01 +00:00
ElementRobot
6e9fc55cb4
[create-pull-request] automated change ( #12824 )
...
Co-authored-by: github-merge-queue <118344674+github-merge-queue@users.noreply.github.com>
2024-07-25 06:21:47 +00:00
Michael Telatynski
334d268555
Merge pull request #27844 from element-hq/renovate/all-minor-patch
...
Update dependency yaml to v2.5.0
2024-07-24 14:11:09 +00:00
renovate[bot]
d6e3be31d8
Update dependency yaml to v2.5.0
2024-07-24 13:45:43 +00:00
Michael Telatynski
af144e28d8
Merge pull request #27277 from element-hq/renovate/css
...
Update css
2024-07-24 13:22:43 +00:00
renovate[bot]
98568bd2ad
Merge pull request #27828 from element-hq/renovate/all-minor-patch
...
Update all non-major dependencies
2024-07-24 13:05:07 +00:00
Michael Telatynski
95f3d3c2b7
Hold back postcss
...
Signed-off-by: Michael Telatynski <7t3chguy@gmail.com>
2024-07-24 13:59:48 +01:00
renovate[bot]
6af3afa6fb
Update all non-major dependencies
2024-07-24 12:57:44 +00:00
Michael Telatynski
a177fef95b
Merge pull request #27830 from element-hq/renovate/definitelytyped
...
Update definitelyTyped
2024-07-24 12:57:10 +00:00
Michael Telatynski
dc72285f6f
Merge pull request #27836 from element-hq/renovate/matrix-org
...
Update dependency matrix-widget-api to v1.7.0
2024-07-24 12:36:42 +00:00
renovate[bot]
042f7a9a58
Update dependency posthog-js to v1.149.1 ( #12823 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2024-07-24 12:36:41 +00:00
Michael Telatynski
054484bc42
Merge pull request #27835 from element-hq/renovate/jest
...
Update dependency @casualbot/jest-sonar-reporter to v2.3.1
2024-07-24 12:30:31 +00:00
renovate[bot]
8568578095
Update css
2024-07-24 12:22:43 +00:00
renovate[bot]
260eec2fb7
Update dependency matrix-widget-api to v1.7.0
2024-07-24 12:12:45 +00:00
renovate[bot]
939ddbbee3
Update dependency @casualbot/jest-sonar-reporter to v2.3.1
2024-07-24 12:12:26 +00:00
Michael Telatynski
4ec06daf3e
Merge pull request #27829 from element-hq/renovate/babel-monorepo
...
Update babel monorepo
2024-07-24 12:04:04 +00:00
Michael Telatynski
d43767dfa8
Merge pull request #27831 from element-hq/renovate/typescript
...
Update dependency typescript to v5.5.4
2024-07-24 12:03:53 +00:00
Michael Telatynski
971d6736a3
Merge pull request #27832 from element-hq/renovate/typescript-eslint-monorepo
...
Update typescript-eslint monorepo to v7.16.1
2024-07-24 12:03:42 +00:00
Michael Telatynski
9f9e56c008
Merge pull request #27834 from element-hq/renovate/stylelint
...
Update dependency stylelint to v16.7.0
2024-07-24 12:03:29 +00:00
Michael Telatynski
e4d2edb624
Merge pull request #27827 from element-hq/renovate/docker
...
Update docker
2024-07-24 11:50:43 +00:00
renovate[bot]
75e7fd5e87
Update dependency stylelint to v16.7.0
2024-07-24 11:42:53 +00:00
renovate[bot]
2f88b3d1fd
Update typescript-eslint monorepo to v7.16.1
2024-07-24 11:42:17 +00:00
renovate[bot]
cffdaa6281
Update dependency typescript to v5.5.4
2024-07-24 11:42:01 +00:00
renovate[bot]
916b883de1
Update definitelyTyped
2024-07-24 11:41:47 +00:00
renovate[bot]
45410dc883
Update babel monorepo
2024-07-24 11:41:25 +00:00
renovate[bot]
0b21ba0a27
Update docker
2024-07-24 11:40:31 +00:00
RiotRobot
5bd9529d37
v1.11.72-rc.0
2024-07-24 11:38:07 +00:00
RiotRobot
630be696b1
Upgrade dependency to matrix-react-sdk@3.104.0-rc.1
2024-07-24 11:34:34 +00:00
renovate[bot]
36d02aeda0
Update dependency @vector-im/compound-web to v5.5.0 ( #12818 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2024-07-24 11:33:18 +00:00
RiotRobot
94017ab0ed
v3.104.0-rc.1
2024-07-24 11:31:42 +00:00
ElementRobot
0e2ba42ad7
[Backport staging] Update compound-design-tokens to satisfy compound-web peer dependency ( #12820 )
...
Co-authored-by: Michael Telatynski <7t3chguy@gmail.com>
2024-07-24 11:22:21 +00:00
ElementRobot
63848da251
[Backport staging] Fix broken jest tests on develop ( #12821 )
...
Co-authored-by: R Midhun Suresh <hi@midhun.dev>
2024-07-24 12:17:37 +01:00
renovate[bot]
efbd207324
Update dependency @testing-library/jest-dom to v6.4.8 ( #12810 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2024-07-24 10:57:55 +00:00