Skip to content

[FEATURE] Dropping multiple video files silently uses only the first one #1781

Description

@magic-peach

Feature description
FileUpload.tsx always reads files?.[0] (lines 254, 275, 356) with no check for files.length > 1.

Problem this solves
If a user selects/drops multiple video files at once (easy to do accidentally), the rest are silently discarded with zero indication anything was ignored — they might assume all files were queued.

Proposed solution
When files.length > 1, show a brief inline notice ("Only the first file was used — Reframe edits one video at a time") so the behavior isn't silently confusing.

Alternatives considered
Reject multi-file drops outright with an error instead of picking the first — probably worse UX than just proceeding with a notice.

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementImprovement to existing functionalitygssoc'26GirlScript Summer of Code 2026level:beginnerBeginner level - 20 ptstype:bugBug fixtype:designUI/UX designtype:featureNew featureui/uxUser interface or experience improvement

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions