agent-ecosystem/src/renderer/components/team/members
iliya 2ceed41e00 fix: resolve all CI lint errors and flaky test
- Fix React hooks violations: ref updates during render (useDraftPersistence,
  useChipDraftPersistence, useAttachments), setState in effects across 15+
  components, useCallback self-reference TDZ in useResizableColumns
- Fix TypeScript lint: remove unnecessary type assertions, replace inline
  import() annotations with direct imports, remove unused variables/imports
- Fix SonarJS issues: prefer-regexp-exec, slow-regex in SubagentResolver,
  no-misleading-array-reverse in TeamProvisioningService, use-type-alias
  in ClaudeLogsSection, variable shadowing in ChangeExtractorService
- Fix accessibility: associate labels with controls in filter popovers
- Fix template expression safety: wrap unknown errors with String()
- Fix flaky FileWatcher test: floor instanceCreatedAt to second granularity
  to match filesystem birthtimeMs resolution on Linux
- Replace TODO comments with NOTE where features are intentionally disabled
- Remove unused leadContextByTeam from TeamDetailView store selector

62 files changed across main process, renderer, shared types, and hooks.
All 1646 tests pass, typecheck clean, 0 lint errors.
2026-03-05 21:09:45 +02:00
..
MemberCard.tsx fix: resolve all CI lint errors and flaky test 2026-03-05 21:09:45 +02:00
MemberDetailDialog.tsx feat: integrate CLI installer service and UI components 2026-02-26 17:58:51 +02:00
MemberDetailHeader.tsx fix: resolve all CI lint errors and flaky test 2026-03-05 21:09:45 +02:00
MemberDetailStats.tsx feat: integrate CLI installer service and UI components 2026-02-26 17:58:51 +02:00
MemberDraftRow.tsx fix: resolve all CI lint errors and flaky test 2026-03-05 21:09:45 +02:00
MemberExecutionLog.tsx feat: enhance TeamProvisioningService and UI components for lead text handling 2026-03-05 20:22:25 +02:00
MemberList.tsx feat: improve team management and logging functionality 2026-03-03 23:00:55 +02:00
MemberLogsTab.tsx fix: resolve all CI lint errors and flaky test 2026-03-05 21:09:45 +02:00
MemberMessagesTab.tsx feat: add/remove member, mesage box, improve ui... 2026-02-24 14:17:03 +02:00
MemberRoleEditor.tsx fix: resolve all CI lint errors and flaky test 2026-03-05 21:09:45 +02:00
MembersEditorSection.tsx feat: enhance team member validation and improve logging 2026-03-03 23:58:19 +02:00
membersEditorTypes.ts feat: implement team member replacement functionality and enhance file search caching 2026-03-03 00:56:58 +02:00
membersEditorUtils.ts feat: implement team member replacement functionality and enhance file search caching 2026-03-03 00:56:58 +02:00
MemberStatsTab.tsx feat: add FAQ section to README and improve cross-platform handling in code 2026-03-02 22:56:56 +02:00
MemberTasksTab.tsx feat: alot, code highlight, related tasks, group by project and other 2026-02-23 20:06:08 +02:00