element-portable/playwright/snapshots
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/audio-player.spec.ts Fix some playwright flaky tests (#12357) 2024-03-21 15:49:12 +00:00
crypto/crypto.spec.ts Refine styles of controls to match Compound (#12299) 2024-03-05 04:25:47 +00:00
editing/editing.spec.ts Refine styles of menus, toasts, popovers, and modals (#12332) 2024-03-13 13:38:32 +00:00
invite/invite-dialog.spec.ts Refine styles of menus, toasts, popovers, and modals (#12332) 2024-03-13 13:38:32 +00:00
permalinks/permalinks.spec.ts Improve readability of badges and pills (#12360) 2024-03-22 00:27:13 +00:00
polls/polls.spec.ts Refine the colors of some more components (#12343) 2024-03-18 15:47:55 +00:00
register Refine styles of menus, toasts, popovers, and modals (#12332) 2024-03-13 13:38:32 +00:00
release-announcement/releaseAnnouncement.spec.ts TAC: Release Announcement (#12380) 2024-04-08 08:43:59 +00:00
right-panel Refine styles of controls to match Compound (#12299) 2024-03-05 04:25:47 +00:00
room/room-header.spec.ts Tooltip: improve accessibility of the right panel (#12490) 2024-05-03 08:44:04 +00:00
room-directory/room-directory.spec.ts Refine styles of menus, toasts, popovers, and modals (#12332) 2024-03-13 13:38:32 +00:00
settings Move the active tab in user settings to the dialog title (#12481) 2024-05-07 09:32:24 +00:00
spaces Take the Threads Activity Centre out of labs (#12439) 2024-04-29 15:30:19 +00:00
threads/threads.spec.ts Refine the colors of some more components (#12343) 2024-03-18 15:47:55 +00:00
timeline/timeline.spec.ts Extract functions for service worker usage, and add initial MSC3916 playwright test (when supported) (#12414) 2024-05-02 22:19:55 +00:00
user-onboarding/user-onboarding-new.spec.ts Refine styles of menus, toasts, popovers, and modals (#12332) 2024-03-13 13:38:32 +00:00
user-view/user-view.spec.ts Refine styles of controls to match Compound (#12299) 2024-03-05 04:25:47 +00:00
widgets/layout.spec.ts Migrate widgets/* from Cypress to Playwright (#12032) 2023-12-12 17:26:08 +00:00