@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.

Don't force buttons to grey with PHUIInfoView

Summary: I'd like to use red buttons.

Test Plan: Set a button to red in InfoView, see red button.

Reviewers: epriestley

Reviewed By: epriestley

Subscribers: Korvin

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

authored by

Chad Little and committed by
chad
fd3cb18f ca8ae2d4

-1
-1
src/view/phui/PHUIInfoView.php
··· 95 95 } 96 96 97 97 public function addButton(PHUIButtonView $button) { 98 - $button->setColor(PHUIButtonView::GREY); 99 98 $this->buttons[] = $button; 100 99 return $this; 101 100 }