agent-ecosystem/src
iliya 2b6f9cf9cd feat: add optimistic role update and IPC handler for member role changes
- Implemented optimistic UI updates in `TeamDetailView` to reflect member role changes immediately.
- Added IPC channel for updating member roles, including validation for team and member names.
- Enhanced tests to cover the new role update functionality, ensuring proper handling of valid and invalid inputs.
2026-02-24 20:29:41 +02:00
..
main feat: implement member role update functionality 2026-02-24 20:29:41 +02:00
preload feat: implement member role update functionality 2026-02-24 20:29:41 +02:00
renderer feat: add optimistic role update and IPC handler for member role changes 2026-02-24 20:29:41 +02:00
shared feat: implement member role update functionality 2026-02-24 20:29:41 +02:00
CLAUDE.md 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