Convert more tables to use DynamicTable and implement tracker page context menu

This commit is contained in:
ahjephson
2024-07-19 19:32:07 +01:00
parent ab548bb0e8
commit 2247a08eea
39 changed files with 535 additions and 400 deletions

View File

@@ -78,7 +78,7 @@ namespace Lantean.QBitTorrentClient
Task<TorrentProperties> GetTorrentProperties(string hash);
Task<IReadOnlyList<TorrentTrackers>> GetTorrentTrackers(string hash);
Task<IReadOnlyList<TorrentTracker>> GetTorrentTrackers(string hash);
Task<IReadOnlyList<WebSeed>> GetTorrentWebSeeds(string hash);