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:
parent
89c9a5e4a2
commit
eb2544a42d
2 changed files with 8 additions and 16 deletions
|
|
@ -78,6 +78,7 @@ function commonMasks(page) {
|
|||
page.locator('.filter-bar'),
|
||||
page.locator('.skills-bar'),
|
||||
page.locator('.connections-section'),
|
||||
page.locator('.loading-state'),
|
||||
]
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue