feat: Add lightweight Disconnect button

This commit is contained in:
Maxwell Gerber
2025-03-31 18:54:44 -07:00
parent fa7f9c80cd
commit 9ab213bc89
4 changed files with 31 additions and 11 deletions

View File

@@ -26,6 +26,7 @@ describe("Sidebar Environment Variables", () => {
bearerToken: "",
setBearerToken: jest.fn(),
onConnect: jest.fn(),
onDisconnect: jest.fn(),
stdErrNotifications: [],
logLevel: "info" as const,
sendLogLevelRequest: jest.fn(),