Bug description
The video drop zone displays supported file formats twice, and the two
instances are inconsistent with each other.
Steps to reproduce
- Open https://reframe-lilac.vercel.app/
- Look at the upload/drop zone area
What I see
- Line 1 (near top):
MP4 / MOV / AVI / WebM
- Line 2 (below):
Supports MP4, MOV, WebM and more
The same information is shown twice. Worse, the two lines contradict
each other — the first mentions AVI and MKV, the second omits them.
Expected behavior
Show file format info only once, in one place, with a complete and
consistent list.
Proposed fix
Remove the duplicate line and keep a single clear label:
Supports: MP4, MOV, AVI, MKV, WebM (up to 2GB)
Labels: bug type:bug type:design level:beginner gssoc'26
Bug description
The video drop zone displays supported file formats twice, and the two
instances are inconsistent with each other.
Steps to reproduce
What I see
MP4 / MOV / AVI / WebMSupports MP4, MOV, WebM and moreThe same information is shown twice. Worse, the two lines contradict
each other — the first mentions AVI and MKV, the second omits them.
Expected behavior
Show file format info only once, in one place, with a complete and
consistent list.
Proposed fix
Remove the duplicate line and keep a single clear label:
Supports: MP4, MOV, AVI, MKV, WebM (up to 2GB)Labels:
bugtype:bugtype:designlevel:beginnergssoc'26