agent-ecosystem/src/renderer/components
matt 0cd75a4f1a feat: enhance notification handling with scoped actions
- Updated `markAllNotificationsRead` and `clearNotifications` functions to support optional filtering by trigger name, allowing for more granular control over notification management.
- Adjusted the `NotificationsView` component to reflect the new scoped functionality, including updates to button labels and unread count displays based on active filters.
- Added tests to verify the behavior of scoped actions for marking notifications as read and clearing notifications.
2026-02-20 12:46:40 +09:00
..
chat feat: improve MCP tool input/output rendering 2026-02-19 19:09:53 -03:00
common chore: clean up project configuration and remove unused dependencies 2026-02-16 23:27:43 +09:00
dashboard feat(settings): enhance Claude root management and UI updates 2026-02-16 20:06:09 +09:00
layout chore: clean up project configuration and remove unused dependencies 2026-02-16 23:27:43 +09:00
notifications feat: enhance notification handling with scoped actions 2026-02-20 12:46:40 +09:00
search feat(remotion): integrate Remotion for video rendering and preview 2026-02-12 22:58:58 +09:00
settings feat(docker): add standalone mode and Docker support 2026-02-16 22:57:48 +09:00
sidebar chore: clean up project configuration and remove unused dependencies 2026-02-16 23:27:43 +09: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