feat: polish prompt ux and fix z hiding sources without seeder data

- new PromptHints action row shared by the folder and trackers prompts
- download-to prompt shows the torrent name and size, enter reads "download"
- export torrent rebound from T to s and centralized in the store
- footer trimmed to essentials, d/D and z detail live in the ? sheet
- z keeps FitGirl and SubsPlease rows: their feeds carry no seeder data,
  a new per-source reportsHealth flag marks seeders: 0 as unknown, not dead
- version 1.3.0
This commit is contained in:
bairon.dev
2026-07-07 01:55:04 -04:00
parent 26a4f0f910
commit 3302f46762
21 changed files with 126 additions and 72 deletions
+1
View File
@@ -100,6 +100,7 @@ function makeStore(
requestDownloadTo: noop,
copyMagnet: noop,
openDownloadFolder: noop,
exportTorrent: noop,
notice: null,
setNotice: noop,
quitAll: noop,