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
F14056627: D12056.diff
Sat, Nov 16, 9:22 PM
F13980712: D12056.id.diff
Oct 19 2024, 12:16 PM
F13969517: D12056.id29020.diff
Oct 17 2024, 2:56 AM
F13968497: D12056.id29020.diff
Oct 16 2024, 9:24 PM
F13960314: D12056.diff
Oct 14 2024, 10:54 PM
Unknown Object (File)
Sep 20 2024, 8:08 PM
Unknown Object (File)
Aug 27 2024, 12:59 PM
Unknown Object (File)
Aug 27 2024, 12:47 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
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.