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:
bairon.dev
2026-06-30 00:14:05 -04:00
parent cc881aefc4
commit 7fa049ae9d
5 changed files with 19 additions and 13 deletions
+2 -2
View File
@@ -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",