Carve / qbittorrent-webui-cjratliff.com

qbittorrent dark theme based on colors used on my portfolio site - cjratliff.com
209 stars 17 forks source link

Patch for fixing ratio colors (issue #66) #67

Closed jacksalssome closed 2 weeks ago

jacksalssome commented 6 months ago

Here's my patch for the ratio colors issue. I rearranged and added a few colors and added more out to ratio 1000.

I there was an issue comparing strings, I fixed it my making the value from qBittorrent a float and made the comparison numbers be numbers instead of strings.

Carve commented 6 months ago

Here's my patch for the ratio colors issue. I rearranged and added a few colors and added more out to ratio 1000.

I there was an issue comparing strings, I fixed it my making the value from qBittorrent a float and made the comparison numbers be numbers instead of strings.

The only thing I think needs modified is the colors should go from red, orange, yellow, green, blue, indigo, and at the top violet

jacksalssome commented 6 months ago

How's it work for you now? Also I got it to keep the 2 decimal places.

jacksalssome commented 6 months ago

Ok, I reverted the colors to those in your repo and added gold. I made it so if ratio is over 100, it will show gold.