Page MenuHomePhabricator

Make border conditional in crumbs
ClosedPublic

Authored by chad on Jan 28 2015, 4:18 AM.
Tags
None
Referenced Files
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
Unknown Object (File)
Wed, Apr 24, 11:48 PM
Unknown Object (File)
Tue, Apr 23, 7:26 AM
Unknown Object (File)
Apr 11 2024, 4:04 AM
Unknown Object (File)
Apr 7 2024, 4:41 PM
Unknown Object (File)
Mar 29 2024, 8:19 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
Lint
Lint Not Applicable
Unit
Tests Not Applicable

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.