qu1ck

Results 251 comments of qu1ck
trafficstars

There is no goal to make the UI a copy of some other client, internal consistency is more important and none of the tables in the torrent details are editable...

It's possible to make the interface more mobile friendly but to make it support mobile properly would require major design changes. Current UI is intended to be a desktop app...

> Can I use two web interfaces at the time? No > Or maybe as an option try to use default interface as mobile view for TrguiNG? There will not...

This was discussed in #31 even though it was mostly about resizers not appearing. TLDR is auto sizing is difficult to implement and has limited use in practice because data...

Yeah, except law of large numbers will make it so that you will always have top 1 percentile with a lot longer content than bottom 90 percentile. So you have...

Valid point, I added a resizing guide to help with the aim.

And made them resize live. Was initially worried about performance but lag is barely noticeable.

Yeah, it appears webview2 does not always respect system locale ¯\\\_(ツ)\_/¯ Tauri does not have an API to change it either, I filed a feature request https://github.com/tauri-apps/tauri/issues/11838

Can you add some details? * What is your system locale? * What is expected and actual date format? * What is the value of `window.language` if you open dev...

Thanks for the info. It may be caused by me not including some locale package in the custom compiled webkitgtk lib that I bundle into the flatpak currently. This may...