Page MenuHomePhabricator

Hide inlines one-by-one, instead of in a big group
ClosedPublic

Authored by epriestley on May 9 2017, 9:01 PM.
Tags
None
Referenced Files
Unknown Object (File)
Fri, Mar 8, 7:10 AM
Unknown Object (File)
Feb 18 2024, 4:48 PM
Unknown Object (File)
Feb 16 2024, 8:07 AM
Unknown Object (File)
Feb 8 2024, 1:43 PM
Unknown Object (File)
Jan 31 2024, 1:58 PM
Unknown Object (File)
Jan 24 2024, 8:10 PM
Unknown Object (File)
Jan 17 2024, 8:18 PM
Unknown Object (File)
Dec 27 2023, 10:57 AM
Subscribers
None

Details

Summary

Ref T12616. Fixes T12153. Currently, when you hide inlines, they hide completely and turn into a little bubble on the previous line.

Instead, collapse them to a single line one-by-one. Narrowly, this fixes T12153.

In the future, I plan to make these changes so this feature makes more sense:

  • Introduce global "hide everything" states (T8909) so you can completely hide stuff if you want, and this represents more of a halfway state between "nuke it" and "view it".
  • Make the actual rendering better, so it says "epriestley: blah blah..." instead of just "..." -- and looks less dumb.

The real goal here is to introduce DiffInline and continue moving stuff from the tangled jungle of a million top-level behaviors to sensible smooth statefulness.

Test Plan
  • Hid and revealed inlines in unified and two-up modes.
  • These look pretty junk for now:

Screen Shot 2017-05-09 at 1.40.25 PM.png (333×925 px, 33 KB)

Diff Detail

Repository
rP Phabricator
Lint
Lint Not Applicable
Unit
Tests Not Applicable

Event Timeline

I'll hold this until a future change fixes the rendering (and likely until I find a complete path through the wilderness) since this is sort of borderline-unusable as-is, this was just a reasonable sort of checkpoint.

This revision is now accepted and ready to land.May 9 2017, 11:53 PM
This revision was automatically updated to reflect the committed changes.