Skip to content

feat: Add optional Last Activity column to torrent list#906

Merged
trim21 merged 2 commits into
jesec:masterfrom
raitono:OptionalLastActiveColumn
Oct 3, 2025
Merged

feat: Add optional Last Activity column to torrent list#906
trim21 merged 2 commits into
jesec:masterfrom
raitono:OptionalLastActiveColumn

Conversation

@raitono

@raitono raitono commented Aug 17, 2025

Copy link
Copy Markdown
Contributor

Optional Last Activity column

Description

This PR adds an optional Last Activity column to the torrent list. The Last Activity column displays when each torrent was last active, providing users with better visibility into their torrent activity over time.

The implementation includes:

  • Adding the Last Activity column to the torrent list columns configuration
  • Implementing the column display logic in TorrentListCell
  • Adding sorting support for the new column
  • Including internationalization strings for the column header
  • Setting default preferences for the new column

Related Issue

N/A

Screenshots

image image

Types of changes

  • Breaking change (changes that break backward compatibility of public API or CLI - semver MAJOR)
  • New feature (non-breaking change which adds functionality - semver MINOR)
  • Bug fix (non-breaking change which fixes an issue - semver PATCH)

@jesec

jesec commented Aug 23, 2025

Copy link
Copy Markdown
Owner

Thanks for the contribution.

Keep in mind that raw data for those columns has to come from somewhere (either fetching from torrent clients i.e rTorrent or from Flood-internal bookkeeping).

I don’t see any source for this added information yet.

@raitono

raitono commented Aug 23, 2025

Copy link
Copy Markdown
Contributor Author

This is an existing field that can already be found in the torrent details. It just didn't have a column. I'll try to check all the clients to make sure they have a data source.

@trim21 trim21 enabled auto-merge (squash) October 3, 2025 16:44
@trim21 trim21 merged commit 0d09532 into jesec:master Oct 3, 2025
16 checks passed
@raitono raitono deleted the OptionalLastActiveColumn branch October 3, 2025 16:47
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants