Skip to content

Conversation

raitono
Copy link

@raitono raitono commented Aug 17, 2025

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
Copy link
Owner

jesec commented Aug 23, 2025

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
Copy link
Author

raitono commented Aug 23, 2025

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.

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.

2 participants