Hides the second column of info on narrow (33%) columns on dashboards on object-items.
Details
Details
- Reviewers
epriestley btrahan - Commits
- Restricted Diffusion Commit
rP6a0ec944a13a: On narrow dashboard columns, don't show col2 of obj-item
Tested a narrow left and narrow right column, 160px is gained back.
Diff Detail
Diff Detail
- Repository
- rP Phabricator
- Lint
Lint Not Applicable - Unit
Tests Not Applicable
Event Timeline
Comment Actions
To clarify, this is just removing the column outright? That seems really bad to me...
Comment Actions
Oh, I thought it was taking out a whole dashboard column and all the panels inside it. That makes more sense.
Comment Actions
In the long run we'll likely need richer means of displaying narrow object lists, maybe bake it directly into obj-item-list at the PHP level. I'll have to think about it a bit. I imagine once we have 3 column and/or project dashboards we'll want something strong than this.