Keep sidebar controls in dedicated left rail

This commit is contained in:
2026-08-05 16:28:33 +02:00
parent 38dfb9fd54
commit 9b7b2f3c2e
7 changed files with 15 additions and 6 deletions
+2
View File
@@ -61,6 +61,8 @@ test("workspace columns collapse and expand without leaving a gap", async ({ pag
await page.goto("/");
await page.locator("#sidebarCloseButton").click();
await expect(page.locator(".catalog-screen")).toHaveClass(/sidebar-collapsed/);
const secondaryPanel = await page.locator(".secondary-panel").boundingBox();
expect(secondaryPanel?.x).toBeGreaterThanOrEqual(44);
await page.locator("#secondaryPanelToggle").click();
await expect(page.locator(".catalog-screen")).toHaveClass(/secondary-collapsed/);