Coworkers pages redesigned: grouped list, one toggle per row, detail overhaul

List groups General/Security with quiet disclosures for unshipped coworkers and the installer (native pickers for folder/zip); gallery is internal-build only.
Detail: markdown About with bundle screenshot carousel, one Connectors table (Status/Enable), tool calls collapsed under Advanced, management controls moved here.
This commit is contained in:
Rohit C Prasad
2026-08-20 18:17:10 -07:00
parent 19e10f0e76
commit 78b0f488c4
13 changed files with 597 additions and 327 deletions
+1 -1
View File
@@ -32,7 +32,7 @@ test("Settings: Coworkers tab opens by default; flag \"0\" hides it", async ({ p
await page.getByTestId("account-row").click();
await page.getByRole("button", { name: "Settings", exact: true }).click();
await page.getByRole("button", { name: "Coworkers", exact: true }).click();
await expect(page.getByText("Add coworkers")).toBeVisible();
await expect(page.getByTestId("install-disclosure")).toBeVisible();
});
test("Settings: the flag escape hatch hides the Coworkers tab", async ({ page }) => {