agent-ecosystem/src/renderer/hooks
iliya 26f7b9158f fix(graph): enhance particle rendering for task comments
- Added visual differentiation for 'task_comment' particles, adjusting size and glow effects.
- Updated drawing functions to handle new particle kind, ensuring proper rendering in the graph.
- Introduced a merge function for particles to prevent duplicates during state updates.
- Enhanced color constants for better visual representation of different particle types.
2026-03-28 22:55:01 +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 fix(hooks): resolve react-hooks/refs lint errors breaking CI 2026-03-24 18:06:08 +02:00
useAutoScrollBottom.ts feat: migrate to React 19 2026-03-24 17:11:55 +02:00
useBranchSync.ts fix(graph): enhance particle rendering for task comments 2026-03-28 22:55:01 +02:00
useChipDraftPersistence.ts fix: resolve all CI lint errors and flaky test 2026-03-05 21:09:45 +02:00
useCliInstaller.ts fix(auth): enrich PTY env and invalidate status cache after login 2026-03-25 13:36:12 +02:00
useCollapsedGroups.ts feat: add strip-markdown dependency and integrate markdown stripping in notifications 2026-03-06 20:31:14 +02:00
useComposerDraft.ts feat(readme): update project title with link and remove unused media files 2026-03-23 20:18:14 +02:00
useContinuousScrollNav.ts feat: migrate to React 19 2026-03-24 17:11:55 +02:00
useCreateTeamDraft.ts feat(team): persist create-team form state across tab navigation 2026-03-22 15:02:07 +02:00
useDiffNavigation.ts fix: resolve 245 eslint errors across 12 files 2026-03-04 01:03:45 +02:00
useDraftPersistence.ts fix: resolve all CI lint errors and flaky test 2026-03-05 21:09:45 +02:00
useEditorKeyboardShortcuts.ts feat: enhance editor file handling and task management features 2026-03-02 20:08:03 +02:00
useExtensionsTabState.ts feat: add skills management features and integrate skills API 2026-03-11 21:46:56 +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 fix: reset notification dismissal on team relaunch 2026-03-10 20:44:04 +02:00
useFullScreen.ts feat: implement fullscreen functionality and related IPC communication 2026-02-22 23:36:11 +02:00
useKeyboardShortcuts.ts feat(graph): force-directed agent graph visualization with kanban-zone task layout 2026-03-28 12:03:42 +02:00
useLazyFileContent.ts feat: migrate to React 19 2026-03-24 17:11:55 +02:00
useMarkCommentsRead.ts fix(hooks): resolve react-hooks/refs lint errors breaking CI 2026-03-24 18:06:08 +02:00
useMarkdownScrollSync.ts feat: add Radix UI Alert Dialog component and enhance SkillImportService 2026-03-12 11:53:40 +02:00
useMemberStats.ts feat: integrate CLI installer service and UI components 2026-02-26 17:58:51 +02:00
useMentionDetection.ts fix(team): scan inbox for permission_request during provisioning 2026-03-27 23:35:52 +02:00
usePersistedGridLayout.ts refactor: improve KanbanGridLayout with loading state and layout persistence enhancements 2026-03-11 19:06:59 +02:00
useResizableColumns.ts fix: resolve all CI lint errors and flaky test 2026-03-05 21:09:45 +02:00
useResizablePanel.ts fix(lint): resolve ESLint errors breaking CI validate 2026-03-24 12:39:06 +02:00
useStableTeamMentionMeta.ts feat(landing): enhance base URL handling and improve image paths 2026-03-23 17:51:09 +02:00
useTabNavigationController.ts feat: migrate to React 19 2026-03-24 17:11:55 +02: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
useTaskSuggestions.ts feat: improve task reference handling and enhance UI components 2026-03-11 14:18:43 +02:00
useTeamMessagesExpanded.ts feat: add effort level management to team provisioning and dialogs 2026-03-06 21:28:12 +02:00
useTeamMessagesRead.ts feat: enhance notifications and task management features 2026-02-24 20:29:41 +02:00
useTeamSuggestions.ts feat: enhance API key management and GitHub stars integration 2026-03-10 20:05:04 +02:00
useTheme.ts feat: enhance notification management and team messaging functionality 2026-03-07 13:44:07 +02:00
useToolApprovalDiff.ts feat: tool approval improvements — diff preview, error feedback, provisioning fix 2026-03-20 18:41:01 +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
useViewportCommentRead.ts fix: resolve lint warnings in hooks, store, and sentry modules 2026-03-22 17:36:11 +02:00
useViewportObserver.ts fix: resolve lint warnings in hooks, store, and sentry modules 2026-03-22 17:36:11 +02:00
useVisibleAIGroup.ts feat: migrate to React 19 2026-03-24 17:11:55 +02:00
useVisibleFileSection.ts feat: migrate to React 19 2026-03-24 17:11:55 +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