feat: introduce UX Extension and Base Folder Strategy

This commit is contained in:
Keith Guerin
2026-03-20 14:57:56 -07:00
parent 8eb419a47a
commit f13cb832aa
575 changed files with 11311 additions and 19877 deletions
@@ -36,7 +36,8 @@ const renderWithMockedStats = async (metrics: SessionMetrics) => {
startNewPrompt: vi.fn(),
});
const result = await render(<ToolStatsDisplay />);
const result = render(<ToolStatsDisplay />);
await result.waitUntilReady();
return result;
};