-
-
Notifications
You must be signed in to change notification settings - Fork 4k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
WebUI: Improve subcategories #21269
WebUI: Improve subcategories #21269
Conversation
8bc53d9
to
bcf5686
Compare
@Chocobo1, during my tests I noticed that categories are sorted differently in the WebUI (numeric collation is used): vs GUI: Not sure which one should be used, just letting you know. |
We just stick to the platform native natural sorting if it provides one. The occasional discrepancy between gui and webui is known and if that is what the platform provides then so be it, after all qbt just accustom to the native platform. |
bcf5686
to
b550bde
Compare
@skomerko |
This PR adds following improvements: * Remove unused tracker entries while processing sync data * Take into account filter selection & terms when performing 'Start/stop/delete' context actions in filter lists Now, only filtered torrents will be affected by them, just like in the GUI. * Provide better feedback when performing 'Start/stop/delete' context actions in filter lists Small improvement over GUI - now these actions will be disabled if it's not possible to use them. * Add context menu to status filter list * Fix error when toggling filter title Fixup for small bug introduced in #21269 PR #21438.
This PR improves subcategories.
Now they should fully match GUI behavior, please let me know if I missed something.
Still plenty of room to improve them further (e.g styling/CSS) but for now I wanted to keep the changes to the minimum.
Also included small tweaks to category context menu actions