alopezlago / MODAQ

Web application for assisting moderators with reading and scorekeeping quiz bowl matches.
https://www.quizbowlreader.com/demo.html
MIT License
14 stars 5 forks source link

Allow drag-and-drop file uploads for better accessibility #306

Closed hftf closed 2 months ago

hftf commented 3 months ago

For whatever reason my browser (Chrome on Mac) sometimes stops spawning file upload dialogs when clicking the "Load..." button after a few rounds of using MODAQ. If I could just drop packet/json files onto the button from a file explorer (which is already possible on most native file upload buttons) I wouldn't have to restart my entire browser to make it work again.

alopezlago commented 2 months ago

Is there anything in the Console when load stops working? Having drag+drop would be useful but it'd good to know why it stops loading new packets too.

hftf commented 2 months ago

Not that I'm aware of; the browser downloads/file dialog just seems to get into a stuck state – I can see the download/upload is queued but nothing you do moves it along.

hftf commented 2 months ago

Thank you so much!