feat: 支持角色图片拖拽上传 - #767
Conversation
…-workflow-controller # Conflicts: # frontend/src/pages/quick-start/index.test.tsx # frontend/src/pages/quick-start/index.tsx
…-workflow-controller # Conflicts: # frontend/src/pages/quick-start/index.tsx
…-workflow-controller # Conflicts: # frontend/src/pages/quick-start/index.test.tsx # frontend/src/pages/quick-start/index.tsx
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
Codecov Report❌ Patch coverage is @@ Coverage Diff @@
## main #767 +/- ##
==========================================
- Coverage 86.22% 86.20% -0.03%
==========================================
Files 305 306 +1
Lines 23839 23897 +58
Branches 3601 3621 +20
==========================================
+ Hits 20556 20601 +45
- Misses 2323 2330 +7
- Partials 960 966 +6
Flags with carried forward coverage won't be shown. Click here to find out more.
🚀 New features to boost your workflow:
|
huyanxius
left a comment
There was a problem hiding this comment.
阻塞合并:lint-and-test 在 backend/packages/app/src/windup_app/server/orchestrator/executor.py:665 报 _LogProgress 未定义,请先修复 CI 后再合并。
There was a problem hiding this comment.
Reviewed the complete fixed diff against issue #765. The shared drop-target validates the accepted image MIME types and 10 MB limit before invoking either upload flow; both Quick Start and Workflow Editor wire picker and drag/drop paths, preserve disabled and cancellation behavior, and keep existing upload/session updates intact. git diff --check passes. Focused tests and typecheck were not executable in this workspace because the installed vitest and tsc commands return Permission denied.
No high-confidence correctness findings.
Resolve the Workflow Editor conflict while preserving image drag-and-drop support and the latest 3D asset panel. Co-authored-by: Codex <codex@openai.com>
Closes #765
改动说明
验证
npm test -- --exclude src/font-delivery.test.ts --maxWorkers=1:79 个测试文件、1209 项测试全部通过。npm run lint:通过。npm run build:通过。oxfmt --check:通过。