agent-ecosystem/src/renderer
iliya d7c9e87c40 fix: drag & drop — fix overlay position and root drop zone
- Use top positioning instead of transform for virtual items (fixes
  DragOverlay appearing at top instead of near cursor)
- Add spacer at bottom of tree for root drop target
- Highlight root drop zone during drag
2026-03-01 13:29:01 +02:00
..
api fix: editor improvements — isDir bug, scroll-to-line, Quick Open, a11y 2026-03-01 07:55:50 +02:00
components fix: drag & drop — fix overlay position and root drop zone 2026-03-01 13:29:01 +02:00
constants feat: implement in-app project editor with CodeMirror integration 2026-02-27 22:36:06 +02:00
contexts 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
hooks fix: editor improvements — isDir bug, scroll-to-line, Quick Open, a11y 2026-03-01 07:55:50 +02:00
lib feat(team-managment): stable MVP 2026-02-21 09:47:24 +02:00
services feat: add lead activity tracking for team management 2026-02-25 13:18:37 +02:00
store fix: editor improvements — isDir bug, scroll-to-line, Quick Open, a11y 2026-03-01 07:55:50 +02:00
types merge: sync with upstream/main — session reports, cost calculation, Linux title bar, auto-expand AI groups 2026-02-24 21:04:23 +02:00
utils feat: add project editor with drag & drop file management 2026-02-28 23:40:41 +02:00
App.tsx feat: enhance TeamConfigReader with improved file handling and concurrency 2026-02-28 21:23:16 +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
favicon.png feat: use agent teams 2026-02-22 15:41:18 +02:00
index.css feat: add team restoration and permanent deletion features 2026-02-26 12:15:47 +02:00
index.html feat: use agent teams 2026-02-22 15:41:18 +02:00
main.tsx feat: enhance TeamConfigReader with improved file handling and concurrency 2026-02-28 21:23:16 +02:00
vite-env.d.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