1
0
mirror of https://github.com/matrix-org/matrix-react-sdk.git synced 2025-08-04 23:02:14 +03:00
Commit Graph

7 Commits

Author SHA1 Message Date
b422641258 Upgrade compound-web (#12234)
* Upgrade compound-web

I forgot to include this in https://github.com/matrix-org/matrix-react-sdk/pull/12209, which has caused avatar and username colors to be out of sync and sometimes revert to plain black/white.

* Update tests

* Update tests
2024-02-07 17:26:05 +00:00
5855930221 Extra worklet module loading and mock it in tests 2023-11-13 19:52:15 +01:00
74961dbfb1 Extract worker creation into factories and mack them in tests 2023-11-13 19:35:04 +01:00
d13b6e1b41 Add mechanism to check only one instance of the app is running (#11416)
* Add mechanism to check only one instance of the app is running

This isn't used yet, but will form part of the solution to
https://github.com/vector-im/element-web/issues/25157.

* disable instrumentation for SessionLock

* disable coverage reporting

* exclude SessionLock in sonar.properties

* Revert "disable coverage reporting"

This reverts commit 80c4336f76.

* only disable session storage

* use pagehide instead of visibilitychange

* Add `checkSessionLockFree`

* Give up waiting for a lock immediately when someone else claims

* Update src/utils/SessionLock.ts
2023-08-22 14:10:47 +00:00
57a0d99dc8 Improve randomString mock for better snapshots (#11375) 2023-08-09 09:39:48 +01:00
ec83855938 Fix jest config on develop (#10580)
#10569 broke it
2023-04-12 12:44:25 +00:00
3c4fa8b430 Improve output in github actions for jest tests (#10569) 2023-04-12 09:47:39 +00:00