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
Unknown Object (File)
Tue, Apr 2, 7:03 AM
Unknown Object (File)
Sun, Mar 31, 2:32 PM
Unknown Object (File)
Sun, Mar 31, 12:10 PM
Unknown Object (File)
Sat, Mar 30, 8:27 PM
Unknown Object (File)
Mar 27 2024, 4:57 PM
Unknown Object (File)
Mar 27 2024, 1:58 PM
Unknown Object (File)
Mar 20 2024, 5:57 PM
Unknown Object (File)
Dec 20 2023, 5:23 AM
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
Lint
Lint Not Applicable
Unit
Tests Not Applicable

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.