renovate[bot]
042ded86c7
Update electron-builder to v26.15.1 ( #33741 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2026-06-10 11:12:54 +00:00
Michael Telatynski
50035ce07e
Merge pull request #33776 from element-hq/t3chguy/merge-modules
...
Absorb element-modules into monorepo
2026-06-10 10:10:03 +00:00
Michael Telatynski
d9cd7f65ad
Merge pull request #33803 from element-hq/actions/localazy-download
...
Localazy Download
2026-06-10 10:06:40 +00:00
Michael Telatynski
e47957aa6d
Update screenshots
2026-06-10 10:48:44 +01:00
Michael Telatynski
4b72f03bee
Update screenshots
2026-06-10 09:39:46 +01:00
t3chguy
f5ba03da4b
[create-pull-request] automated change
2026-06-10 07:44:21 +00:00
Michael Telatynski
bb2c6d68ff
Fix playwright modules tests
2026-06-09 18:17:37 +01:00
Michael Telatynski
67295e2334
Handle unknown screens better ( #33793 )
...
* Remove legacy export
* Extract view map to a switch case statement with typescript checking that all cases are handled
This lets us drop the `default` case as we know we will never reach it.
Additionally move all the settings conditions to the state-setters rather than the renderer so we are never stuck in an undefined state
* Fix comment
* Handle unknown screens better
Redirect to welcome/home rather than getting stuck at spinner
2026-06-09 17:15:19 +00:00
Will Hunt
6cac2730fd
Add mechanism to locally enforce MSC1763 retention rules ( #33772 )
...
* First pass at new retention
* Add more test cases
* fixup
* Fix TODO
* Disable retention explicitly from the start
* fixup
* Just apply retention as-is
* Fixup
2026-06-09 16:35:02 +00:00
Will Hunt
ae0b3c9c42
Merge pull request #33796 from anoadragon453/anoa/fix_transports_error_handling
...
Fix "unexpected error" logging when fetching RTC transports from the homeserver
2026-06-09 15:28:26 +00:00
Michael Telatynski
a16b72732e
Fix playwright modules tests
2026-06-09 15:46:41 +01:00
Michael Telatynski
a0ed801d00
Fix playwright modules glob
2026-06-09 15:06:43 +01:00
David Baker
9b6fe3f867
Merge pull request #33764 from element-hq/dbkr/withpresence_use_new_component
...
Make presence icons & colours consistent throughout the app
2026-06-09 14:04:34 +00:00
Andrew Morgan
62c14560e5
Fix "unexpected error" logging when fetching RTC transports from the homeserver
...
The previous code assumed that the homeserver would return `M_NOT_FOUND`
when the endpoint wasn't implemented. But homeservers should return
`M_UNRECOGNIZED` instead in this case.
See
https://spec.matrix.org/v1.18/client-server-api/#:~:text=The%20server%20did%20not%20understand%20the%20request%2E
2026-06-09 14:36:34 +01:00
Michael Telatynski
e8244ae8a9
Add --workspace-concurrency=1
2026-06-09 14:36:21 +01:00
Michael Telatynski
a74add6fbd
Merge branch 'develop' of ssh://github.com/element-hq/element-web into t3chguy/merge-modules
...
# Conflicts:
# pnpm-lock.yaml
2026-06-09 14:05:01 +01:00
RiotRobot
4ebabd8341
Reset matrix-js-sdk back to develop branch
2026-06-09 13:03:02 +00:00
RiotRobot
ce4167d3b4
Merge branch 'master' into develop
2026-06-09 13:01:56 +00:00
RiotRobot
1829f52448
v1.12.21
2026-06-09 12:58:28 +00:00
Michael Telatynski
c57d66bb45
Merge pull request #33795 from element-hq/backport-33792-to-staging
...
[Backport staging] Recreate resizer view-model when switching to/from module renderer view
2026-06-09 13:56:18 +01:00
Michael Telatynski
c1ecf49dca
Fix WEBAPP_PATH
2026-06-09 13:55:23 +01:00
R Midhun Suresh
86c7a9b512
Recreate resizer view-model when switching to/from multiroom view ( #33792 )
...
(cherry picked from commit a2a9800393 )
2026-06-09 12:43:29 +00:00
RiotRobot
10bacc944c
Upgrade dependency to matrix-js-sdk@41.7.0
2026-06-09 12:43:02 +00:00
Michael Telatynski
ab4f427cac
Fix playwright config
2026-06-09 13:20:08 +01:00
Michael Telatynski
18a4fcae49
Prettier
2026-06-09 12:42:52 +01:00
Michael Telatynski
eaccc01687
Merge branch 'develop' of ssh://github.com/element-hq/element-web into t3chguy/merge-modules
...
# Conflicts:
# pnpm-lock.yaml
# pnpm-workspace.yaml
2026-06-09 12:39:57 +01:00
renovate[bot]
fa0b88ca9f
Update vite ( #33757 )
...
* Update vite
* Update vite
* Bump @vitest/browser-playwright to match rest of vitest deps
* Regenerate pnpm-lock.yaml
---------
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: Michael Telatynski <7t3chguy@gmail.com >
2026-06-09 11:11:01 +00:00
Will Hunt
925c762859
Disable URL previews per-message when the message provides a hint ( #33775 )
...
* Disable URL previews if the message requests it.
* Use MSC4095
* Expose type
* Document MSC
* cleanup
* cleanup
2026-06-09 10:40:41 +00:00
R Midhun Suresh
a2a9800393
Recreate resizer view-model when switching to/from multiroom view ( #33792 )
2026-06-09 10:21:29 +00:00
Florian Duros
5fa2da2a91
Room list: improve section in room list context menu ( #33733 )
...
* fix: hide section separator in context menu when there is no section
* fix: truncate long section name
* feat: add remove from section entry to room list item context menu
* test: update tests and stories
* test: add new test
* test: use same mocks
* test: add e2e test for "Remove from section"
2026-06-09 10:11:02 +00:00
David Baker
adedbe3206
snapshots
2026-06-09 11:10:16 +01:00
renovate[bot]
47fe4ba4d0
Update electron to v42.3.3 ( #33791 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2026-06-09 09:35:06 +00:00
renovate[bot]
79341a272c
Update testcontainers docker digests ( #33790 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2026-06-09 09:33:21 +00:00
renovate[bot]
bebd8f5c1b
Update npm non-major dependencies ( #33758 )
...
* Update npm non-major dependencies
* Hold back unplugin-dts
* Make knip happy
---------
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: Michael Telatynski <7t3chguy@gmail.com >
2026-06-09 09:20:56 +00:00
David Baker
6a40729137
Add tests for usePresence
...
and move the slightly weird test about it working when no member is linked
onto the hook test which is what it's actually trying to test.
2026-06-08 19:08:50 +01:00
David Baker
07974c7747
Move tooltip test up to PresenceIconView
2026-06-08 18:14:31 +01:00
David Baker
107289a16c
Put tooltips on presence consistently
...
Sort out duplication between presence icon code, have the MemberIconView
position the presence icon rather than the presence icon trying to position
itself.
2026-06-08 17:55:32 +01:00
Will Hunt
fe69da9c33
Move install statement to allow linked builds to complete ( #33782 )
2026-06-08 16:26:14 +00:00
Florian Duros
067c1b43a5
feat: remove subphrase in edition section dialog ( #33780 )
2026-06-08 16:04:28 +00:00
Florian Duros
c99590dcb1
Room list: remove checkmark in section toast ( #33779 )
...
* feat: remove checkmark in section toast
* test: update playwright screenshots
* chore: add figma link to room list toast sory
2026-06-08 15:39:17 +00:00
Florian Duros
1f6319b651
Room list: add fade effect to room list item being dragged ( #33696 )
...
* feat: tweak opacity of dragged room in room list
* feat: put test as primary when room item is dragged
* test: update screenshots
2026-06-08 15:35:08 +00:00
Michael Telatynski
6f46493b4d
DRY
2026-06-08 13:34:08 +01:00
Michael Telatynski
99dcfe7fe1
Fix docker
2026-06-08 13:27:37 +01:00
Michael Telatynski
d6313dfae1
Set --workspace-concurrency=1
2026-06-08 13:21:13 +01:00
Michael Telatynski
c315848c47
Fix docker test
2026-06-08 13:14:26 +01:00
Michael Telatynski
763df4d425
Fix docker test
2026-06-08 12:58:19 +01:00
Michael Telatynski
d4bdc70653
Fix tests
2026-06-08 11:59:47 +01:00
Michael Telatynski
180a9db920
Make tsc happier
2026-06-08 11:51:53 +01:00
Michael Telatynski
af74f511ed
Make tsc happier
2026-06-08 11:42:00 +01:00
Michael Telatynski
788c76d677
Fix widget toggles vitest browser test
2026-06-08 11:30:08 +01:00