agent-ecosystem/src/renderer/components/team/messages
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
..
ActionModeSelector.tsx fix(ci): restore workspace validation 2026-05-25 00:14:43 +03:00
MessageComposer.pendingSend.test.tsx fix: satisfy lint after performance fixes 2026-05-30 17:43:08 +03:00
MessageComposer.tsx perf(renderer): pass composer member avatars 2026-05-31 05:37:33 +03:00
MessagesFilterPopover.tsx perf(renderer): defer message filter option work 2026-05-31 03:03:55 +03:00
MessagesPanel.tsx fix(team-messages): scope debounced sidebar scroll persistence to its team 2026-05-31 18:29:35 +03:00
messagesPanelLogic.ts wip: team messages panel updates and runtime usage cache refinements 2026-05-30 12:54:11 +03:00
OpenCodeDeliveryWarning.tsx feat(i18n): add localization foundation 2026-05-24 15:37:24 +03:00
StatusBlock.tsx feat(i18n): add localization foundation 2026-05-24 15:37:24 +03:00