Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Improvements #58

Open
jackuars7 opened this issue Dec 30, 2023 · 1 comment
Open

Improvements #58

jackuars7 opened this issue Dec 30, 2023 · 1 comment

Comments

@jackuars7
Copy link

jackuars7 commented Dec 30, 2023

Couple of improvements I would like to suggest to the app.

  1. I would appreciate a way to clear the history of earlier transfer logs. For example, in Win 11 PC, closing the app and reopening it shows the prior logs. I'm unsure if this happens only when the prior file transfers were not complete. If that's the case, then I'm good.
  2. It would be helpful if the latest transfer logs were shown at the top instead of the bottom after multiple file transfers, as this would require a lot of scrolling down.
  3. Request the Android user to disconnect the device from the local VPN on the Android device to complete the file transfer. When Adguard was turned on, the file transfer did not initiate when transferring through the hotspot. I had to trial and error to understand why files weren't transferring, and when I finally found out, the local VPN being turned on was the issue.
  4. It would be beneficial to have an option to "open folder" on the receiving device after the file transfer is done.
  5. When in receive mode, the button in Android shows "Select folder" where the user needs to select the master folder where the files need to go. It should instead be "Choose destination folder," where the user would want to store the files. (I was confused why do I need to select folder when I'm receiving it)
  6. It would be convenient to allow an option for the user to choose a master folder (if required) in the settings menu to send files to, instead of requesting the user to do it every time during each folder transfer.
@spieglt
Copy link
Owner

spieglt commented Dec 31, 2023

  1. It is strange to hear that logs are persisting through instances of the app. I've never experienced this on Windows 11. It uses sessionStorage to preserve the state of the window if the user refreshes. I assume this has something to do with that and the Edge WebView, but sessionStorage is supposed to clear when the page is closed. Please let me know if this continues when prior transfers weren't complete.
  2. I'll keep this in mind for a future version but not sure if I'll implement. I do think the output could be more readable.
  3. This sort of thing is outside the scope of this project. As one person with a limited number of devices, I can't be aware of all networking particularities on users' devices.
  4. Will keep this in mind.
  5. Will keep in mind, not sure if I'll change.
  6. Will keep in mind, not sure if I'll implement. Don't have need currently for a settings menu, and would rather not persist any settings on desktop platforms but it might be worth it. The desktop versions do choose a default folder. I could see this being handy on the mobile versions.
    Thank you for the feedback!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants