ElementRobot
e75dc4e038
[create-pull-request] automated change ( #12724 )
...
Co-authored-by: github-merge-queue <118344674+github-merge-queue@users.noreply.github.com>
2024-07-04 06:24:09 +00:00
Michael Telatynski
0434929ee5
Replace deprecated temporal proposal polyfill ( #12636 )
...
* Replace deprecated temporal proposal polyfill
Signed-off-by: Michael Telatynski <7t3chguy@gmail.com>
* Switch polyfill
Signed-off-by: Michael Telatynski <7t3chguy@gmail.com>
* Rounding
Signed-off-by: Michael Telatynski <7t3chguy@gmail.com>
* Fix tests
Signed-off-by: Michael Telatynski <7t3chguy@gmail.com>
---------
Signed-off-by: Michael Telatynski <7t3chguy@gmail.com>
2024-07-03 17:02:10 +00:00
Michael Telatynski
6b90fe20ab
Extract `focus_search` dispatch action into enum ( #12721 )
...
* Extract `focus_search` dispatch action into enum
Signed-off-by: Michael Telatynski <7t3chguy@gmail.com>
* copypasta
Signed-off-by: Michael Telatynski <7t3chguy@gmail.com>
---------
Signed-off-by: Michael Telatynski <7t3chguy@gmail.com>
2024-07-03 17:02:02 +00:00
Michael Telatynski
b0d2010247
Update new room header facepile tooltip ( #12699 )
...
Signed-off-by: Michael Telatynski <7t3chguy@gmail.com>
2024-07-03 17:01:58 +00:00
Michael Telatynski
353b6c0de9
Disable xvfb as it is not necessary for headless mode ( #12720 )
...
Signed-off-by: Michael Telatynski <7t3chguy@gmail.com>
2024-07-03 17:01:51 +00:00
ElementRobot
2702f8ba8c
[create-pull-request] automated change ( #12722 )
...
Co-authored-by: github-merge-queue <118344674+github-merge-queue@users.noreply.github.com>
2024-07-03 06:25:00 +00:00
Florian Duros
53ea045c54
Update @vector-im/compound-web ( #12718 )
...
* deps: update `@vector-im/compound-web`
* feat: use new EditInPlace
* e2e: update snapshots
2024-07-02 12:35:13 +00:00
David Baker
510fb1ba2f
Disable profile controls if the HS doesn't allow them to be set ( #12652 )
...
* Disable profile controls if the HS doesn't allow them to be set
Also updates to the js-sdk interface changes in https://github.com/matrix-org/matrix-js-sdk/pull/4246
* Remove unnecessary await
* Pass disabled prop to accessiblebutton in avatarsetting
* Use getCapabilities
in case there are no cached capabilities
* Fix test
* Go back to just using getCapabilities
Rather than change the other places
2024-07-02 10:04:07 +00:00
David Baker
922676a7cc
Clear autocomplete input on selection accept ( #12709 )
...
* Clear autocomplete input on selection accept
Fixes https://github.com/element-hq/element-web/issues/27194
* Playwright: use rust crypto for the bot user (#12708 )
... because legacy crypto is legacy
---------
Co-authored-by: Richard van der Hoff <1389908+richvdh@users.noreply.github.com>
2024-07-02 09:38:20 +00:00
Florian Duros
7d8623de89
Fix `Match system theme` toggle ( #12719 )
...
* deps: force react-id version
* e2e: use checkbox name
2024-07-02 08:39:22 +00:00
ElementRobot
6ebaf3b46b
[create-pull-request] automated change ( #12717 )
...
Co-authored-by: github-merge-queue <118344674+github-merge-queue@users.noreply.github.com>
2024-07-02 06:25:26 +00:00
ElementRobot
ba7ffd68d2
[create-pull-request] automated change ( #12715 )
...
Co-authored-by: github-merge-queue <github-merge-queue@users.noreply.github.com>
2024-07-01 06:18:53 +00:00
ElementRobot
9b00af6b56
[create-pull-request] automated change ( #12712 )
...
Co-authored-by: github-merge-queue <118344674+github-merge-queue@users.noreply.github.com>
2024-06-28 06:24:33 +00:00
ElementRobot
f475e1a6da
[create-pull-request] automated change ( #12711 )
...
Co-authored-by: github-merge-queue <github-merge-queue@users.noreply.github.com>
2024-06-28 06:19:44 +00:00
Richard van der Hoff
8feaae66fb
Playwright: use rust crypto for the bot user ( #12708 )
...
... because legacy crypto is legacy
2024-06-27 15:43:24 +00:00
ElementRobot
b449dc835b
[create-pull-request] automated change ( #12707 )
...
Co-authored-by: github-merge-queue <118344674+github-merge-queue@users.noreply.github.com>
2024-06-27 06:24:50 +00:00
Florian Duros
33a017b528
New theme ui in user settings ( #12576 )
...
* Add hook to get the theme
* Adapt subsection settings to new ui
* WIP new theme subsection
* Add theme selection
* Fix test types
* Disabled theme selector when system theme is used
* Update compound to `4.4.1`
* Add custom theme support
* Remove old ThemChoicePanel
* Fix QuickThemeSwitcher-test.tsx
* Fix AppearanceUserSettingsTab-test.tsx
* Update i18n
* Fix ThemeChoicePanel-test.tsx
* Update `@vector-im/compound-web`
* Small tweaks
* Fix CSS comments and use compound variable
* Remove custom theme title
* i18n: update
* test: add tests to theme selection
* test: update AppearanceUserSettingsTab-test snapshot
* test: rework custom theme
* playwright: fix audio-player.spec.ts
* playwright: appearance tab
* test: update snapshot
* playright: add custom theme
* i18n: use correct char for ellipsis
* a11y: add missing aria-label to delete button
* dialog: update close button tooltip
* theme: remove local state and handle custom delete
* theme: don't add twice the same custom theme
* test: update snapshot
* playwright: update snapshot
* custom theme: add background to custom theme list
* update compound web
* Use new destructive property on `IconButton` of theme panel
* test: update snapshots
* rename new ui into legacy
* remove wrong constructor doc
* fix theme selector padding
* theme selector: fix key
* test: fix e2e
2024-06-26 15:47:01 +00:00
Michael Telatynski
8ede89101a
Adjust room header hover transition from 300ms to 200ms ( #12703 )
...
Signed-off-by: Michael Telatynski <7t3chguy@gmail.com>
2024-06-26 14:17:12 +00:00
David Baker
ea0baee101
Split out email & phone number settings to separate components & move discovery to privacy tab ( #12670 )
...
* WIP update of threepid settings section
* Remove email / phone number section from original place
and don't show the new one if 3pids are disabled
* Update snapshots
* Pull identity server / 3pid binding settings out to separate component
and put it in the security & privacy section which is its new home
* Update snapshot
* Move relevant part of test & update screenshots / snapshots
* Remove unnecessary dependency
* Add test for discovery settings
* Add spacing in terms agreement
2024-06-26 13:04:19 +00:00
Michael Telatynski
72475240ec
Extract SearchScope and SearchInfo into Searching ( #12698 )
...
* Extract SearchScope and SearchInfo into Searching
Signed-off-by: Michael Telatynski <7t3chguy@gmail.com>
* delint
Signed-off-by: Michael Telatynski <7t3chguy@gmail.com>
* delint
Signed-off-by: Michael Telatynski <7t3chguy@gmail.com>
* Fix test
Signed-off-by: Michael Telatynski <7t3chguy@gmail.com>
* Comments
Signed-off-by: Michael Telatynski <7t3chguy@gmail.com>
---------
Signed-off-by: Michael Telatynski <7t3chguy@gmail.com>
2024-06-26 10:59:04 +00:00
Michael Telatynski
7a81470558
Pass through BASE_URL env on playwright screenshot docker wrapper ( #12696 )
...
Signed-off-by: Michael Telatynski <7t3chguy@gmail.com>
2024-06-26 09:34:15 +00:00
Michael Telatynski
86a95cfff7
Switch from graphemer to Intl.Segmenter ( #12697 )
...
Signed-off-by: Michael Telatynski <7t3chguy@gmail.com>
2024-06-26 09:34:07 +00:00
ElementRobot
95c8aa3d18
[create-pull-request] automated change ( #12702 )
...
Co-authored-by: github-merge-queue <118344674+github-merge-queue@users.noreply.github.com>
2024-06-26 06:24:43 +00:00
ElementRobot
b78e6f02f7
[create-pull-request] automated change ( #12701 )
...
Co-authored-by: github-merge-queue <github-merge-queue@users.noreply.github.com>
2024-06-26 06:19:17 +00:00
renovate[bot]
d8a671d753
Update dependency posthog-js to v1.141.3 ( #12700 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2024-06-25 21:45:39 +00:00
renovate[bot]
ffbb903eb6
Update all non-major dependencies ( #12681 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2024-06-25 17:14:16 +00:00
renovate[bot]
7d9ff8b3ff
Update peter-evans/create-pull-request action to v6 ( #12694 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2024-06-25 16:58:57 +00:00
renovate[bot]
070c4763ec
Update actions/github-script action to v7 ( #12691 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2024-06-25 15:02:02 +00:00
renovate[bot]
59512f9808
Update dependency eslint-plugin-unicorn to v54 ( #12693 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2024-06-25 14:22:34 +00:00
renovate[bot]
894b4e738d
Update dependency @types/uuid to v10 ( #12692 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2024-06-25 14:20:43 +00:00
renovate[bot]
4fbfc946db
Update actions/checkout action to v4 ( #12690 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2024-06-25 14:20:42 +00:00
renovate[bot]
5c50605f52
Update typescript-eslint monorepo to v7.14.1 ( #12689 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2024-06-25 14:17:04 +00:00
renovate[bot]
4bf8766885
Update dependency typescript to v5.5.2 ( #12688 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: Michael Telatynski <7t3chguy@gmail.com>
2024-06-25 16:59:07 +01:00
renovate[bot]
8c3cc6159e
Update dependency @vector-im/compound-web to v4.10.0 ( #12687 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2024-06-25 14:16:19 +00:00
renovate[bot]
8977a05387
Update matrix-org ( #12683 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2024-06-25 14:15:55 +00:00
renovate[bot]
3aba3f6fab
Update dependency @types/node to v18.19.39 ( #12682 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2024-06-25 14:14:19 +00:00
renovate[bot]
91779e0351
Update stylelint ( #12684 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2024-06-25 14:14:06 +00:00
renovate[bot]
7da394bf1d
Update dependency @playwright/test to v1.45.0 ( #12685 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2024-06-25 14:14:06 +00:00
renovate[bot]
4e6674bbfb
Update dependency @sentry/browser to v8.11.0 ( #12686 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2024-06-25 14:14:04 +00:00
renovate[bot]
32a838496c
Update peter-evans/create-pull-request digest to 4e1beaa ( #12680 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2024-06-25 14:13:18 +00:00
Michael Telatynski
eb28898754
Reduce number of parallel runners for Playwright ( #12695 )
2024-06-25 15:21:47 +01:00
Florian Duros
15de0010a1
Remove legacy crypto parameter ( #12679 )
2024-06-25 09:06:55 +00:00
ElementRobot
cea0b7c37e
[create-pull-request] automated change ( #12678 )
...
Co-authored-by: github-merge-queue <github-merge-queue@users.noreply.github.com>
2024-06-25 06:20:36 +00:00
Florian Duros
f59bd6d403
Update `@vector-im/compound-web` ( #12675 )
...
* update deps: `@vector-im/compound-web`
* test: update snapshots
2024-06-24 12:51:10 +00:00
Richard van der Hoff
efd309f5f9
Disable playwright tests for legacy crypto ( #12662 )
...
* Disable "legacy crypto" playwright project
* playwight: Remove crypto stack conditions
We only ever run under the rust stack now, so these conditions are
redundant.
* playwright: remove `cryptoBackend` test option
* playwright: remove redundant `projects`
We don't need this any more
* playwright: remove redundant `TestOptions`
2024-06-24 10:30:59 +00:00
Richard van der Hoff
9c862907f9
Switch to Rust crypto stack for all logins ( #12630 )
...
* Use Rust crypto stack universally
Ignore the `feature_rust_crypto` and `RustCrypto.staged_rollout_percent`
settings, and just use RustCrypto everywhere.
* Remove labs setting for rust crypto
* Remove support for legacy crypto stack in `StorageManager`
We're not going to use the legacy stack any more.
* Update docs on `Features.RustCrypto`
* Remove now-unreachable `tryToUnlockSecretStorageWithDehydrationKey`
* Comment out test which doesn't work
* fix typo
2024-06-24 09:14:42 +00:00
ElementRobot
2843545d1e
[create-pull-request] automated change ( #12673 )
...
Co-authored-by: github-merge-queue <github-merge-queue@users.noreply.github.com>
2024-06-24 06:23:21 +00:00
ElementRobot
ce7b538770
[create-pull-request] automated change ( #12671 )
...
Co-authored-by: github-merge-queue <github-merge-queue@users.noreply.github.com>
2024-06-22 06:25:53 +00:00
Richard van der Hoff
736b083a79
Deflake verification playwright tests ( #12669 )
...
Turns out the sleep that got removed in
https://github.com/matrix-org/matrix-react-sdk/pull/12667 was useful.
2024-06-21 16:58:38 +00:00
Michael Telatynski
5eb5ea81d5
Remove redundant copy in deactive uia modal ( #12668 )
...
* Remove redundant copy in deactive uia modal
Signed-off-by: Michael Telatynski <7t3chguy@gmail.com>
* delint
Signed-off-by: Michael Telatynski <7t3chguy@gmail.com>
---------
Signed-off-by: Michael Telatynski <7t3chguy@gmail.com>
2024-06-21 14:16:22 +00:00