agent-ecosystem/src/renderer/store/slices
iliya a0764e39d1 feat: enhance team name validation and UI interactions
- Updated TEAM_NAME_PATTERN to enforce kebab-case naming conventions with lowercase letters and hyphens.
- Introduced a sanitizeTeamName function to ensure team names are properly formatted before submission.
- Enhanced CreateTeamDialog to provide real-time feedback on team name validity and display sanitized names.
- Modified NewProjectCard to open the teams tab upon navigating to a matching worktree.
- Updated TeamListView header to clarify the selection process for teams.
2026-03-01 19:41:19 +02:00
..
changeReviewSlice.ts feat: enhance team name validation and UI interactions 2026-03-01 19:41:19 +02:00
cliInstallerSlice.ts fix: enhance CLI installer and session management 2026-02-27 12:56:32 +02:00
configSlice.ts feat: enhance project editor with new error boundary and file handling improvements 2026-02-28 17:55:21 +02:00
connectionSlice.ts feat(ipc): refactor context switching and event handling 2026-02-12 17:08:05 +09:00
contextSlice.ts feat: optimize IPC initialization and context management for improved app performance 2026-02-28 15:16:13 +02:00
conversationSlice.ts feat: enhance diff view with new features and improvements 2026-02-24 20:56:13 +02:00
editorSlice.ts feat: enhance task management with new file renaming feature and notification settings 2026-03-01 17:52:54 +02:00
notificationSlice.ts feat: add/remove member, mesage box, improve ui... 2026-02-24 20:29:41 +02:00
paneSlice.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
projectSlice.ts feat: enhance project editor with new error boundary and file handling improvements 2026-02-28 17:55:21 +02:00
repositorySlice.ts feat: enhance project editor with new error boundary and file handling improvements 2026-02-28 17:55:21 +02:00
sessionDetailSlice.ts feat: add auto-expand AI response groups setting 2026-02-22 19:13:28 -05:00
sessionSlice.ts feat(sessions): implement session hiding and un-hiding functionality 2026-02-16 21:22:42 +09:00
subagentSlice.ts feat(http): implement HTTP server and route handlers for configuration, notifications, projects, sessions, and SSH management 2026-02-12 15:04:56 +09:00
tabSlice.ts feat: add team restoration and permanent deletion features 2026-02-26 12:15:47 +02:00
tabUISlice.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
teamSlice.ts feat: enhance task management with new file renaming feature and notification settings 2026-03-01 17:52:54 +02:00
uiSlice.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
updateSlice.ts feat(http): implement HTTP server and route handlers for configuration, notifications, projects, sessions, and SSH management 2026-02-12 15:04:56 +09:00