feat(FN-1844): merge fusion/fn-1844

This commit is contained in:
gsxdsm
2026-04-15 18:38:06 -07:00
parent cf1b36d5da
commit c6ad3da8cc
2 changed files with 4 additions and 1 deletions

View File

@@ -27291,7 +27291,9 @@ html .column.drag-over * {
display: flex;
flex-direction: column;
gap: var(--space-md);
min-height: calc(100vh - 180px);
height: 100%;
overflow-y: auto;
-webkit-overflow-scrolling: touch;
}
.nodes-management-overlay__header {

View File

@@ -255,6 +255,7 @@ describe("Chat API Routes", () => {
mockSendMessage.mockReset();
mockAgentStoreInit.mockResolvedValue(undefined);
mockAgentStoreGetAgent.mockReset();
mockGetOrCreateProjectStore.mockReset();
// Setup default mocks
mockListSessions.mockReturnValue([]);