dify/web/app/components/plugins
CodingOnStar b58a482475 refactor(plugin-tasks): consolidate plugin task components and improve state management
- Removed redundant components and consolidated logic for handling plugin tasks.
- Updated the rendering logic to directly manage plugin states within the main component.
- Enhanced the modal handling for clearing tasks and displaying statuses.
- Improved the overall structure and readability of the code by eliminating unnecessary files and simplifying the component hierarchy.
2025-12-29 15:30:13 +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 refactor(query-state): migrate query param state management to nuqs (#30184) 2025-12-29 11:24:54 +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 refactor(plugin-tasks): consolidate plugin task components and improve state management 2025-12-29 15:30:13 +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