agent-ecosystem/test/renderer/components/team
777genius b9cfdb9323 fix(team-messages): scope debounced sidebar scroll persistence to its team
A scroll within the 100ms persist debounce could otherwise have its queued
update fire after the user switched teams, writing the previous team's offset
under the new team and restoring the sidebar to the wrong position. Capture the
team that scheduled the update and drop it on fire if the active team changed.
2026-05-31 18:29:35 +03:00
..
activity fix: restore dev validation after team page merge 2026-05-31 15:46:10 +03:00
attachments feat(team): open persisted attachments in editor 2026-05-25 21:30:56 +03:00
dialogs fix(ci): restore workspace validation 2026-05-25 00:14:43 +03:00
editor feat: enhance file icon handling and keyboard shortcuts 2026-03-01 14:24:24 +02:00
members fix: restore dev validation after team page merge 2026-05-31 15:46:10 +03:00
messages fix(team-messages): scope debounced sidebar scroll persistence to its team 2026-05-31 18:29:35 +03:00
review chore: checkpoint frontend workspace updates 2026-05-18 01:57:16 +03:00
sidebar feat(graph): enhance GraphControls with settings toggle and improved zoom functionality 2026-03-29 00:05:29 +02:00
taskLogs feat(team): show live task log activity 2026-05-06 23:15:27 +03:00
ClaudeLogsPanel.test.ts merge(dev): pull origin dev into refactor branch 2026-05-24 17:13:34 +03:00
ClaudeLogsSection.test.ts feat(logs): compact team log source controls 2026-05-25 14:54:28 +03:00
claudeLogsSourceMember.test.ts merge(dev): pull origin dev into refactor branch 2026-05-24 17:13:34 +03:00
leadContextLoadGuards.test.ts fix(team): lazy load lead context detail 2026-05-03 10:52:38 +03:00
LeadSessionDetailGate.test.tsx fix(team): lazy load lead context detail 2026-05-03 10:52:38 +03:00
LiveRuntimeStatusSection.test.tsx fix(team): harden runtime status and opencode bootstrap 2026-05-03 13:09:21 +03:00
ProvisioningProgressBlock.test.tsx fix(team): harden launch diagnostics and MCP shutdown 2026-05-22 00:20:47 +03:00
provisioningSteps.test.ts fix(team): reconcile provisioned-but-not-alive bootstrap state 2026-05-27 12:16:41 +03:00
StepProgressBar.test.tsx feat: docs + optmizitation + improve launch 2026-05-04 17:21:05 +03:00
teamLogSources.test.ts feat: add team log member filtering 2026-05-24 15:40:31 +03:00
TeamModelSelector.test.ts feat(runtime): support anthropic compatible endpoints 2026-05-22 00:16:52 +03:00
TeamModelSelectorDisabledState.test.ts feat(runtime): filter free provider models 2026-05-22 21:04:50 +03:00
teamProjectSelection.test.ts feat(agent-graph): integrate stable slot layout for improved node positioning and interaction 2026-04-15 16:18:11 +03:00
TeamProvisioningBanner.test.ts feat(team): retry failed opencode secondary lanes 2026-05-04 14:48:55 +03:00
teamRuntimeDisplayRows.test.ts fix(team): reconcile provisioned-but-not-alive bootstrap state 2026-05-27 12:16:41 +03:00
teamSessionFetchGuards.test.ts fix(team): avoid full session scan on team open 2026-05-03 09:42:14 +03:00
useClaudeLogsController.test.tsx fix: address log filter review feedback 2026-05-24 16:05:57 +03:00
useTeamAgentRuntimeWatcher.test.ts perf: skip offline runtime polling 2026-05-29 16:11:16 +03:00