@recaptime-dev's working patches + fork for Phorge, a community fork of Phabricator. (Upstream dev and stable branches are at upstream/main and upstream/stable respectively.) hq.recaptime.dev/wiki/Phorge
phorge phabricator
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

Set blue background (unless it looks terrible)

Summary: See D15525.

Test Plan: {F1190753}

Reviewers: chad

Reviewed By: chad

Differential Revision: https://secure.phabricator.com/D15526

+2 -1
+2 -1
src/applications/harbormaster/controller/HarbormasterUnitMessageViewController.php
··· 41 41 $curtain = $this->buildCurtainView($message, $build); 42 42 43 43 $unit = id(new PHUIObjectBoxView()) 44 - ->setHeader($header) 44 + ->setHeaderText(pht('TEST RESULT')) 45 + ->setBackground(PHUIObjectBoxView::BLUE_PROPERTY) 45 46 ->addPropertyList($properties); 46 47 47 48 $crumbs = $this->buildApplicationCrumbs();