dify/web/app/components/plugins/plugin-page/plugin-tasks
CodingOnStar 16cdf381dc feat: implement plugin task management UI and tests
- Added a new  component to manage and display plugin tasks, including running, success, and error states.
- Created separate components for rendering sections of running, success, and error plugins.
- Introduced a  component for handling task interactions with visual indicators.
- Implemented a custom hook  to manage the state and logic of the plugin task panel.
- Added comprehensive tests for the new components and their interactions, ensuring proper rendering and functionality across various states.
2025-12-26 14:18:05 +08:00
..
hooks.ts chore(web): new lint setup (#30020) 2025-12-23 16:58:55 +08:00
index.spec.tsx feat: implement plugin task management UI and tests 2025-12-26 14:18:05 +08:00
index.tsx feat: implement plugin task management UI and tests 2025-12-26 14:18:05 +08:00
plugin-task-list.tsx feat: implement plugin task management UI and tests 2025-12-26 14:18:05 +08:00
plugin-task-trigger.tsx feat: implement plugin task management UI and tests 2025-12-26 14:18:05 +08:00
use-plugin-task-panel.ts feat: implement plugin task management UI and tests 2025-12-26 14:18:05 +08:00