* fix(columns): hide misleading directory sizes in size column Problem: the size column shows the filesystem inode size (typically 4096 = 4.1k) for directories, which is misleading — users expect no size for directories. Solution: add an early return for directory entries in the size render function of the files, SSH, and S3 adapters. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com> * docs(upstream): mark #486 fixed --------- Co-authored-by: Claude Opus 4.6 <noreply@anthropic.com> |
||
|---|---|---|
| .. | ||
| files | ||
| s3 | ||
| ssh | ||
| trash | ||
| files.lua | ||
| s3.lua | ||
| ssh.lua | ||
| test.lua | ||
| trash.lua | ||