Page MenuHomePhabricator

Revert "Clean up more Quicksand"
ClosedPublic

Authored by chad on Oct 1 2016, 7:36 PM.
Tags
None
Referenced Files
F18763068: D16645.id.diff
Mon, Oct 6, 10:26 PM
F18763064: D16645.id40073.diff
Mon, Oct 6, 10:25 PM
F18754444: D16645.id.diff
Sat, Oct 4, 11:05 PM
F18672349: D16645.id40072.diff
Thu, Sep 25, 7:21 AM
F18653728: D16645.diff
Sun, Sep 21, 3:52 PM
F18653474: D16645.diff
Sun, Sep 21, 1:52 PM
F18646898: D16645.id40073.diff
Fri, Sep 19, 11:29 AM
F18645030: D16645.diff
Fri, Sep 19, 6:48 AM
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.