OPDS navigation trail is prematurily condensed / shortened
click on current category / philosophy ...
As you can see, there is plenty of free space in the navigation trail, so I guess there is a hard-coded limit?
Yes, it's five elements : https://github.com/edrlab/thorium-reader/blob/develop/src/renderer/library/components/layout/BreadCrumb.tsx#L51
given that each segment has a max width with text ellipsis overflow, would it be easy to approximate how many segments fit inside the available width? there is plenty of screen real estate wasted with the current heuristics, it would be nice to show more than 5 segments.
Fixed by https://github.com/edrlab/thorium-reader/commit/c7b68af85bc1372e3ebc505266824206ff9a00ca