mirror of
https://github.com/baairon/torlink.git
synced 2026-07-08 18:28:22 +02:00
fix: seeders-first default, compact footer, and folder-editor input isolation
Restore the seeders-desc default ordering that the new sort feature dropped, so the healthiest torrents stay on top until `s` is pressed. Trim the contextual footer (terse labels, folder key in the `?` overlay only) so the added sort and folder keys never wrap it past one line. Gate the download-folder editor on its own `editingFolder` flag instead of the shared capture state, fixing the leak where `?`, `q`, and `m` fired through while typing a path.
This commit is contained in:
Generated
+2
-2
@@ -1,12 +1,12 @@
|
||||
{
|
||||
"name": "torlnk",
|
||||
"version": "1.1.0",
|
||||
"version": "1.1.1",
|
||||
"lockfileVersion": 3,
|
||||
"requires": true,
|
||||
"packages": {
|
||||
"": {
|
||||
"name": "torlnk",
|
||||
"version": "1.1.0",
|
||||
"version": "1.1.1",
|
||||
"license": "MIT",
|
||||
"dependencies": {
|
||||
"env-paths": "^4.0.0",
|
||||
|
||||
Reference in New Issue
Block a user