agent-ecosystem/src/renderer/components/team/attachments
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
..
AttachmentDisplay.tsx feat: add yet-another-react-lightbox for enhanced image handling 2026-03-05 16:45:23 +02:00
AttachmentPreviewItem.tsx feat: improve task sorting and enhance UI component behavior 2026-03-05 13:32:58 +02:00
AttachmentPreviewList.tsx feat: update package version and add linting dependency 2026-03-05 18:57:07 +02:00
AttachmentThumbnail.tsx feat: add/remove member, mesage box, improve ui... 2026-02-24 14:17:03 +02:00
DropZoneOverlay.tsx fix: enhance message sending reliability and error handling 2026-02-24 16:01:44 +02:00
ImageLightbox.tsx fix: resolve all CI lint errors and flaky test 2026-03-05 21:09:45 +02:00