agent-ecosystem/src/renderer
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
..
api feat: add windows elevation status banner 2026-05-22 17:41:19 +03:00
assets perf(startup): shrink participant avatar assets 2026-05-23 15:13:02 +03:00
components fix(team-messages): scope debounced sidebar scroll persistence to its team 2026-05-31 18:29:35 +03:00
constants chore: checkpoint workspace before relaunch flow 2026-04-19 16:08:38 +03:00
contexts feat: migrate to React 19 2026-03-24 17:11:55 +02:00
features docs: update agent teams docs and navigation 2026-05-11 11:09:17 +03:00
hooks perf(renderer): narrow theme store subscription 2026-05-31 08:12:15 +03:00
lib feat(team-managment): stable MVP 2026-02-21 09:47:24 +02:00
services feat(team): improve runtime bootstrap controls 2026-05-19 22:39:13 +03:00
store perf(renderer): coalesce initial global task refreshes 2026-05-31 11:38:23 +03:00
types feat(app): rename display name to Agent Teams AI 2026-05-19 14:24:30 +03:00
utils perf: reduce lags Merge pull request #195 from 777genius/perf/team-page-lag-optimization 2026-05-31 15:22:03 +03:00
vendor fix(release): restore radix compose refs export 2026-05-24 02:32:35 +03:00
App.tsx perf(renderer): centralize theme side effects 2026-05-31 06:35:21 +03:00
favicon.png feat: use agent teams 2026-02-22 15:41:18 +02:00
index.css fix(team): prevent composer recipient overflow 2026-05-30 18:46:21 +03:00
index.html perf: reduce splash animation startup pressure 2026-05-24 00:23:11 +03:00
main.tsx fix(renderer): recover failed dynamic imports 2026-05-25 15:42:56 +03:00
sentry.ts chore: checkpoint frontend workspace updates 2026-05-18 01:57:16 +03:00
vite-env.d.ts fix(updater): prevent installation of non-newer versions and enhance update notifications 2026-03-30 15:24:23 +03:00