You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Have you checked that there are no existing issues (open or closed) regarding the same bug?
Have you filled out the issue template with all relevant details?
I like to use this tool, but web UI are disgusting. On my mobile device text looks ridiculous small and progress bar absolutely useless. Let's improve it.
Changes that i suggest to
replace <meta name="Airshare Upload" content="width=device-width, initial-scale=1.0"> to a <meta name="viewport" content="width=device-width, initial-scale=1.0"/>
instead of one loader that just blink and inform users about nothing - render loading status in percents for each file. You may use javascript XMLHttpRequest API to implement it
The text was updated successfully, but these errors were encountered:
I like to use this tool, but web UI are disgusting. On my mobile device text looks ridiculous small and progress bar absolutely useless. Let's improve it.
Changes that i suggest to
<meta name="Airshare Upload" content="width=device-width, initial-scale=1.0">
to a<meta name="viewport" content="width=device-width, initial-scale=1.0"/>
The text was updated successfully, but these errors were encountered: