agent-ecosystem/test/renderer/store
iliya 8e6fb13e5f fix: rename closeTab/setActiveTab to closeEditorTab/setActiveEditorTab
Resolve naming collision between editorSlice and tabSlice.
Both slices defined closeTab and setActiveTab, and since editorSlice
was spread last in the store composition, it silently overwrote the
tabSlice methods, breaking tab management.
2026-02-28 23:53:10 +02:00
..
cliInstallerSlice.test.ts feat: implement in-app project editor with CodeMirror integration 2026-02-27 22:36:06 +02:00
editorSlice.test.ts fix: rename closeTab/setActiveTab to closeEditorTab/setActiveEditorTab 2026-02-28 23:53:10 +02:00
notificationSlice.test.ts feat: implement in-app project editor with CodeMirror integration 2026-02-27 22:36:06 +02:00
paneSlice.test.ts Initialize project structure with essential configuration files including .editorconfig, .gitattributes, .gitignore, and TypeScript settings. Add build and linting configurations, along with README, LICENSE, and contribution guidelines. Set up Tailwind CSS and ESLint for styling and code quality. Include initial package.json and pnpm workspace configuration for dependency management. 2026-02-11 15:52:00 +09:00
pathResolution.test.ts Initialize project structure with essential configuration files including .editorconfig, .gitattributes, .gitignore, and TypeScript settings. Add build and linting configurations, along with README, LICENSE, and contribution guidelines. Set up Tailwind CSS and ESLint for styling and code quality. Include initial package.json and pnpm workspace configuration for dependency management. 2026-02-11 15:52:00 +09:00
sessionSlice.test.ts feat: implement in-app project editor with CodeMirror integration 2026-02-27 22:36:06 +02:00
storeTestUtils.ts merge: integrate improvements branch into editor feature 2026-02-28 23:45:33 +02:00
tabSlice.test.ts feat: integrate CLI installer service and UI components 2026-02-26 17:58:51 +02:00
tabUISlice.test.ts Initialize project structure with essential configuration files including .editorconfig, .gitattributes, .gitignore, and TypeScript settings. Add build and linting configurations, along with README, LICENSE, and contribution guidelines. Set up Tailwind CSS and ESLint for styling and code quality. Include initial package.json and pnpm workspace configuration for dependency management. 2026-02-11 15:52:00 +09:00
teamChangeThrottle.test.ts feat: enhance project editor with new error boundary and file handling improvements 2026-02-28 17:55:21 +02:00
teamSlice.test.ts feat: implement in-app project editor with CodeMirror integration 2026-02-27 22:36:06 +02:00