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

Give Maniphest a title glyph

Summary:
Ref T7055. Apparently we just never had one? I feel like I'm crazy. But I can't find any trace in the logs.

I'm actually not 100% sold on this being better because it's a color glyph on OSX and those feel a little out of place / tacky to me compared to the black-and-white ones. So I'd be fine with just leaving it off, too. Clearly not important if no one noticed it until I caught it in T7055.

Test Plan: {F276917}

Reviewers: chad

Reviewed By: chad

Subscribers: epriestley

Maniphest Tasks: T7055

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

+4
+4
src/applications/maniphest/application/PhabricatorManiphestApplication.php
··· 22 22 return 'fa-anchor'; 23 23 } 24 24 25 + public function getTitleGlyph() { 26 + return "\xE2\x9A\x93"; 27 + } 28 + 25 29 public function isPinnedByDefault(PhabricatorUser $viewer) { 26 30 return true; 27 31 }