lyzno1
9643fa1c9a
fix: use StopCircle icon in variable inspect listening panel
2025-10-02 10:02:19 +08:00
lyzno1
937a58d0dd
Merge remote-tracking branch 'origin/main' into feat/trigger
2025-10-02 09:18:21 +08:00
lyzno1
9114881623
fix: update frontend trigger field mapping from triggers to events
...
- Update TriggerProviderApiEntity type to use events field (aligned with backend commit 32f4d1af8 )
- Update conversion function in use-triggers.ts to map provider.events to TriggerWithProvider.triggers
- Fix trigger-events-list.tsx to use providerInfo.events (TriggerProviderApiEntity type)
- Fix parameters-form.tsx to use provider.triggers (TriggerWithProvider type)
2025-10-01 09:53:45 +08:00
HyaCinth
dd71625f52
fix(datasets): Resolve issue where selected list is not updated when deleting a single file ( #26502 )
2025-09-30 23:22:43 +08:00
lyzno1
1bfa8e6662
Merge remote-tracking branch 'origin/main' into feat/trigger
2025-09-30 18:56:21 +08:00
lyzno1
7c97ea4a9e
fix: correct entry node alignment for wrapper offset
...
- Add ENTRY_NODE_WRAPPER_OFFSET constant (x: 0, y: 21) for Start/Trigger nodes
- Implement getNodeAlignPosition() to calculate actual inner node positions
- Fix horizontal/vertical helpline rendering to account for wrapper offset
- Fix snap-to-align logic to properly align inner nodes instead of wrapper
- Correct helpline width/height calculation by subtracting offset for entry nodes
- Ensure backward compatibility: only affects Start/Trigger nodes with EntryNodeContainer wrapper
This fix ensures that Start and Trigger nodes (which have an EntryNodeContainer wrapper
with status indicator) align based on their inner node boundaries rather than the wrapper
boundaries, matching the alignment behavior of regular nodes.
2025-09-30 18:36:49 +08:00
lyzno1
bea11b08d7
refactor: hide workflow features button in workflow mode, keep it visible in chatflow mode
2025-09-30 17:51:01 +08:00
lyzno1
8547032a87
Revert "refactor: app publisher"
...
This reverts commit 8feef2c1a9 .
2025-09-30 17:46:27 +08:00
hjlarry
43574c852d
add variable type to webhook request parameters panel
2025-09-30 16:31:21 +08:00
crazywoola
d49f3327e4
fix: style with self-start ( #26492 )
2025-09-30 15:30:27 +08:00
hjlarry
5ecc006805
add listening status for variable panel
2025-09-30 15:18:07 +08:00
lyzno1
831c888b84
feat: sort output variables by table display order in webhook trigger
2025-09-30 12:34:09 +08:00
lyzno1
f0ed09a8d4
feat: add output variables display to webhook trigger node ( #26478 )
...
Co-authored-by: Claude <noreply@anthropic.com>
2025-09-30 12:26:42 +08:00
hjlarry
fd2f0df097
useStore to isListening status
2025-09-30 10:48:38 +08:00
lyzno1
4a6903fdb4
Merge remote-tracking branch 'origin/main' into feat/trigger
2025-09-30 08:00:16 +08:00
zxhlyh
8106df1d7d
fix: types
2025-09-29 20:53:50 +08:00
Copilot
df43c6ab8a
[Chore/Refactor] Implement lazy initialization for useState calls to prevent re-computation ( #26252 )
...
Co-authored-by: copilot-swe-agent[bot] <198982749+Copilot@users.noreply.github.com>
Co-authored-by: asukaminato0721 <30024051+asukaminato0721@users.noreply.github.com>
2025-09-29 20:35:55 +09:00
Harry
a06d2892f8
fix(plugin): handle optional property in llm_description assignment
...
- Updated the llm_description assignment in the ToolParameter to safely access the en_US property of paramDescription, ensuring it defaults to an empty string if not present. This change improves the robustness of the parameter handling in the plugin detail panel.
2025-09-29 18:28:10 +08:00
hjlarry
92f2ca1866
add listening status in the run panel result
2025-09-29 17:55:53 +08:00
crazywoola
fd86cadf67
fix: debounce ref ( #26433 )
2025-09-29 16:13:38 +08:00
Wu Tianwei
c43c72c1a3
fix: Fix vector_setting not found error ( #26380 )
2025-09-29 16:12:26 +08:00
Wu Tianwei
1a7898dff1
fix: Fix retrieval configuration handling in dataset components ( #26361 )
...
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
2025-09-29 14:58:28 +08:00
hjlarry
1949074e2f
add shortcut for open test run panel
2025-09-29 14:39:44 +08:00
zxhlyh
595df172a8
fix: model list refresh when change credential ( #26421 )
2025-09-29 13:51:48 +08:00
lyzno1
00f3a53f1c
fix(turbopack): fix animation issues with unnamed animations in CSS modules ( #26408 )
2025-09-29 13:47:48 +08:00
KVOJJJin
d2f0551170
Fix plugin detail panel not show when installed plugins more than 100 ( #26405 )
2025-09-29 13:42:22 +08:00
hjlarry
1c0068e95b
fix can't stop webhook debug
2025-09-29 13:34:05 +08:00
lyzno1
4b43196295
feat: add specialized trigger icons to workflow logs
...
- Create TriggerByDisplay component with appropriate colored icons
- Add dedicated Code icon for debugging triggers (blue background)
- Add KnowledgeRetrieval icon for RAG pipeline triggers (green background)
- Use existing webhook, schedule, and plugin icons with proper colors
- Add comprehensive i18n translations for Chinese, Japanese, and English
- Integrate icon display into workflow logs table
- Follow project color standards from block-icon component
2025-09-29 12:53:35 +08:00
lyzno1
2c3cf9a25e
Merge remote-tracking branch 'origin/main' into feat/trigger
2025-09-29 12:13:39 +08:00
lyzno1
67fbfc0b8f
fix: adjust MoreActions menu position based on sidebar state
2025-09-29 12:13:18 +08:00
quicksand
029d5d36ac
Fix: Knowledge Base node crash when retrieval_model is null ( #26397 )
2025-09-29 11:55:06 +08:00
hjlarry
6e6198c64e
debug webhook node
2025-09-29 09:28:19 +08:00
lyzno1
6b677c16ce
refactor: use Tailwind className for MiniMap node colors instead of CSS variables
2025-09-29 08:09:38 +08:00
yessenia
973b937ba5
feat: add subscription in node
2025-09-28 22:40:31 +08:00
zhsama
48597ef193
feat: enhance minimap node color handling
2025-09-28 21:11:46 +08:00
lyzno1
8fc88f8cbf
Merge remote-tracking branch 'origin/main' into feat/trigger
2025-09-28 19:32:33 +08:00
zhsama
a4b932c78b
feat: integrate chat mode detection in ChangeBlock component
2025-09-28 17:10:09 +08:00
hjlarry
2ff4af8ce3
add debug run schedule node
2025-09-28 16:37:37 +08:00
zhsama
6795015d00
refactor: enhance type definitions and update import paths in form input and trigger components
2025-09-28 15:42:38 +08:00
zhsama
b100ce15cd
refactor: update import paths and remove unused props in block selector components
2025-09-28 15:21:44 +08:00
yessenia
3edf1e2f59
feat: add checkbox list
2025-09-28 15:12:17 +08:00
lyzno1
4d49db0ff9
Unify SearchBox styles with Input component and add autoFocus
2025-09-28 14:33:27 +08:00
lyzno1
7da22e4915
Add toast notifications to TriggerCard toggle operations
2025-09-28 14:21:51 +08:00
lyzno1
8d4a9df6b1
fix: more button dropdown menu visibility and auto-close behavior
2025-09-28 14:15:33 +08:00
Yongtao Huang
a5387b304e
Fix: use correct maxLength prop for verification code input ( #26244 )
2025-09-28 13:44:14 +08:00
Copilot
beb1448441
[Chore/Refactor] Add missing 'type' attribute on 'button' components ( #26249 )
...
Co-authored-by: copilot-swe-agent[bot] <198982749+Copilot@users.noreply.github.com>
Co-authored-by: asukaminato0721 <30024051+asukaminato0721@users.noreply.github.com>
2025-09-28 13:43:43 +08:00
lyzno1
f620e78b20
Merge remote-tracking branch 'origin/main' into feat/trigger
2025-09-28 13:40:46 +08:00
非法操作
36406cd62f
chore: time from now i18n support ( #26328 )
2025-09-28 13:37:42 +08:00
非法操作
87c41c88a3
fix: some display-related issues ( #26335 )
2025-09-28 13:37:28 +08:00
lyzno1
0fe529c3aa
Merge remote-tracking branch 'origin/main' into feat/trigger
2025-09-27 21:32:38 +08:00