Rukario

Results 34 comments of Rukario

Requesting design & code review from @dareiff

@ckerr I can resolve the file conflict but there's more things this PR need to cover, particularly during contrast mode where percent will become invisible on white bar whereas non-contrast...

It's been a while I've touched my developer setup for Transmission. I'll catch up and I'll be sure to update this PR when everything is in working order with the...

Left: This PR, Right: Original Old screenshot ![Transmission percent light](https://github.com/transmission/transmission/assets/2275021/718ba500-e612-4fd2-8ec7-56d84cc29062) ![Transmission percent light contrast](https://github.com/transmission/transmission/assets/2275021/adf6eb13-adb4-4e08-812b-49a01cce1603) ![Transmission percent dark](https://github.com/transmission/transmission/assets/2275021/0a90f8a1-1082-4800-bbda-1f3df8006622) ![Transmission percent dark contrast](https://github.com/transmission/transmission/assets/2275021/f751e0c9-a9ad-4c57-ade6-f6534ecb7a4e) The percent text became invisible upon the white bar...

Not sure how I feel about this. It doesn't change that often to cause for distraction. It's short string that takes 5 seconds to refresh, the chance of digits changing...

Readme says Windows is supported but there's nowhere to get started?

> nginx version 1.20.2,use `nginx -g "master_process off;"` to run nginx will be ok. > > However, every time you request a backend, you need to switch the task between...

That can be partially implemented as cookie that holds up to 4096 bytes. All adjustments can be saved for next page visit, but pictures tend to hit past 4kb so...

@Pentaphon Ideally this PR jointed with a 4.0.x port of #6739 that would change the layout to however we want for the 4.0.x release

Oh, it looks like another PR (#6570) was merged that isn't complied with narrowed viewport this PR tried to resolve. What should I do from this point?