严志勇
a5145aa9f5
fix: Eslint formatting
2024-09-09 20:28:17 +08:00
云锋
bc717c4f30
Update flow.ts
2024-09-09 11:41:57 +08:00
云锋
f6b9dfa8c2
Update flow.ts
2024-09-09 11:40:05 +08:00
云锋
c39a213f8c
Update flow-template-modal.tsx
2024-09-09 10:55:26 +08:00
云锋
713714fe36
Update flow-template-modal.tsx
2024-09-09 10:55:02 +08:00
yanzhiyong
a3a9da85b4
feat: flow template add label 、 description
2024-09-08 22:37:44 +08:00
谨欣
b60dd3b735
style: Rename template-flow-modal to flow-template-modal and update imports
2024-09-05 02:16:37 +08:00
谨欣
95e119fa38
refactor: Update FlowTemplateModal component to use correct prop names
2024-09-05 02:12:59 +08:00
谨欣
21146bb40f
Merge branch 'feat/sprint-flow-remaining-requirements' into feat/sprint-flow2.0
2024-09-05 02:11:38 +08:00
Dreammy23
7feb1c3f8d
refactor: Update AddFlowVariableModal styles and functionality ( #1979 )
2024-09-05 01:54:21 +08:00
谨欣
f214572601
refactor: Update AddFlowVariableModal styles and functionality
2024-09-05 01:53:18 +08:00
谨欣
4d4aac47ac
refactor: Update AddFlowVariableModal to include hover effect on variable fields
2024-09-05 01:41:44 +08:00
Dreammy23
58051df892
refactor: Update AddFlowVariableModal to set a minimum height for the body ( #1978 )
2024-09-05 01:32:28 +08:00
谨欣
104b7d0e65
refactor: Update AddFlowVariableModal to set a minimum height for the body
2024-09-05 01:31:28 +08:00
谨欣
a8b6b82850
refactor: Update AddFlowVariableModal to use buildVariableString from utils/flow
2024-09-05 01:30:35 +08:00
Dreammy23
b50192041d
refactor: Improve input handling in AddFlowVariableModal ( #1977 )
2024-09-05 01:19:04 +08:00
谨欣
45dec7a4cc
refactor: Improve input handling in AddFlowVariableModal
2024-09-05 01:18:13 +08:00
Dreammy23
f3fe4cd34b
refactor: Update AddFlowVariableModal to use buildVariableString from utils/flow ( #1976 )
2024-09-05 01:03:54 +08:00
谨欣
62b051c56c
refactor: Update AddFlowVariableModal to use buildVariableString from utils/flow
2024-09-05 01:03:02 +08:00
yanzhiyong
3b6a5bd602
feat: lang setting
2024-09-05 00:52:30 +08:00
yanzhiyong
70dc475aa4
feat: Bring In Template
2024-09-05 00:47:08 +08:00
Dreammy23
19b8d45db2
feat: Add helper function to render control component in AddFlowVariableModal ( #1974 )
2024-09-04 23:59:20 +08:00
谨欣
5617385b88
feat: Add helper function to render control component in AddFlowVariableModal
2024-09-04 23:57:59 +08:00
Dreammy23
ef624b09b9
fix: set flow variable default value ( #1973 )
2024-09-04 23:47:25 +08:00
谨欣
ef04432902
fix: set flow variable default value
2024-09-04 23:46:05 +08:00
谨欣
00d9e51495
refactor: Simplify AppContent component by removing unnecessary div and flex container
2024-09-04 23:33:54 +08:00
Dreammy23
cbfd3d2c8e
chore: update api ( #1972 )
2024-09-04 23:28:04 +08:00
谨欣
6ca138162e
Merge branch 'flow2.0-operators' into chore/update-api
2024-09-04 23:27:00 +08:00
Dreammy23
1794069ac8
feat: Update AddNodesSider component to use Switch instead of Tag for… ( #1971 )
2024-09-04 23:24:43 +08:00
谨欣
8fb595aa86
feat: Update AddNodesSider component to use Switch instead of Tag for node visibility
2024-09-04 23:23:07 +08:00
Fangyin Cheng
f8ce7d4580
feat: Check serialization for AWEL operator function
2024-09-04 22:08:55 +08:00
Dreammy23
5a35640aaa
refactor: Refactor AddFlowVariableModal to use buildVariableString from utils/flow ( #1969 )
2024-09-04 21:18:06 +08:00
谨欣
25944c7720
feat: Refactor AddFlowVariableModal to use buildVariableString from utils/flow
2024-09-04 21:16:30 +08:00
Dreammy23
f6bc56ad89
feat: Add support for retrieving keys and variables by key in Flow API ( #1968 )
2024-09-04 21:08:10 +08:00
谨欣
9a4e6b623e
feat: Add support for retrieving keys and variables by key in Flow API
2024-09-04 20:57:40 +08:00
严志勇
fbfb851627
feat:Eslint formatting
2024-09-04 20:33:52 +08:00
Dreammy23
af09d14d4a
feat: Update AddFlowVariableModal component to include parameter management ( #1963 )
2024-09-04 18:51:23 +08:00
谨欣
ed12ee0555
Merge branch 'feat/sprint-flow-remaining-requirements' into feat/dag
2024-09-04 18:51:03 +08:00
谨欣
04af4997af
Update AddFlowVariableModal component to include parameter management
2024-09-04 18:41:29 +08:00
Dreammy23
b87b42f8ae
feat: upload metadata 、ui size settings 276 320 530 、import flow ( #1965 )
...
# Description
Please include a summary of the change and which issue is fixed. Please
also include relevant motivation and context. List any dependencies that
are required for this change.
# How Has This Been Tested?
Please describe the tests that you ran to verify your changes. Provide
instructions so we can reproduce. Please also list any relevant details
for your test configuration
# Snapshots:
Include snapshots for easier review.
# Checklist:
- [ ] My code follows the style guidelines of this project
- [ ] I have already rebased the commits and make the commit message
conform to the project standard.
- [ ] I have performed a self-review of my own code
- [ ] I have commented my code, particularly in hard-to-understand areas
- [ ] I have made corresponding changes to the documentation
- [ ] Any dependent changes have been merged and published in downstream
modules
2024-09-04 18:33:44 +08:00
严志勇
ecc9c42041
fix: axios file
2024-09-04 18:30:59 +08:00
云锋
9b9030cb7c
Delete web/utils/ctx-axios.ts
2024-09-04 18:25:36 +08:00
云锋
75788f1727
Update ctx-axios.ts
2024-09-04 18:21:33 +08:00
云锋
59b0e687ba
Update globals.css
2024-09-04 18:19:20 +08:00
谨欣
bb97721364
Update AddFlowVariableModal component to include parameter management
2024-09-04 18:12:08 +08:00
谨欣
839a9467c3
chore: Update AddFlowVariableModal component to include parameter management
2024-09-04 17:57:44 +08:00
严志勇
d96e1ec75e
fix: upload loading
2024-09-04 17:45:51 +08:00
严志勇
37aed537ce
feat:Optimized code
2024-09-04 17:20:41 +08:00
yanzhiyong
bc87dec01c
feat: upload metadata 、ui size settings 276 320 530 、import flow
2024-09-04 01:05:34 +08:00
Dreammy23
46cb6acc2c
chore: Update AddFlowVariableModal component to include parameter management ( #1954 )
2024-09-03 20:28:21 +08:00