mirror of
https://github.com/block/buzz.git
synced 2026-08-18 06:50:31 +02:00
feat: promote mesh-compute to stable (remove from preview list)
Signed-off-by: Taylor Ho <taylorkmho@gmail.com>
This commit is contained in:
@@ -119,7 +119,6 @@ export const settingsSections: SettingsSectionDescriptor[] = [
|
||||
value: "compute",
|
||||
label: "Compute",
|
||||
icon: Cpu,
|
||||
featureGate: "mesh-compute",
|
||||
},
|
||||
{
|
||||
value: "shortcuts",
|
||||
|
||||
@@ -137,14 +137,9 @@ test("screenshot: Huddles in channel header (preview)", async ({ page }) => {
|
||||
});
|
||||
});
|
||||
|
||||
test("screenshot: Settings → Compute (preview, after enabling)", async ({
|
||||
page,
|
||||
}) => {
|
||||
test("screenshot: Settings → Compute (stable)", async ({ page }) => {
|
||||
await page.goto("/");
|
||||
await openSettings(page);
|
||||
await page.getByTestId("settings-nav-experimental").click();
|
||||
await page.getByTestId("feature-toggle-mesh-compute").click();
|
||||
await page.waitForTimeout(300);
|
||||
await page.getByTestId("settings-nav-compute").click();
|
||||
await page.waitForTimeout(500);
|
||||
const view = page.getByTestId("settings-view");
|
||||
@@ -175,7 +170,6 @@ test("screenshot: Settings → Experiments (all on)", async ({ page }) => {
|
||||
await page.getByTestId("feature-toggle-pulse").click();
|
||||
await page.getByTestId("feature-toggle-forum").click();
|
||||
await page.getByTestId("feature-toggle-huddles").click();
|
||||
await page.getByTestId("feature-toggle-mesh-compute").click();
|
||||
await page.waitForTimeout(500);
|
||||
const view = page.getByTestId("settings-view");
|
||||
await view.screenshot({
|
||||
|
||||
Binary file not shown.
|
Before Width: | Height: | Size: 46 KiB After Width: | Height: | Size: 40 KiB |
Binary file not shown.
|
Before Width: | Height: | Size: 45 KiB After Width: | Height: | Size: 39 KiB |
Binary file not shown.
|
Before Width: | Height: | Size: 61 KiB After Width: | Height: | Size: 61 KiB |
@@ -63,13 +63,6 @@
|
||||
"description": "Voice sessions with humans and agents via TTS/STT",
|
||||
"tier": "preview",
|
||||
"platforms": ["desktop"]
|
||||
},
|
||||
{
|
||||
"id": "mesh-compute",
|
||||
"name": "Mesh Compute",
|
||||
"description": "Peer-to-peer inference sharing across workspace members",
|
||||
"tier": "preview",
|
||||
"platforms": ["desktop"]
|
||||
}
|
||||
]
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user