Make ObjectItem default as "Card"

Summary: This went smoother than expeced. Makes the rounded Card the default, also tweaked selected state a little.

Test Plan:
Test UIExamples, Maniphest, Home, Differential, Harbormaster, Audit. Everything seems normal

{F163971}

{F163973}

Reviewers: epriestley

Reviewed By: epriestley

Subscribers: epriestley, Korvin

Differential Revision: https://secure.phabricator.com/D9408
This commit is contained in:
Chad Little
2014-06-07 12:12:11 -07:00
parent 3219039575
commit 41ef6824be
20 changed files with 22 additions and 72 deletions

View File

@@ -173,7 +173,6 @@ final class PhabricatorProjectBoardViewController
$cards = id(new PHUIObjectItemListView())
->setUser($viewer)
->setCards(true)
->setFlush(true)
->setAllowEmptyList(true)
->addSigil('project-column')