Page MenuHomePhabricator

Collapse Dashboards to single column when durable present and narrow
ClosedPublic

Authored by chad on Mar 12 2015, 8:54 PM.
Tags
None
Referenced Files
F13191908: D12056.diff
Sun, May 12, 2:19 AM
F13179671: D12056.diff
Wed, May 8, 9:21 PM
Unknown Object (File)
Sat, May 4, 6:56 PM
Unknown Object (File)
Wed, May 1, 12:24 AM
Unknown Object (File)
Tue, Apr 30, 4:53 PM
Unknown Object (File)
Tue, Apr 30, 4:53 PM
Unknown Object (File)
Tue, Apr 30, 4:53 PM
Unknown Object (File)
Mon, Apr 29, 2:22 PM
Subscribers

Details

Summary

Currently we punch down Dashboard columns on smaller displays. This adds another set of rules for if durable-column is present.

Test Plan

Test breakpoints at 1300 and 1000 pixel wide.

Diff Detail

Repository
rP Phabricator
Branch
media-css
Lint
Lint Passed
Unit
No Test Coverage
Build Status
Buildable 4861
Build 4879: [Placeholder Plan] Wait for 30 Seconds

Event Timeline

chad retitled this revision from to Collapse Dashboards to single column when durable present and narrow.
chad updated this object.
chad edited the test plan for this revision. (Show Details)
chad added reviewers: epriestley, btrahan.

alternatively we could js detect 'narrow-desktop' in addition to 'phone' and 'tablet' at 1000px.

epriestley edited edge metadata.

I plan to make the breakpoint consider whether the column is present (T7062) but that won't work with stuff that's issuing raw @media queries.

This revision is now accepted and ready to land.Mar 14 2015, 3:27 PM

ah D10956. I wonder if you're really on a tablet, you're likely landscape anyways.

This revision was automatically updated to reflect the committed changes.