Skip to content

CONV-168: Add file size column#168

Merged
menvil merged 1 commit into
developfrom
feature/CONV-168-add-file-size-column
Jun 2, 2026
Merged

CONV-168: Add file size column#168
menvil merged 1 commit into
developfrom
feature/CONV-168-add-file-size-column

Conversation

@menvil

@menvil menvil commented Jun 2, 2026

Copy link
Copy Markdown
Owner

Summary

  • Adds Size column: shows result file size when available, falls back to source file size
  • formatBytes helper uses SI units (1000-based): KB, MB, GB
  • Null size handled as

Test plan

  • renders result file size when result file exists
  • renders source file size when no result file
  • composer test passes (297 tests)
  • composer lint passes

🤖 Generated with Claude Code


Summary by cubic

Adds a Size column to Recent Conversions to show file sizes in SI units. Addresses Linear CONV-168 by showing the result file size when available, otherwise the source file size; unknown sizes show "—".

  • New Features
    • Added Size column to the recent conversions table.
    • formatBytes formats sizes in 1000-based KB/MB/GB and handles null as .

Written for commit e48b462. Summary will update on new commits.

Review in cubic

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
@menvil menvil merged commit e12d9c7 into develop Jun 2, 2026
@menvil menvil deleted the feature/CONV-168-add-file-size-column branch June 2, 2026 07:35
@coderabbitai

coderabbitai Bot commented Jun 2, 2026

Copy link
Copy Markdown

Important

Review skipped

Auto reviews are limited based on label configuration.

🏷️ Required labels (at least one) (1)
  • release

Please check the settings in the CodeRabbit UI or the .coderabbit.yaml file in this repository. To trigger a single review, invoke the @coderabbitai review command.

⚙️ Run configuration

Configuration used: Path: .coderabbit.yaml

Review profile: CHILL

Plan: Pro

Run ID: 14f4284f-77af-41bb-adeb-04bf3e64578c

You can disable this status message by setting the reviews.review_status to false in the CodeRabbit configuration file.

Use the checkbox below for a quick retry:

  • 🔍 Trigger review
✨ Finishing Touches
🧪 Generate unit tests (beta)
  • Create PR with unit tests
  • Commit unit tests in branch feature/CONV-168-add-file-size-column

Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out.

❤️ Share

Comment @coderabbitai help to get the list of available commands and usage tips.

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