agent-ecosystem/src/renderer/hooks
iliya 355fe237a6 feat: enhance notification management and team messaging functionality
- Refactored notification handling to utilize NotificationManager for team events, improving consistency and reducing duplicate notifications.
- Introduced deduplication keys for notifications to prevent storage of identical messages.
- Updated notifyNewInboxMessages and notifyNewSentMessages functions to streamline message processing and enhance user experience.
- Enhanced rate limit message handling with in-memory tracking to prevent re-notification of deleted messages.
- Improved UI components with new animations and consistent styling for better user engagement.
- Added support for team-specific notifications, including new event types and improved error handling in notifications.
2026-03-07 13:44:07 +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 file path validation and member stats computation 2026-03-06 13:00:08 +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: resolve all CI lint errors and flaky test 2026-03-05 21:09:45 +02:00
useCliInstaller.ts fix: enhance CLI installer and session management 2026-02-27 12:56:32 +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: enhance UI and functionality in team dialogs and components 2026-03-06 23:21:56 +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 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
useFileListCacheWarmer.ts feat: implement team member replacement functionality and enhance file search caching 2026-03-03 00:56:58 +02:00
useFileSuggestions.ts fix: resolve all CI lint errors and flaky test 2026-03-05 21:09:45 +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 fix: resolve all CI lint errors and flaky test 2026-03-05 21:09:45 +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
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
useTheme.ts feat: enhance notification management and team messaging functionality 2026-03-07 13:44:07 +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