dify/web/app/components/workflow/hooks
Harry b283a2b3d9 feat(trigger): add API endpoint to retrieve trigger plugin icons and enhance workflow response handling
- Introduced `TriggerProviderIconApi` to fetch icons for trigger plugins based on tenant and provider ID.
- Updated `WorkflowResponseConverter` to include trigger plugin icons in the response.
- Implemented `get_trigger_plugin_icon` method in `TriggerManager` for icon retrieval logic.
- Adjusted `Node` class to correctly set provider information for trigger plugins.
- Modified TypeScript types to accommodate new provider ID field in workflow nodes.
2025-10-13 16:50:32 +08:00
..
use-workflow-run-event feat: knowledge pipeline (#25360) 2025-09-18 12:49:10 +08:00
index.ts chore: time from now i18n support (#26328) 2025-09-28 13:37:42 +08:00
use-available-blocks.ts feat: knowledge pipeline (#25360) 2025-09-18 12:49:10 +08:00
use-checklist.ts fix(workflow): replace hardcoded trigger node logic with metadata-driven approach 2025-09-26 22:35:21 +08:00
use-config-vision.ts
use-DSL.ts feat: knowledge pipeline (#25360) 2025-09-18 12:49:10 +08:00
use-dynamic-test-run-options.tsx feat(trigger): add API endpoint to retrieve trigger plugin icons and enhance workflow response handling 2025-10-13 16:50:32 +08:00
use-edges-interactions-without-sync.ts
use-edges-interactions.ts
use-fetch-workflow-inspect-vars.ts feat: knowledge pipeline (#25360) 2025-09-18 12:49:10 +08:00
use-helpline.ts fix: correct entry node alignment for wrapper offset 2025-09-30 18:36:49 +08:00
use-inspect-vars-crud-common.ts feat: knowledge pipeline (#25360) 2025-09-18 12:49:10 +08:00
use-inspect-vars-crud.ts feat: knowledge pipeline (#25360) 2025-09-18 12:49:10 +08:00
use-node-data-update.ts
use-nodes-available-var-list.ts feat: knowledge pipeline (#25360) 2025-09-18 12:49:10 +08:00
use-nodes-interactions-without-sync.ts
use-nodes-interactions.ts fix: correct entry node alignment for wrapper offset 2025-09-30 18:36:49 +08:00
use-nodes-layout.ts
use-nodes-meta-data.ts feat: knowledge pipeline (#25360) 2025-09-18 12:49:10 +08:00
use-nodes-sync-draft.ts
use-panel-interactions.ts
use-selection-interactions.ts
use-set-workflow-vars-with-value.ts
use-shortcuts.ts Merge branch 'main' into feat/trigger 2025-10-10 15:16:00 +08:00
use-tool-icon.ts fix(trigger): update provider_id reference to plugin_id in useToolIcon hook 2025-10-11 19:05:57 +08:00
use-workflow-history.ts refactor(types): remove any usages and strengthen typings across web and base (#26677) 2025-10-09 21:36:42 +08:00
use-workflow-interactions.ts Merge remote-tracking branch 'origin/main' into feat/trigger 2025-10-06 19:12:16 +08:00
use-workflow-mode.ts
use-workflow-refresh-draft.ts
use-workflow-run.ts
use-workflow-search.tsx feat: fix i18n missing keys and merge upstream/main (#24615) 2025-08-27 15:07:28 +08:00
use-workflow-start-run.tsx feat(trigger): add plugin trigger test-run handling to workflow 2025-10-10 10:43:13 +08:00
use-workflow-variables.ts feat: knowledge pipeline (#25360) 2025-09-18 12:49:10 +08:00
use-workflow.ts Merge branch 'main' into feat/trigger 2025-10-10 15:16:00 +08:00