refactor(activity): migrate to PageShell + ColumnsLayout

Replace .activity-page wrapper + SidebarLayout with PageShell +
ColumnsLayout cols="events-sidebar". Delete the now-redundant
flex-chain CSS that PageShell owns. Adds .loading-state to the
visual mask list to handle the connections-mobile race between
the loading and loaded states.
This commit is contained in:
Jennie Robinson Faber 2026-04-08 16:45:12 +01:00
parent 89c9a5e4a2
commit eb2544a42d
2 changed files with 8 additions and 16 deletions

View file

@ -78,6 +78,7 @@ function commonMasks(page) {
page.locator('.filter-bar'),
page.locator('.skills-bar'),
page.locator('.connections-section'),
page.locator('.loading-state'),
]
}