feat: hide zero-seeder results with z key (#49)

This commit is contained in:
Felix-Ayush
2026-07-06 23:25:57 -04:00
committed by GitHub
parent 28565a88dd
commit 61d62893c8
4 changed files with 71 additions and 4 deletions
+2
View File
@@ -31,6 +31,7 @@ export const HELP_GROUPS: HelpGroup[] = [
{ keys: "d", label: "Download" },
{ keys: "D", label: "Download to a folder…" },
{ keys: "s", label: "Sort results" },
{ keys: "z", label: "Hide dead torrents" },
{ keys: "y", label: "Copy magnet" },
{ keys: "m", label: "Paste magnet" },
],
@@ -113,6 +114,7 @@ export function footerHints(
{ keys: "d/D", label: "Download" },
{ keys: "y", label: "Copy" },
{ keys: "s", label: "Sort" },
{ keys: "z", label: "Alive" },
{ keys: "/", label: "Search" },
SWITCH,
ALWAYS,