Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bug 40022 - Add message size to card view. #104

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

nicnab
Copy link

@nicnab nicnab commented Jan 14, 2025

Add message size to card view

This patch adds message size display to Thunderbird's card view, addressing the feature request from Mozilla Connect.

Changes

  • Add size field below date in card template
  • Style size field to match date styling and alignment
  • Update thread card implementation to format size in human-readable units (B, KB, MB)
  • Add size column to default card view columns

Testing

  • Verified size display in various message sizes
  • Confirmed proper formatting and alignment
  • Tested with different UI density settings

Fixes: https://connect.mozilla.org/t5/ideas/display-the-message-size-in-cards-view-in-tb-115/idi-p/40022

Disclaimer: this entire thing was made with the Cursor editor using the claude 3.5 sonnet LLM. Please don't frown upon me for trying this.

…ze display to Thunderbird's card view: add size field below date in card template, style size field to match date styling and alignment, update thread card implementation to format size in human-readable units, add size column to default card view columns. Ref: https://connect.mozilla.org/t5/ideas/display-the-message-size-in-cards-view-in-tb-115/idi-p/40022
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.

1 participant