Skip to content

fix: open non-video assets in media dialog instead of review editor#13

Merged
NagariaHussain merged 1 commit into
developfrom
fix/non-video-review-editor
Feb 11, 2026
Merged

fix: open non-video assets in media dialog instead of review editor#13
NagariaHussain merged 1 commit into
developfrom
fix/non-video-review-editor

Conversation

@NagariaHussain

Copy link
Copy Markdown
Contributor

Summary

  • Non-video assets (images, audio) now open in a MediaPlayerDialog instead of navigating to the video review editor
  • Video assets continue to navigate to /review/:assetId as before
  • Applied to both ProjectDetailPage and InboxPage

Closes #2

Test plan

  • Click an image asset (e.g. vc-vms2x.png) → opens in media preview dialog, URL stays on project page
  • Click a video asset (e.g. test_thumb.mp4) → navigates to /review/ page with full review editor
  • Dialog shows correct file name in title and renders the image properly
  • Dialog close button works, returns to project page

🤖 Generated with Claude Code

Images, audio, and other non-video files were incorrectly opening in the
video review editor. Now only video files navigate to /review/:assetId,
while non-video assets open in a MediaPlayerDialog that properly handles
images, audio, and other media types.

Closes #2

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
@NagariaHussain NagariaHussain merged commit ef06e44 into develop Feb 11, 2026
4 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Don't open non video files in review editor

1 participant