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

Update Apps Installed icons to match Projects.

Summary: Changes to checkmark and crossed circle to match active projects

Test Plan: installed and uninstalled an application. poor conpherence.

Reviewers: epriestley, btrahan

Reviewed By: btrahan

CC: Korvin, epriestley, aran

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

+2 -2
+2 -2
src/applications/meta/controller/PhabricatorApplicationDetailViewController.php
··· 34 34 ->setPolicyObject($selected); 35 35 36 36 if ($selected->isInstalled()) { 37 - $header->setStatus('open', 'green', pht('Installed')); 37 + $header->setStatus('oh-ok', null, pht('Installed')); 38 38 } else { 39 - $header->setStatus('open', 'red', pht('Uninstalled')); 39 + $header->setStatus('policy-noone', null, pht('Uninstalled')); 40 40 } 41 41 42 42 $actions = $this->buildActionView($user, $selected);