SnapDrop / snapdrop

A Progressive Web App for local file sharing
https://snapdrop.net
GNU General Public License v3.0
18.23k stars 1.66k forks source link

Feature Req: Add disable animation toggle #522

Closed foundObjects closed 1 year ago

foundObjects commented 2 years ago

Low priority request here: It would be nice to have a "no animations" or similar toggle to make the app a bit friendlier for e-ink displays. Even just disabling the ripple animation on the main screen would be great, that screen makes my e-reader a bit sad.

Cheers and thanks!

Bellisario commented 1 year ago

I don't think another button would be a good solution because of the Snapdrop simplicity that must be kept (ex. https://github.com/RobinLinus/snapdrop/pull/214#issuecomment-750461283).

It's also written here:\ https://github.com/RobinLinus/snapdrop/blob/master/docs/faq.md#why-dont-you-implement-feature-xyz


The thing can be done for sure it's to check if the device used is an e-readed (probably using UserAgent) or not, and enable the background animation with this logic.

I could try to implement something, but I want first @RobinLinus to give a feedback about this.

RobinLinus commented 1 year ago

yes, maybe someone wants to create a fork. We can link to it in our FAQ.