element-web/playwright/e2e
David Baker 18ef97161a
Move the active tab in user settings to the dialog title (#12481)
* Convert tabbedview to functional component

The 'Tab' is still a class, so now it's a functional component that
has a supporting class, which is maybe a bit... jarring, but I think
is actually perfectly logical.

* put comment back

* Fix bad tab ID behaviour

* Make TabbedView a controlled component

This does mean the logic of keeping what tab is active is now in each
container component, but for a functional component, this is a single
line. It makes TabbedView simpler and the container components always
know exactly what tab is being displayed rather than having to effectively
keep the state separately themselves if they wanted it.

Based on https://github.com/matrix-org/matrix-react-sdk/pull/12478

* Move the active tab in user settings to the dialog title

Separated by a colon, as per the new design.

* Update snapshots

* Update a playwright test

* Fix more tests / snapshots

* Attempt to test all the cases of titleForTabID

* More tests
2024-05-07 09:32:24 +00:00
..
audio-player Fix some playwright flaky tests (#12357) 2024-03-21 15:49:12 +00:00
composer
create-room
crypto Expected UTDs: use a different message for UTDs sent before login (#12391) 2024-04-25 08:11:41 +00:00
editing
integration-manager
invite
knock
lazy-loading
left-panel
location
login
oidc
one-to-one-chat
permalinks
polls
presence Fix/disable failing playwright tests (#12402) 2024-04-05 18:07:25 +00:00
read-receipts Take the Threads Activity Centre out of labs (#12439) 2024-04-29 15:30:19 +00:00
register
regression-tests
release-announcement TAC: Release Announcement (#12380) 2024-04-08 08:43:59 +00:00
right-panel
room Fix some playwright flaky tests (#12357) 2024-03-21 15:49:12 +00:00
room-directory
room_options
settings Move the active tab in user settings to the dialog title (#12481) 2024-05-07 09:32:24 +00:00
sliding-sync
spaces Add `Tooltip` to `AccessibleButton` (#12443) 2024-04-24 12:24:25 +00:00
spotlight
threads Take the Threads Activity Centre out of labs (#12439) 2024-04-29 15:30:19 +00:00
timeline Extract functions for service worker usage, and add initial MSC3916 playwright test (when supported) (#12414) 2024-05-02 22:19:55 +00:00
toasts
update
user-menu
user-onboarding
user-view
widgets
utils.ts