dify/web/app/components
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
..
app fix: fix metadata filter not survive a rename (#30174) 2025-12-26 10:40:30 +08:00
app-sidebar chore: fix type check for i18n (#30058) 2025-12-24 16:31:16 +08:00
apps chore: lint require and how to import react (#30041) 2025-12-23 18:02:10 +08:00
base test: enhance unit tests for plugin components 2025-12-25 17:27:54 +08:00
billing chore: some test (#30144) 2025-12-25 15:34:24 +08:00
custom chore: fix type check for i18n (#30058) 2025-12-24 16:31:16 +08:00
datasets Merge branch 'main' into test/plgin-auth 2025-12-26 11:12:20 +08:00
develop chore: lint require and how to import react (#30041) 2025-12-23 18:02:10 +08:00
explore chore(web): migrate lodash-es to es-toolkit compat (#30126) 2025-12-25 09:44:57 +08:00
goto-anything chore: fix type check for i18n (#30058) 2025-12-24 16:31:16 +08:00
header test: enhance unit tests for plugin components 2025-12-25 17:27:54 +08:00
plugins feat: implement plugin task management UI and tests 2025-12-26 14:18:05 +08:00
rag-pipeline chore(web): migrate lodash-es to es-toolkit compat (#30126) 2025-12-25 09:44:57 +08:00
share feat: allow config NEXT_PUBLIC_BATCH_CONCURRENCY (#30086) 2025-12-26 10:49:10 +08:00
signin chore(web): new lint setup (#30020) 2025-12-23 16:58:55 +08:00
tools chore: some test (#30148) 2025-12-25 19:45:27 +08:00
workflow fix: fix metadata filter not survive a rename (#30174) 2025-12-26 10:40:30 +08:00
workflow-app fix: add transparent border to prevent button size flickering (#30128) 2025-12-25 19:50:21 +08:00
browser-initializer.spec.ts feat: Add polyfill for Array.prototype.toSpliced method (#30031) 2025-12-23 17:48:20 +08:00
browser-initializer.tsx feat: Add polyfill for Array.prototype.toSpliced method (#30031) 2025-12-23 17:48:20 +08:00
i18n-server.tsx chore: lint require and how to import react (#30041) 2025-12-23 18:02:10 +08:00
i18n.tsx chore: lint require and how to import react (#30041) 2025-12-23 18:02:10 +08:00
react-scan.tsx chore(web): new lint setup (#30020) 2025-12-23 16:58:55 +08:00
sentry-initializer.tsx chore(web): new lint setup (#30020) 2025-12-23 16:58:55 +08:00
splash.tsx chore: lint require and how to import react (#30041) 2025-12-23 18:02:10 +08:00
swr-initializer.tsx chore(web): new lint setup (#30020) 2025-12-23 16:58:55 +08:00
with-i18n.tsx Initial commit 2023-05-15 08:51:32 +08:00