agent-ecosystem/src/renderer/components
iliya ede47903c1 feat: enhance TaskCommentsSection with improved comment rendering and visibility management
- Added state management for visible comments, allowing users to see a limited number of comments for better performance.
- Implemented logic to cap the number of rendered comments, preventing UI freezes with large comment lists.
- Introduced sorting for comments based on creation date to display the most recent comments first.
- Updated the UI to inform users when only a subset of comments is being displayed, enhancing user experience.
2026-02-28 22:52:18 +02:00
..
chat feat: enhance MarkdownViewer and task dialogs with loading state management and performance logging 2026-02-28 22:48:08 +02:00
common feat: add download badges with direct links per platform 2026-02-27 20:55:38 +02:00
dashboard feat: add download badges with direct links per platform 2026-02-27 20:55:38 +02:00
layout feat: update pricing configuration and enhance file content handling 2026-02-26 14:30:09 +02:00
notifications feat: enhance notification handling with scoped actions 2026-02-20 12:46:40 +09:00
report fix(report): avoid ÷ 0 phrasing when no commits or lines changed 2026-02-22 15:47:17 -05:00
search feat: search session globally across projects 2026-02-21 14:34:25 +05:30
settings feat: integrate CLI installer service and UI components 2026-02-26 17:58:51 +02:00
sidebar feat: enhance team management with improved session and project path history handling 2026-02-28 21:40:47 +02:00
team feat: enhance TaskCommentsSection with improved comment rendering and visibility management 2026-02-28 22:52:18 +02:00
terminal feat: add download badges with direct links per platform 2026-02-27 20:55:38 +02:00
ui feat: add agent language update handling and validation 2026-02-24 20:29:41 +02:00
CLAUDE.md Initialize project structure with essential configuration files including .editorconfig, .gitattributes, .gitignore, and TypeScript settings. Add build and linting configurations, along with README, LICENSE, and contribution guidelines. Set up Tailwind CSS and ESLint for styling and code quality. Include initial package.json and pnpm workspace configuration for dependency management. 2026-02-11 15:52:00 +09:00