localsend / website

https://localsend.org
Apache License 2.0
73 stars 62 forks source link

[Suggestion] - Add QR Code for Android/IOS download page #37

Open Today20092 opened 8 months ago

Today20092 commented 8 months ago

On https://localsend.org/#/download I think it would be best to add a QR code that takes you to the download page for your device (Android or IOS), for faster access.

Piyush-linux commented 7 months ago

It seems their is type definition given to each platform for only binary,package-manager & app store, creating custom layout is a little bit hustle !

EvansAbraham commented 4 months ago

Check out the recent pull request that is done by me that I've added QR in IOS section

dhiyanesh-cyber commented 4 months ago

Take a look at my recent pull request where I added QR codes to the Android section.

Michael-Obele commented 1 month ago

It seems their is type definition given to each platform for only binary,package-manager & app store, creating custom layout is a little bit hustle !

I believe to achieve what he wants, we would need to have separate pages for each platform download; we can just use dynamic routes. I'd love to work on this if you think the idea is okay.