Various tweaks and fixes. Adds a File Contents view in Diffusion, normalizes spaces, colors.
Details
Details
- Reviewers
epriestley btrahan - Maniphest Tasks
- T3952: Th[e commit detail] page needs some love
- Commits
- Restricted Diffusion Commit
rP89d35b98c892: Misc Diffusion/Differential CSS tweaks
tested differential and diffusion in my sandbox.
Diff Detail
Diff Detail
- Lint
Lint Skipped - Unit
Tests Skipped
Event Timeline
Comment Actions
I'd like to make a more dramatic attack on that "giant mess of green" in the left columns at some point, but this is clearly a large step forward.
Comment Actions
In particular, we currently show three columns:
| af832938 | D1234 | alincoln |
I think we could get away with this:
| D1234 / af832938 |
..and a hovercard/tooltip on the af832938 bit, showing the title/author/date/etc.
Comment Actions
And then we could probably lose the shading on the number column, and make the "<<" a more prominent, easier-to-see/hit button.
Comment Actions
Oh, some of that might be a huge pain because of how it gets built -- if you run into a bunch of JS that makes zero sense, I can probably untangle that. This code got some cleanup recently but needs some more.