Archived
feat: add machine federation
This commit is contained in:
@@ -21,6 +21,10 @@ function createContext(statePatch: Partial<AppState> = {}) {
|
||||
openActionPalette: vi.fn(() => { calls.push("openActionPalette"); }),
|
||||
focusPrompt: vi.fn(() => { calls.push("focusPrompt"); }),
|
||||
addProject: vi.fn(() => { calls.push("addProject"); }),
|
||||
addMachine: vi.fn(() => { calls.push("addMachine"); }),
|
||||
refreshSelectedMachine: vi.fn(() => { calls.push("refreshSelectedMachine"); }),
|
||||
removeSelectedMachine: vi.fn(() => { calls.push("removeSelectedMachine"); }),
|
||||
openSelectedMachine: vi.fn(() => { calls.push("openSelectedMachine"); }),
|
||||
configureAuth: vi.fn(() => { calls.push("configureAuth"); }),
|
||||
logoutAuth: vi.fn(() => { calls.push("logoutAuth"); }),
|
||||
openThemePicker: vi.fn(() => { calls.push("openThemePicker"); }),
|
||||
|
||||
Reference in New Issue
Block a user