KuroLabs / Airshare

Cross-platform content sharing in a local network

Home Page:https://airshare.rtfd.io

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Improve UI for browsers

vitonsky opened this issue · comments

  • 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