Rémi Marseault
Rémi Marseault
# Observed behavior 1. Create pagination with empty array (lastPage: 0 => currentPage: 0) 2. Fill array with data (API call or just async delay) 3. Empty results (lastPage: 114,...
Use FromUnixTimeSeconds instead of FromUnixTimeMilliseconds for command `qbt server log` which returned incorrect date. Fixes #78 EDIT: from official doc, switched from milliseconds to seconds in v4.5.0
`int` is rounding down floats causing the last page to be skipped (or not run at all if only one page). Using `ceil` method to round up effectively takes that...
## Changes - Move Feeds and Rules tab from settings to the RssArticles page - Prevent having to go back and forth between both of them - Centralize all RSS...
Before:  After:  Fixes #1639
### Environment **Vuetify Version:** 3.4.3 **Vue Version:** 3.3.4 **Browsers:** Edge 119.0.0.0 **OS:** Windows 10 ### Steps to reproduce 1. Create a `v-tabs` component with a color prop 1. Create some...
Create a local copy of qBittorrent preferences before mutating it. This will allow us to only send the difference with the `setPreferences` endpoint, thus reducing risk of overwriting preferences and...
We need a way to migrate pinia stores. This will prevent having to maintain bad choices and better handle qBittorrent updates. ## Suggestions - Should we use a `migrations` store...
### Discussed in https://github.com/VueTorrent/VueTorrent/discussions/1164 Originally posted by **nukewarrior** October 17, 2023 Hey, Is it possible to select multi tags to filter seeding torrents? Lkie select `iso` and `distro` to show...