agent-ecosystem/src/renderer/components/ui
iliya baabae0594 fix: resolve all ESLint errors breaking CI validate job
- Fix import sort order in 6 files (TeamDataService, TeamProvisioningService,
  ChatHistory, SortableTab, LeadThoughtsGroup, MemberDraftRow)
- Replace slow regex with string manipulation in MemberStatsComputer
- Use RegExp.exec() instead of String.match() in toolSummary
- Fix non-backtracking regex pattern in toolSummary parser
- Remove unnecessary type assertions in TeamDataService and TeamProvisioningService
- Convert for-loop to for-of in TeamDataService
- Fix no-param-reassign in TeamDataService.sendMessage
- Convert function component to arrow function in LeadThoughtsGroup
- Fix nested functions depth in MentionableTextarea tip rotation
- Use optional chain in teamSlice
2026-03-06 16:36:37 +02:00
..
auto-resize-textarea.tsx feat: enhance team member management with color coding and improved prompts 2026-02-22 16:41:16 +02:00
badge.tsx feat: enhance task log retrieval with optional parameters 2026-02-23 14:56:31 +02:00
button.tsx feat(team-managment): stable MVP 2026-02-21 09:47:24 +02:00
checkbox.tsx feat: use agent teams 2026-02-22 15:41:18 +02:00
ChipInteractionLayer.tsx feat: enhance file reveal functionality and improve UI interactions 2026-03-02 21:53:22 +02:00
CodeChipBadge.tsx feat: add binary file preview functionality and improve editor performance 2026-03-01 23:51:51 +02:00
combobox.tsx feat: add agent language update handling and validation 2026-02-24 17:11:54 +02:00
context-menu.tsx feat: enhance task notification and management features 2026-03-04 16:15:40 +02:00
dialog.tsx feat: enhance message handling and UI components for improved user experience 2026-03-06 01:24:09 +02:00
ExpandableContent.tsx fix: resolve all CI lint errors and flaky test 2026-03-05 21:09:45 +02:00
input.tsx feat(team-managment): stable MVP 2026-02-21 09:47:24 +02:00
label.tsx feat(team-managment): stable MVP 2026-02-21 09:47:24 +02:00
MemberSelect.tsx fix: resolve all CI lint errors and flaky test 2026-03-05 21:09:45 +02:00
MentionableTextarea.tsx fix: resolve all ESLint errors breaking CI validate job 2026-03-06 16:36:37 +02:00
MentionSuggestionList.tsx feat: enhance team member validation and improve logging 2026-03-03 23:58:19 +02:00
popover.tsx feat: add/remove member, mesage box, improve ui... 2026-02-24 14:17:03 +02:00
select.tsx feat(team-managment): stable MVP 2026-02-21 09:47:24 +02:00
tabs.tsx feat: use agent teams 2026-02-22 15:41:18 +02:00
textarea.tsx feat(team-managment): stable MVP 2026-02-21 09:47:24 +02:00
tooltip.tsx fix: add description to eslint-enable comment in tooltip.tsx 2026-02-23 12:27:54 +02:00