From 295e85e2357312954fcc24a0f1f7d6476828f4c1 Mon Sep 17 00:00:00 2001 From: Igor Katson Date: Wed, 6 Dec 2023 11:28:52 +0000 Subject: [PATCH] Rename "Peers" column to "Live/Seen" --- TODO.md | 6 ++++++ crates/librqbit/webui/src/rqbit-web.tsx | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/TODO.md b/TODO.md index 9014ada..bfaf06c 100644 --- a/TODO.md +++ b/TODO.md @@ -45,6 +45,12 @@ desktop: - [ ] allow to change options later (even with a session restart) - [ ] look at logs - allow writing them to files? Set RUST_LOG through API +persistence: +- [ ] store total uploaded bytes, so that on restart it comes back up + +efficiency: +- [ ] once the torrent is completed, we don't need to remember old peers + refactor: - [x] session persistence: should add torrents even if we haven't resolved it yet - [x] where are peers stored diff --git a/crates/librqbit/webui/src/rqbit-web.tsx b/crates/librqbit/webui/src/rqbit-web.tsx index 0617ffc..04e11b5 100644 --- a/crates/librqbit/webui/src/rqbit-web.tsx +++ b/crates/librqbit/webui/src/rqbit-web.tsx @@ -265,7 +265,7 @@ const TorrentRow: React.FC<{ {getCompletionETA(statsResponse)} - {formatPeersString()} + {formatPeersString()}