agent-ecosystem/src/renderer/components/sidebar
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
..
DateGroupedSessions.tsx feat: enhance attachment handling and improve UI components 2026-03-05 12:15:03 +02:00
GlobalTaskList.tsx fix: resolve all CI lint errors and flaky test 2026-03-05 21:09:45 +02:00
SessionContextMenu.tsx merge: sync with upstream/main — session reports, cost calculation, Linux title bar, auto-expand AI groups 2026-02-24 21:04:23 +02:00
SessionItem.tsx feat: enhance attachment handling and improve UI components 2026-03-05 12:15:03 +02:00
SidebarTaskItem.tsx fix: resolve all CI lint errors and flaky test 2026-03-05 21:09:45 +02:00
TaskContextMenu.tsx feat: enhance task attachment handling and UI components 2026-03-05 16:21:44 +02:00
TaskFiltersPopover.tsx feat: add team restoration and permanent deletion features 2026-02-26 12:15:47 +02:00
taskFiltersState.ts refactor: update IPC channel constants and improve markdown plugin usage 2026-02-23 20:06:08 +02:00