Commit Graph

8 Commits

Author SHA1 Message Date
copilot-swe-agent[bot]
47e887cf83 Fix: Add toolbar and fix minimap positioning in workflow editor
- Added toolbar with node creation buttons (HTTP, Script, Condition, Delay, Loop)
- Added zoom controls (Zoom In, Zoom Out, Fit to Canvas)
- Fixed minimap positioning to stay within modal bounds
- Updated CSS to ensure proper containment
- Added 9 new translation keys for toolbar (zh-CN and en-US)

Co-authored-by: whyour <22700758+whyour@users.noreply.github.com>
2025-11-23 10:42:59 +00:00
whyour
81f6f84891 fix scenario style 2025-11-23 18:37:29 +08:00
copilot-swe-agent[bot]
a691951f6d Fix: Update plugin configuration - add history plugin and configure minimap size
- Changed plugins to function returning array
- Added createHistoryNodePlugin for undo/redo support
- Configured minimap with smaller size (150x100px)
- Updated createPanelManagerPlugin with factories and layerProps
- All plugin creation functions now receive proper parameters

Co-authored-by: whyour <22700758+whyour@users.noreply.github.com>
2025-11-23 10:18:38 +00:00
copilot-swe-agent[bot]
829727ad33 Changes before error encountered
Co-authored-by: whyour <22700758+whyour@users.noreply.github.com>
2025-11-23 06:17:47 +00:00
copilot-swe-agent[bot]
a0a70703bc Refactor workflow editor to use Flowgram.ai library
- Installed @flowgram.ai packages (free-layout-editor and plugins)
- Created node registries following Flowgram pattern
- Implemented FlowgramEditor component with proper integration
- Simplified workflowEditorModal to use Flowgram
- Added necessary translations
- All builds succeed

Co-authored-by: whyour <22700758+whyour@users.noreply.github.com>
2025-11-23 06:05:24 +00:00
copilot-swe-agent[bot]
e6b36b0a1b Final i18n fixes: Use consistent translation approach for all user messages
Co-authored-by: whyour <22700758+whyour@users.noreply.github.com>
2025-11-23 05:44:11 +00:00
copilot-swe-agent[bot]
46feac1765 Fix i18n: Replace hardcoded strings with internationalized translations
Co-authored-by: whyour <22700758+whyour@users.noreply.github.com>
2025-11-23 05:38:13 +00:00
copilot-swe-agent[bot]
af88062219 Add Scenario Mode with workflow editor - backend and frontend implementation
Co-authored-by: whyour <22700758+whyour@users.noreply.github.com>
2025-11-23 05:32:56 +00:00