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

Feature request: disable animations in webui #170

Closed
iridial opened this issue Feb 24, 2024 · 6 comments
Closed

Feature request: disable animations in webui #170

iridial opened this issue Feb 24, 2024 · 6 comments
Labels
fix-committed Fix for the issue is in the main branch

Comments

@iridial
Copy link

iridial commented Feb 24, 2024

When I have many active torrents all these animations take up a lot of compute power, my laptop cpu utilization spikes until I close or change tab.
bars

It would help a lot if there was a way to disable the animations globally in the webui.

I agree that an active torrent should have a different progress bar, but maybe a change of background color is enough.
An alternative could be a blinking dot gif before or after the percentage or something more cpu friendly :)

@qu1ck
Copy link
Member

qu1ck commented Feb 24, 2024

Those animations are entirely on gpu, cpu is barely doing anything there. I will add a toggle to disable them.

In the meantime if you make the Done column smaller or move it out of the view to the right it will reduce the load significantly.

@iridial
Copy link
Author

iridial commented Feb 25, 2024

thank you!
idk why but firefox uses my cpu instead of the gpu..
either way a "low spec mode" toggle would be a very useful feature to have 👍

@Pentaphon
Copy link

Pentaphon commented Mar 30, 2024

An alternative could be a blinking dot gif before or after the percentage or something more cpu friendly :)

@qu1ck I'd rather make actively seeding torrents a totally different color (green) when they seed so they won't need an animation at all, using the work already happening in #82

@iridial there is an effort to make all the official Transmission UIs use the Mac progressbar colors, so this means that the progressbar for an actively seeding torrent will become green, which is also happening on the above PR for this project. I think this an easy, straightforward, much more obvious and most importantly to you, low-CPU way to show you when a torrent is seeding. I think your issue will be completely solved by removing the animation altogether and simply using the PR above to have progressbars that change color according to what the torrent is doing. What do you think?

@iridial
Copy link
Author

iridial commented Mar 30, 2024

What do you think?

fine by me! the other green on the page is #37b24d, so maybe that one can be used.

@qu1ck
Copy link
Member

qu1ck commented Apr 7, 2024

image

@qu1ck qu1ck added the fix-committed Fix for the issue is in the main branch label Apr 7, 2024
@qu1ck
Copy link
Member

qu1ck commented Apr 15, 2024

Implemented in v1.3.0

@qu1ck qu1ck closed this as completed Apr 15, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
fix-committed Fix for the issue is in the main branch
Projects
None yet
Development

No branches or pull requests

3 participants