agent-ecosystem/src/renderer/components/team/kanban
Mike 053caed8b6 fix(perf): resolve all PR #93 review blockers
- Fix react/display-name in DisplayItemList, MarkdownViewer, SessionItem,
  SidebarTaskItem, TeamDetailView, TeamListView, KanbanBoard, GlobalTaskList,
  MemberCard, TaskRow — all anonymous arrows inside memo() replaced with
  named function form
- Fix simple-import-sort violations in TeamDetailView, TeamListView,
  SchedulesView, ScheduleSection — static imports moved before lazy() consts
- Gate all lazy dialogs in TeamDetailView by their open flag so dynamic
  import() only fires when the dialog is actually opened:
  launchDialogOpen, createTaskDialog.open, sendDialogOpen,
  selectedTask !== null, reviewDialogState.open
2026-05-03 08:57:59 +05:00
..
KanbanBoard.tsx fix(perf): resolve all PR #93 review blockers 2026-05-03 08:57:59 +05:00
KanbanColumn.tsx improvement: alot small improvements and fixes 2026-04-13 16:20:57 +03:00
KanbanFilterPopover.tsx fix(ci): stabilize provisioning test and clear lint errors 2026-03-30 16:45:14 +03:00
KanbanGridLayout.tsx perf: memoize KanbanBoard, KanbanGridLayout, MemberCard, TaskRow, SidebarTaskItem 2026-05-02 21:20:25 +05:00
KanbanSearchInput.tsx improvement: alot small improvements and fixes 2026-04-13 16:20:57 +03:00
KanbanSortPopover.tsx feat: enhance task creation and management features 2026-03-11 12:54:04 +02:00
KanbanTaskCard.test.tsx fix(team): stabilize opencode launch and task logs 2026-04-23 21:08:28 +03:00
KanbanTaskCard.tsx fix(team): stabilize opencode launch and task logs 2026-04-23 21:08:28 +03:00
TrashDialog.tsx feat: integrate agent-teams-controller and enhance task management 2026-03-07 16:01:32 +02:00