dat-desktop icon indicating copy to clipboard operation
dat-desktop copied to clipboard

disable .line-loading animation on linux

Open juliangruber opened this issue 8 years ago • 5 comments

this is heavy on perf. closes #413

juliangruber avatar Jun 14 '17 16:06 juliangruber

I'll gladly take this and file a PR, is anyone currently working on this / is it already completed?

ryanwarsaw avatar Jul 09 '17 07:07 ryanwarsaw

I'll gladly take this and file a PR, is anyone currently working on this / is it already completed?

you're more than welcome to! :) And no, no one is working on this currently.

juliangruber avatar Jul 09 '17 10:07 juliangruber

I dug into this further and was able to replicate the issue on both datproject.github.io/design and within dat-desktop and link it directly to the .line-loading animation. However, I don't believe this is caused by something in the app specifically since I was able to replicate the same issue on other websites & apps that used the same or similar animations.

I'm looking into potential fixes, a bit hung up with what the best way to go about detecting the environment under which we'd want to disable these animations. Any ideas?

ryanwarsaw avatar Jul 23 '17 07:07 ryanwarsaw

for now we can simply disable the animation in the desktop app where we can check the os using require('os').platform() and change the css definition accordingly

juliangruber avatar Jul 23 '17 12:07 juliangruber

Is this still an issue?

okdistribute avatar Feb 18 '20 06:02 okdistribute