fix(jobs): prefer media over text for job preview_output#14681
fix(jobs): prefer media over text for job preview_output#14681DeniDoman wants to merge 1 commit into
Conversation
get_outputs_summary shared a single fallback slot between text and non-output media, so a text node iterated before an image (e.g. a temp preview) claimed the preview and masked the image, surfacing a text cover for mixed image+text jobs. Give text its own lowest-priority slot so a media thumbnail always wins; text is used only when the job produced no image/video/audio/3d output. Adds coverage for the previously-untested text preview path.
|
No actionable comments were generated in the recent review. 🎉 ℹ️ Recent review info⚙️ Run configurationConfiguration used: Path: .coderabbit.yaml Review profile: CHILL Plan: Pro Plus Run ID: 📒 Files selected for processing (2)
📝 WalkthroughWalkthroughIn 🚥 Pre-merge checks | ✅ 5✅ Passed checks (5 passed)
Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. Comment |
Addresses #14680