dify/web/app/components/plugins
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
..
base chore(web): migrate lodash-es to es-toolkit compat (#30126) 2025-12-25 09:44:57 +08:00
card chore: fix type check for i18n (#30058) 2025-12-24 16:31:16 +08:00
install-plugin chore(web): migrate lodash-es to es-toolkit compat (#30126) 2025-12-25 09:44:57 +08:00
marketplace chore(web): migrate lodash-es to es-toolkit compat (#30126) 2025-12-25 09:44:57 +08:00
plugin-auth test: improve unit tests for plugin authentication components 2025-12-25 17:52:45 +08:00
plugin-detail-panel chore(web): migrate lodash-es to es-toolkit compat (#30126) 2025-12-25 09:44:57 +08:00
plugin-item test: enhance unit tests for plugin components 2025-12-25 17:27:54 +08:00
plugin-mutation-model chore: lint require and how to import react (#30041) 2025-12-23 18:02:10 +08:00
plugin-page feat: implement plugin task management UI and tests 2025-12-26 14:18:05 +08:00
readme-panel chore: lint require and how to import react (#30041) 2025-12-23 18:02:10 +08:00
reference-setting-modal chore: lint require and how to import react (#30041) 2025-12-23 18:02:10 +08:00
update-plugin chore: lint require and how to import react (#30041) 2025-12-23 18:02:10 +08:00
constants.ts feat: introduce trigger functionality (#27644) 2025-11-12 17:59:37 +08:00
hooks.ts chore: fix type check for i18n (#30058) 2025-12-24 16:31:16 +08:00
provider-card.tsx chore: lint require and how to import react (#30041) 2025-12-23 18:02:10 +08:00
types.ts feat: add editing support for trigger subscriptions (#29957) 2025-12-24 19:15:54 +08:00
utils.ts fix: Refactor i18n config and fix plugin search box styling issue (#22945) 2025-07-25 15:01:28 +08:00