kevingosse / GummyCat

MIT License
162 stars 10 forks source link

Collapse long empty space in tiled view #9

Open kevingosse opened 10 months ago

kevingosse commented 10 months ago

Currently, frozen segments are hidden because they tend to be far in memory from other regions, which makes it too big to display in the tiles view. Whenever a region gets too big (or at least empty space), a sort of ellipsis should be displayed instead of the full thing.

kevingosse commented 9 months ago

Might not be needed now that I added scrollbars.