agent-ecosystem/test/renderer/store
iliya ccee484adc fix: editor improvements — isDir bug, scroll-to-line, Quick Open, a11y
- Fix isDir heuristic: use backend-provided isDirectory instead of
  filename-based guessing (breaks for Makefile, .github, etc.)
- Add scroll-to-line on search result click via editorPendingGoToLine
- Add Cmd+Shift+W shortcut for toggling line wrap
- Rewrite Quick Open to fetch all project files from backend API
  instead of flattening the loaded tree (limited to expanded dirs)
- Fix fd leak in atomicWrite: close file handle in finally block
- Add a11y: role=dialog/alert, aria-modal, aria-label on modals
- Add type=button on error state buttons
2026-03-01 07:55:50 +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: editor improvements — isDir bug, scroll-to-line, Quick Open, a11y 2026-03-01 07:55:50 +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