Page MenuHomePhabricator

Make border conditional in crumbs
ClosedPublic

Authored by chad on Jan 28 2015, 4:18 AM.
Tags
None
Referenced Files
F13258477: D11533.id.diff
Sun, May 26, 9:40 AM
F13256705: D11533.id27749.diff
Sat, May 25, 4:12 PM
F13256704: D11533.id27748.diff
Sat, May 25, 4:12 PM
F13232126: D11533.diff
Tue, May 21, 1:02 AM
F13210983: D11533.diff
Fri, May 17, 5:23 AM
F13194863: D11533.diff
Sun, May 12, 9:57 PM
F13177598: D11533.diff
Wed, May 8, 7:50 PM
Unknown Object (File)
Mon, Apr 29, 3:52 PM
Subscribers

Details

Reviewers
epriestley
btrahan
Commits
Restricted Diffusion Commit
rP170dc15c05cb: Make border conditional in crumbs
Summary

Add a setBorder call to CrumbsView to be more deliberate when a border is drawn. Could not find any CSS hacks to set it conditionally CSS.

Test Plan

Browsed every application that called crumbs and make a design decision. Also fixed a few bad layouts.

Diff Detail

Repository
rP Phabricator
Branch
crumbies
Lint
Lint Passed
Unit
Tests Passed
Build Status
Buildable 4105
Build 4118: [Placeholder Plan] Wait for 30 Seconds

Event Timeline

chad retitled this revision from to Make border conditional in crumbs.
chad updated this object.
chad edited the test plan for this revision. (Show Details)
chad added reviewers: epriestley, btrahan.
btrahan edited edge metadata.

When does one setBorder(true) vs setBorder(false) ? Maybe its in the uiexample already?

This revision is now accepted and ready to land.Jan 28 2015, 4:57 AM

It's a pattern that I can't imagine can be made into a UIExample. Basically I want to not have a double horizontal rule that's taking up 98% of the top of the page width.

@epriestley did you have feedback? I think you said 98% on this.

I'd vaguely like to fix these pages (most/all of which seem unusual/inconsistent in some way) eventually, but am fine with this until we get around to that.

This revision was automatically updated to reflect the committed changes.