Half-Shot
14b0303ef8
Add brand tests
2025-06-23 15:51:17 +01:00
Half-Shot
1446550db4
Revert favicon changes/.
2025-06-23 15:50:56 +01:00
Half-Shot
ced693c256
Rebrand to the "brand" API and add title support.
2025-06-23 13:08:07 +01:00
Half-Shot
3ffcaba20b
Rewrite favicon code to support modules.
2025-06-23 12:42:43 +01:00
Half-Shot
bb0f2d65ab
fix import
2025-06-23 12:00:12 +01:00
Half-Shot
3f39741d22
make the comment make sense
2025-06-23 09:37:07 +01:00
Half-Shot
9f7359e0a4
fix issues
2025-06-23 09:25:30 +01:00
Half-Shot
9eb5e8965a
lint
2025-06-19 10:16:11 +01:00
Half-Shot
6d2f1c2e9a
Issues caught by Sonar
2025-06-19 08:26:45 +01:00
Will Hunt
f44308b9a9
Merge branch 'develop' into hs/add-custom-component-modules
2025-06-17 16:30:31 +01:00
Half-Shot
bba40ca706
adapt custom module sample
2025-06-17 16:16:56 +01:00
Half-Shot
706b33fcf4
update to new module sdk
2025-06-17 16:02:44 +01:00
RiotRobot
a7a8428d1c
Reset matrix-js-sdk back to develop branch
2025-06-17 13:19:00 +00:00
RiotRobot
96797c3524
Merge branch 'master' into develop
2025-06-17 13:18:47 +00:00
RiotRobot
01519f7fd5
v1.11.104
v1.11.104
2025-06-17 13:15:36 +00:00
RiotRobot
ba3b9840ca
Upgrade dependency to matrix-js-sdk@37.9.0
2025-06-17 13:11:17 +00:00
Half-Shot
66e73818a8
Use module matrix event interface instead.
2025-06-17 13:36:08 +01:00
Half-Shot
d97d999ef2
lint
2025-06-17 12:12:58 +01:00
Andy Balaam
9d1455e4dd
Prevent skipping forced verification after logging in with OIDC ( #30141 )
...
Pass the freshLogin parameter along to doSetLoggedIn when restoring a session,
instead of hard-coding it to always be false.
2025-06-17 10:31:08 +00:00
Half-Shot
294857209d
lint
2025-06-17 09:22:13 +01:00
Half-Shot
391bd15258
hide jump to bottom button that was causing flakes
2025-06-16 13:51:09 +01:00
Half-Shot
42edbab715
updates
2025-06-16 13:46:03 +01:00
Half-Shot
5aee224169
fix types
2025-06-16 13:43:27 +01:00
Half-Shot
ff986e4317
update @element-hq/element-web-module-api to 1.1.0
2025-06-16 12:50:53 +01:00
ElementRobot
28a232eea8
[create-pull-request] automated change ( #30144 )
...
Co-authored-by: t3chguy <2403652+t3chguy@users.noreply.github.com>
2025-06-16 06:23:43 +00:00
Michael Telatynski
a2bea649f6
Hide add integrations button based on UIComponent.AddIntegrations ( #30140 )
...
Signed-off-by: Michael Telatynski <7t3chguy@gmail.com>
2025-06-13 09:29:13 +00:00
Florian Duros
1e3fd9d3aa
Update IconButton colors ( #30124 )
...
* chore: update `@vector-im/compound-web` to 8.0.0
* refactor(IconButton): use `kind="secondary"` instead of `subtleBackground` props
* test: update snapshots
* fix: force color on room header toggle
* fix: TAC button color
* test(e2e): update release announcement screenshot
2025-06-13 08:28:43 +00:00
Marc
0f0f904cb0
Mvvm split user info, create userinfoadmintools container component ( #29808 )
...
* feat: mvvm split user info, create userinfoadmintools container component
* test: mvvm userinfoadmintools and view
* feat: user info admin components more split and comments
* test: mvvm user admin info mute view models more coverage
* chore: rename user-info folder to user_info
2025-06-13 07:08:29 +00:00
ElementRobot
d89afe83a8
[create-pull-request] automated change ( #30139 )
...
Co-authored-by: t3chguy <2403652+t3chguy@users.noreply.github.com>
2025-06-13 06:22:53 +00:00
David Baker
6f0d288c1d
Use nav for new room list and label sections ( #30134 )
...
* Use nav for new room list and label sections
The old room list had a nav element but it was missed in the new one,
so add it and albel the sections. Also remove the test ID and use
this instead.
* Update snapshots
* Use the function we define above
2025-06-12 15:42:30 +00:00
Half-Shot
c6d4f38a04
update docstring
2025-06-12 16:39:11 +01:00
Half-Shot
62f62601ef
Merge remote-tracking branch 'origin/develop' into hs/add-custom-component-modules
2025-06-12 16:33:17 +01:00
Half-Shot
e60a68ea1a
lint a bit more
2025-06-12 16:27:58 +01:00
Half-Shot
ec13bdc910
Update tests to be complete
2025-06-12 16:25:23 +01:00
R Midhun Suresh
c0d91a46c7
Emit event after rebuilding home space ( #30132 )
2025-06-12 13:30:50 +00:00
Andy Balaam
55e874fb50
Fix #30118 - TypeError in manual verify - by using MatrixClientPeg ( #30131 )
...
We can't use MatrixClientContext inside a dialog at the moment.
2025-06-12 10:53:52 +00:00
Michael Telatynski
a622772a08
Handle m.room.pinned_events being invalid ( #30129 )
...
* Handle m.room.pinned_events being invalid
Signed-off-by: Michael Telatynski <7t3chguy@gmail.com>
* Update src/hooks/usePinnedEvents.ts
Co-authored-by: Florian Duros <florianduros@element.io>
---------
Signed-off-by: Michael Telatynski <7t3chguy@gmail.com>
Co-authored-by: Florian Duros <florianduros@element.io>
2025-06-12 08:12:45 +00:00
Florian Duros
389a0e689e
New room list: filter list can be collapsed ( #29992 )
...
* feat: add new hook to check if a node is visible
* feat: filters in new room list can be collapsed
* feat: add animation to filter list
* feat: hide chevron when list fit on one line
* fix: use correct label for expand button
* test: update room list panel snapshots
* test: add tests for useIsNodeVisible
* chore: update i18n
* test: add tests for primary filters
* test(e2e): update existing screenshots
* test(e2e): update primary filter tests
* chore: typo in css file
* refactor: replace ternary by if in filter condition
* feat: compute filter height instead of hardcoded value
* fix: floor floating computation on filter
* refactor: move hooks to dedicated files
* test: update tests
* feat: rework collapse feature
* test: remove room list panel snapshot
* test: update room list primary filter tests
* test(e2e): update screenshots
* test(e2e): update screenshots
* test(e2e): fix favourite filter in scroll behaviour test
* fix: accessibility order when tabbing
2025-06-11 13:49:20 +00:00
R Midhun Suresh
451a99d49e
Show EmptyRoomListView when low priority filter matches zero rooms ( #30122 )
...
* Implement empty section for low prio filter
* Write test
2025-06-11 11:36:29 +00:00
ElementRobot
ed9b480338
[create-pull-request] automated change ( #30120 )
...
Co-authored-by: t3chguy <2403652+t3chguy@users.noreply.github.com>
2025-06-11 07:01:18 +00:00
renovate[bot]
82200b57cf
Update typescript-eslint monorepo to v8.33.1 ( #30113 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2025-06-10 23:08:44 +00:00
renovate[bot]
fadaaccebc
Update dependency testcontainers to v11.0.2 ( #30112 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2025-06-10 23:08:00 +00:00
renovate[bot]
e293d2b58f
Update dependency @element-hq/element-web-playwright-common to v1.3.0 ( #30115 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2025-06-10 17:32:52 +00:00
renovate[bot]
f43e953794
Update all non-major dependencies ( #30106 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2025-06-10 17:25:16 +00:00
renovate[bot]
276fa5eaa8
Update dependency @types/react-dom to v19.1.6 ( #30110 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2025-06-10 17:11:10 +00:00
Andy Balaam
bd4509576c
Warn user before doing a manual verification via slash command ( #30102 )
2025-06-10 16:09:24 +00:00
renovate[bot]
10b9b2cb8b
Update dependency @sentry/browser to v9.27.0 ( #30116 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2025-06-10 15:54:32 +00:00
renovate[bot]
d770826c2d
Update dependency caniuse-lite to v1.0.30001721 ( #30111 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2025-06-10 15:49:07 +00:00
renovate[bot]
c995496a93
Update fontsource monorepo to v5.2.6 ( #30114 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2025-06-10 15:40:29 +00:00
renovate[bot]
902517a02d
Update nginxinc/nginx-unprivileged:alpine-slim Docker digest to 66e34aa ( #30105 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2025-06-10 15:34:39 +00:00