RiotRobot
eac221c2d3
Upgrade dependency to matrix-js-sdk@32.1.0
2024-04-23 12:35:55 +00:00
RiotRobot
c3f8189f0f
Upgrade dependency to matrix-js-sdk@32.1.0
2024-04-23 12:35:46 +00:00
David Baker
427be433d0
Add analytics to activity toggles ( #12418 )
...
* Add analytics to activity toggles
Requires https://github.com/matrix-org/matrix-analytics-events/pull/101
* Add test
* Fix comment a bit
* Update to new analytics events package
2024-04-22 16:15:29 +00:00
David Baker
c5b98a5e93
Merge pull request #27377 from element-hq/dbkr/enable_tac_develop
...
Enable the TAC in develop
2024-04-22 13:59:40 +00:00
David Baker
88c49e7c50
Enable the TAC in develop
...
While we work through fixing all the tests on https://github.com/matrix-org/matrix-react-sdk/pull/12439 enable the TAC on nightly so we can get wider testing.
2024-04-22 12:13:01 +01:00
Johannes Marbach
6dd6a7697c
Decrypt events in reverse order without copying the array ( #12445 )
...
Signed-off-by: Johannes Marbach <n0-0ne+github@mailbox.org>
2024-04-22 08:52:50 +00:00
David Baker
cc7edade21
Move the TAC to above the button ( #12438 )
...
* Move the TAC to above the button
This isn't what the designs say, but there is a (bug/feature)* in
radix where it will turn a mouseup event within the menu into a
click so that it activates the menu option that's under your cursor
when you lift the button, even if you pressed the button down on
a different item. Unfortunately it forgot to check that the mouse
down happened in the menu, so if the menu appears under the cursor,
the cursor, it will immediately select whatever option appeared under
the cursor.
I think the simplest solution here is to just move the menu above the
TAC button. This also makes it consistent† with quick settings.
*delete as applicable
†Not actually consistent because it fades in a different way
* Update snapshots
2024-04-19 09:04:48 +00:00
ElementRobot
198b975439
[create-pull-request] automated change ( #12440 )
...
Co-authored-by: github-merge-queue <github-merge-queue@users.noreply.github.com>
2024-04-19 06:24:26 +00:00
David Baker
2c848d7fa7
Merge pull request #12416 from matrix-org/florianduros/tooltip-update
...
Use new compound tooltip
2024-04-18 15:32:13 +01:00
Florian Duros
c97a3740ac
Merge branch 'develop' into florianduros/tooltip-update
2024-04-18 15:41:16 +02:00
Florian Duros
fb989ee7f3
Update compound web
2024-04-18 15:40:29 +02:00
Florian Duros
bf0fed59f2
Use focus instead of hover
2024-04-18 15:25:00 +02:00
Michael Telatynski
3cb5b840ce
Merge pull request #27366 from element-hq/t3chguy/flaky-stale
...
Add automation to close flaky test issues
2024-04-18 12:55:18 +00:00
Richard van der Hoff
d402b52e06
Collect decryption failure translations together ( #12436 )
...
* Collect decryption failure translations together
They are not specific to threads.
* Revert changes to non-english languages
2024-04-18 10:40:25 +00:00
Michael Telatynski
e0deabceb3
Add automation to close flaky test issues
...
Signed-off-by: Michael Telatynski <7t3chguy@gmail.com>
2024-04-18 10:40:08 +01:00
Florian Duros
48a3a0992e
Merge branch 'refs/heads/develop' into florianduros/tooltip-update
2024-04-18 10:09:31 +02:00
renovate[bot]
0e65a5aae6
Update dependency posthog-js to v1.126.0 ( #12437 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: Michael Telatynski <7t3chguy@gmail.com>
2024-04-17 14:46:59 +00:00
Richard van der Hoff
04b5b587a1
Expected UTDs: report a different Posthog code ( #12389 )
...
* `DecryptionFailureTracker`: stronger typing
Use `DecryptionFailureCode` rather than string
* `DecryptionFailureTracker`: remove use of `DecryptionError`
The second argument to `MatrixEventEvent.Decrypted` callbacks is deprecatedf,
and we can get the info we need direct from the event. This means that we no
longer need to reference the internal `DecryptionError` class in the js-sdk.
* `DecryptionFailureTracker`: use a different Posthog code for historical UTDs
* Update for new UTD error codes
2024-04-17 12:36:01 +00:00
David Langley
6cec2bba0f
Use the same logic in prevews as the timeline to hide events that should be hidden ( #12434 )
...
* use the same logic in prevews as the timeline to hide events that should not be shown
* skip any events we should hide, don't need to special case Replace events as we should be ignoring them(getContent() will use replacingEvent)
* lint
2024-04-17 12:32:28 +00:00
Florian Duros
9b5d4716e2
Merge branch 'develop' into florianduros/tooltip-update
2024-04-17 11:57:12 +02:00
ElementRobot
1ace170723
[create-pull-request] automated change ( #12435 )
...
Co-authored-by: github-merge-queue <github-merge-queue@users.noreply.github.com>
2024-04-17 06:22:30 +00:00
Hubert Chathi
04a2191cad
fix selector so maths support doesn't mangle divs ( #12433 )
2024-04-16 16:53:57 +00:00
renovate[bot]
2e15e5e3c7
Merge pull request #27343 from element-hq/renovate/all-minor-patch
...
Update all non-major dependencies
2024-04-16 16:07:19 +00:00
renovate[bot]
050e9126d8
Update all non-major dependencies
2024-04-16 15:59:07 +00:00
renovate[bot]
193237f204
Update dependency eslint-plugin-jest to v28 ( #12431 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2024-04-16 15:27:21 +00:00
renovate[bot]
3e12cd950a
Update all non-major dependencies ( #12423 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2024-04-16 14:47:44 +00:00
Michael Telatynski
3b52d375e7
Merge pull request #27342 from element-hq/renovate/t3chguy-wait-on-check-action-digest
...
Update t3chguy/wait-on-check-action digest to 1854102
2024-04-16 14:08:07 +00:00
renovate[bot]
8d22cab686
Update dependency eslint-plugin-unicorn to v52 ( #12432 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2024-04-16 14:06:04 +00:00
Michael Telatynski
a1c6f0a1d2
Merge pull request #27351 from element-hq/renovate/eslint-plugin-unicorn-52.x
...
Update dependency eslint-plugin-unicorn to v52
2024-04-16 14:05:24 +00:00
Michael Telatynski
4bd351f167
Merge pull request #27353 from element-hq/renovate/peaceiris-actions-mdbook-2.x
...
Update peaceiris/actions-mdbook action to v2
2024-04-16 14:05:22 +00:00
Michael Telatynski
5bed03f37e
Merge pull request #27352 from element-hq/renovate/style-loader-4.x
...
Update dependency style-loader to v4
2024-04-16 14:04:42 +00:00
renovate[bot]
b1bd46cc5f
Update typescript-eslint monorepo to v7.6.0 ( #12427 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2024-04-16 14:04:18 +00:00
Michael Telatynski
315ee8a64d
Merge pull request #27349 from element-hq/renovate/css-loader-7.x
...
Update dependency css-loader to v7
2024-04-16 14:03:20 +00:00
Michael Telatynski
f51622a507
Merge pull request #27347 from element-hq/renovate/typescript-eslint-monorepo
...
Update typescript-eslint monorepo to v7.6.0
2024-04-16 14:03:06 +00:00
renovate[bot]
68b43f26ac
Update dependency @sentry/browser to v7.110.0 ( #12425 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2024-04-16 14:02:53 +00:00
renovate[bot]
e8fc2cf91b
Update dependency @playwright/test to v1.43.1 ( #12424 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2024-04-16 14:02:41 +00:00
Michael Telatynski
ce95e1abcd
Merge pull request #27345 from element-hq/renovate/definitelytyped
...
Update dependency @types/node to v16.18.96
2024-04-16 14:02:06 +00:00
Michael Telatynski
70e480a3e9
Merge pull request #27344 from element-hq/renovate/babel-monorepo
...
Update dependency @babel/runtime to v7.24.4
2024-04-16 14:01:50 +00:00
renovate[bot]
30b864f6f0
Update dependency @types/node to v18.19.31 ( #12421 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2024-04-16 14:01:24 +00:00
renovate[bot]
ceab73ab0f
Update babel monorepo to v7.24.4 ( #12420 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2024-04-16 14:00:19 +00:00
Michael Telatynski
6ca67ff1ef
Merge pull request #27341 from element-hq/renovate/peter-evans-create-pull-request-digest
...
Update peter-evans/create-pull-request digest to c55203c
2024-04-16 13:59:50 +00:00
Michael Telatynski
ff63c92c2c
Merge pull request #27340 from element-hq/renovate/docker
...
Update docker/setup-buildx-action digest to d70bba7
2024-04-16 13:59:22 +00:00
renovate[bot]
36ff005d11
Update peaceiris/actions-mdbook action to v2
2024-04-16 12:46:50 +00:00
renovate[bot]
38ea3312f6
Update dependency style-loader to v4
2024-04-16 12:46:44 +00:00
renovate[bot]
8c61026761
Update dependency eslint-plugin-unicorn to v52
2024-04-16 12:46:33 +00:00
renovate[bot]
5d32728f3e
Update dependency css-loader to v7
2024-04-16 12:46:06 +00:00
renovate[bot]
159ef4cc15
Update typescript-eslint monorepo to v7.6.0
2024-04-16 12:45:40 +00:00
renovate[bot]
8baab4ce8e
Update dependency @types/node to v16.18.96
2024-04-16 12:44:41 +00:00
renovate[bot]
491ad6de17
Update dependency @babel/runtime to v7.24.4
2024-04-16 12:44:21 +00:00
renovate[bot]
f62076cdc1
Update t3chguy/wait-on-check-action digest to 1854102
2024-04-16 12:43:15 +00:00