agent-ecosystem/src/renderer/services
iliya bf2220daf6 fix: resolve lint warnings in hooks, store, and sentry modules
- Move ref assignments from render to useEffect (useViewportCommentRead,
  useViewportObserver)
- Copy ref.current to local variable for effect cleanup closure
- Add eslint-disable for intentional ref-as-cache pattern
  (useStableTeamMentionMeta)
- Fix !== always-true comparison between undefined and null (store)
- Add missing return types (sentry, composerDraftStorage)
- Remove unused import isLeadAgentType (memberHelpers)
- Suppress naming-convention warning for Vite-injected __APP_VERSION__
2026-03-22 17:36:11 +02:00
..
layout-system refactor: improve KanbanGridLayout with loading state and layout persistence enhancements 2026-03-11 19:06:59 +02:00
commentReadStorage.ts style: auto-fix import/export sorting and formatting 2026-03-16 20:48:42 +02:00
composerDraftStorage.ts fix: resolve lint warnings in hooks, store, and sentry modules 2026-03-22 17:36:11 +02:00
contextStorage.ts feat(visualization): enhance team and subagent visualization in README 2026-02-12 23:43:28 +09:00
createTeamDraftStorage.ts feat(team): persist create-team form state across tab navigation 2026-03-22 15:02:07 +02:00
draftStorage.ts feat: alot, code highlight, related tasks, group by project and other 2026-02-23 20:06:08 +02:00