vmware-archive / octant

Highly extensible platform for developers to better understand the complexity of Kubernetes clusters.
https://octant.dev
Apache License 2.0
6.28k stars 481 forks source link

Hide columns for smaller screen sizes #910

Open GuessWhoSamFoo opened 4 years ago

GuessWhoSamFoo commented 4 years ago

Describe the problem/challenge you have xref #884

Getting correct clarity label positioning + truncation of label text is difficult because we don't have direct control over those behaviors. One way to possibly sidestep this issue is to hide columns for smaller screen sizes (maybe age) in order to maximize space labels to remain readable.

rororoross commented 4 years ago

Something that could help with this as well is tightening up a lot of the column widths. A column with say a 3 character heading (Age) and 3 character row (12d) doesn't ever need to be wider than like 90px.