Rémi Marseault

Results 170 comments of Rémi Marseault

So you want the memory of that state to be manual instead of automatic? You choose which state you want to keep for later use?

With qbit 5.0, we now have a server-side field to save this state. I'll take a look about using this state if you're using qbit 5+. qbittorrent/qBittorrent#20150

I made it so that the state persist in the localStorage too so it should work anyway

Added #1840 for reference. At first the idea was rejected because of the "persistent" display, but it does look great with a volatile bottom sheet, we might consider the addition....

The only issue I found by fidling around is the `files` request failing because of the lacking hash in the URL. Request triggered [here](https://github.com/huyld/VueTorrent/blob/feat/highlighting-and-peeking-torrent/src/pages/TorrentDetail.vue#L95). Apart from that everything looks good...

I took a look at the changes you introduced and I have to say that I have mixed feelings about these changes. Looking back at what was originally asked in...

@huyld I'm also busy and can't really focus on VueTorrent ATM so no worries! I was missing your point and was thinking more about the linked issue, so the extra...

After some tests, the scroll behavior's savedPosition only applies when using the browser back action (so not with the X button at the top of the view). We'll have to...

@xino222 An issue already exists for resizing table columns, I already took multiple shot at making it happen without success. #1401

If filenames contain a common pattern you can use the bulk rename option. If not, you should be able to select multiple files using Ctrl/Cmd + Click on desktop. I...