canola.nvim/doc
Barrett Ruth 76033e9b30 fix(columns): hide misleading directory sizes (#87)
* 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.


* docs(upstream): mark #486 fixed
2026-03-08 15:31:43 -04:00
..
canola.txt feat: add max_file_size preview limit and show_hidden_when_empty (#85) 2026-03-07 16:52:57 -05:00
upstream.md fix(columns): hide misleading directory sizes (#87) 2026-03-08 15:31:43 -04:00