agent-ecosystem/src
iliya 0f302521e4 fix: improve team selection logic and prevent duplicate fetches
- Enhanced GlobalTaskDetailDialog to handle loading states more effectively, preventing unnecessary re-fetching of team data.
- Updated selectTeam function in teamSlice to guard against duplicate in-flight fetches for the same team, improving performance and user experience.
- Refactored dependencies in useEffect to ensure proper data loading behavior.
2026-02-28 22:25:04 +02:00
..
main feat: optimize team display name resolution and enhance file change handling 2026-02-28 22:16:18 +02:00
preload feat: implement in-app project editor with CodeMirror integration 2026-02-27 22:36:06 +02:00
renderer fix: improve team selection logic and prevent duplicate fetches 2026-02-28 22:25:04 +02:00
shared feat: implement in-app project editor with CodeMirror integration 2026-02-27 22:36:06 +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