agent-ecosystem/src/renderer/hooks
iliya b163892d20 feat: enhance attachment handling and improve UI components
- Updated local image storage documentation to reflect changes in protocol handling for attachments.
- Added attachment metadata handling in message sending and inbox writing processes, improving attachment management.
- Implemented size validation for attachments in the TeamAttachmentStore, ensuring compliance with storage limits.
- Enhanced UI components to support attachment previews and improved user experience in managing attachments.
- Introduced a new RoleSelect component for better role management within teams.
2026-03-05 12:15:03 +02:00
..
navigation 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
useAttachments.ts feat: enhance attachment handling and improve UI components 2026-03-05 12:15:03 +02:00
useAutoScrollBottom.ts fix: reliable window drag region in tab bar 2026-02-22 19:13:14 -05:00
useBranchSync.ts feat: add FAQ section to README and improve cross-platform handling in code 2026-03-02 22:56:56 +02:00
useChipDraftPersistence.ts fix(ci): resolve validate job failures - add ESLint cache, fix 6 lint errors 2026-03-04 01:27:47 +02:00
useCliInstaller.ts fix: enhance CLI installer and session management 2026-02-27 12:56:32 +02:00
useContinuousScrollNav.ts feat: enhance diff view with continuous scroll and lazy loading 2026-02-25 15:39:14 +02:00
useDiffNavigation.ts fix: resolve 245 eslint errors across 12 files 2026-03-04 01:03:45 +02:00
useDraftPersistence.ts feat: enhance team member management with color coding and improved prompts 2026-02-22 23:36:11 +02:00
useEditorKeyboardShortcuts.ts feat: enhance editor file handling and task management features 2026-03-02 20:08:03 +02:00
useFileListCacheWarmer.ts feat: implement team member replacement functionality and enhance file search caching 2026-03-03 00:56:58 +02:00
useFileSuggestions.ts feat: enhance attachment handling and improve UI components 2026-03-05 12:15:03 +02:00
useFullScreen.ts feat: implement fullscreen functionality and related IPC communication 2026-02-22 23:36:11 +02:00
useKeyboardShortcuts.ts feat: enhance README and add detailed diff view implementation plan 2026-03-05 00:11:08 +02:00
useLazyFileContent.ts feat: enhance diff view with continuous scroll and lazy loading 2026-02-25 15:39:14 +02:00
useMarkCommentsRead.ts feat: add task commenting functionality and enhance UI interactions 2026-02-22 23:36:11 +02:00
useMarkdownScrollSync.ts feat: enhance notification and task management features 2026-03-02 18:17:57 +02:00
useMemberStats.ts feat: integrate CLI installer service and UI components 2026-02-26 17:58:51 +02:00
useMentionDetection.ts feat: implement team member replacement functionality and enhance file search caching 2026-03-03 00:56:58 +02:00
useResizableColumns.ts feat: enhance attachment handling and improve UI components 2026-03-05 12:15:03 +02:00
useTabNavigationController.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
useTabUI.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
useTaskLocalState.ts feat: enhance GlobalTaskList with archived task handling and renaming improvements 2026-03-04 16:22:07 +02:00
useTeamMessagesRead.ts feat: enhance notifications and task management features 2026-02-24 20:29:41 +02:00
useTheme.ts feat: enhance project editor with new error boundary and file handling improvements 2026-02-28 17:55:21 +02:00
useUnreadCommentCount.ts feat: add task commenting functionality and enhance UI interactions 2026-02-22 23:36:11 +02:00
useViewedFiles.ts feat: implement diff view with 4 phases — review, accept/reject, task scoping, enhanced UX 2026-02-24 23:39:41 +02:00
useVisibleAIGroup.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
useVisibleFileSection.ts feat: enhance diff view with continuous scroll and lazy loading 2026-02-25 15:39:14 +02:00
useZoomFactor.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