Page MenuHomePhabricator

Revert "Clean up more Quicksand"
ClosedPublic

Authored by chad on Oct 1 2016, 7:36 PM.
Tags
None
Referenced Files
F13236093: D16645.diff
Tue, May 21, 8:01 AM
F13231557: D16645.diff
Tue, May 21, 12:33 AM
F13220223: D16645.id40072.diff
Sun, May 19, 12:02 AM
F13214204: D16645.diff
Fri, May 17, 9:14 AM
F13210632: D16645.diff
Fri, May 17, 5:03 AM
F13194612: D16645.diff
Sun, May 12, 9:42 PM
F13192173: D16645.id.diff
Sun, May 12, 6:03 AM
F13177362: D16645.diff
Wed, May 8, 7:39 PM
Subscribers

Details

Summary
Test Plan

Reload homepage, no scrollbars

Diff Detail

Repository
rP Phabricator
Lint
Lint Not Applicable
Unit
Tests Not Applicable

Event Timeline

chad retitled this revision from to Revert "Clean up more Quicksand".
chad updated this object.
chad edited the test plan for this revision. (Show Details)
chad added a reviewer: epriestley.
epriestley edited edge metadata.

I think this approach is maybe slightly more promising, but your call.

This revision is now accepted and ready to land.Oct 1 2016, 7:46 PM

which approach? reverting and going with body classes or faking a background on all pages?

can I just pass body classes in via quicksand config?

i am just a corgi. javascript is hard.

Yes, I think.

  • Have buildQuicksandConfig() in PhabricatorStandardPageView include a key like bodyClasses.
  • In behavior-durable-column in the existing quicksand-redraw listener, do document.body.className = new_data.bodyClasses or similar.
This revision was automatically updated to reflect the committed changes.