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

Use pink for "Unbreak Now" priority instead of indigo

Summary:
Fixes T9237. A while ago, the old (more-pink) indigo got split into "pink" (more pink) and "indigo" (more purple), but we didn't change this color config in Maniphest.

This generally made the color more purple, and it's now pretty simliar to the "needs triage" color (violet).

Make it "pink" instead.

Test Plan: {F742617}

Reviewers: chad

Reviewed By: chad

Maniphest Tasks: T9237

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

+1 -1
+1 -1
src/applications/maniphest/config/PhabricatorManiphestConfigOptions.php
··· 25 25 100 => array( 26 26 'name' => pht('Unbreak Now!'), 27 27 'short' => pht('Unbreak!'), 28 - 'color' => 'indigo', 28 + 'color' => 'pink', 29 29 'keywords' => array('unbreak'), 30 30 ), 31 31 90 => array(