agent-ecosystem/test/renderer/store
iliya 0cb85d463c feat: enhance project editor with new error boundary and file handling improvements
- Introduced `EditorErrorBoundary` component to catch runtime errors in CodeMirror, providing a fallback UI to prevent crashes.
- Updated file handling logic to utilize `isbinaryfile` for more reliable binary detection, replacing manual null-byte scans.
- Enhanced `openFile` method to prevent duplicate tabs for already opened files.
- Improved documentation for new components and updated file lists to reflect recent changes.
- Optimized file watcher and path validation processes for better performance and reliability.
2026-02-28 17:55:21 +02:00
..
cliInstallerSlice.test.ts feat: implement in-app project editor with CodeMirror integration 2026-02-27 22:36:06 +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 feat: implement in-app project editor with CodeMirror integration 2026-02-27 22:36:06 +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