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 82.66% 82.62% -0.05%
==========================================
Files 102 103 +1
Lines 9162 9220 +58
Branches 3034 3054 +20
==========================================
+ Hits 7574 7618 +44
- Misses 759 766 +7
- Partials 829 836 +7
Flags with carried forward coverage won't be shown. Click here to find out more.
... and 1 file with indirect coverage changes 🚀 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.
Closes #765
改动说明
验证
npm test -- --exclude src/font-delivery.test.ts --maxWorkers=1:79 个测试文件、1209 项测试全部通过。npm run lint:通过。npm run build:通过。oxfmt --check:通过。