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

Spiffy up feed icon defaults

Summary: Uses standard background color of profile icons.

Test Plan: Review herald, commit stories.

Reviewers: epriestley

Reviewed By: epriestley

Subscribers: Korvin

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

+6 -7
+3 -3
resources/celerity/map.php
··· 7 7 */ 8 8 return array( 9 9 'names' => array( 10 - 'core.pkg.css' => 'dd240688', 10 + 'core.pkg.css' => 'ea0dfb3d', 11 11 'core.pkg.js' => '6972d365', 12 12 'darkconsole.pkg.js' => 'e7393ebb', 13 13 'differential.pkg.css' => '7ba78475', ··· 131 131 'rsrc/css/phui/phui-document-pro.css' => '73e45fd2', 132 132 'rsrc/css/phui/phui-document-summary.css' => '9ca48bdf', 133 133 'rsrc/css/phui/phui-document.css' => '9c71d2bf', 134 - 'rsrc/css/phui/phui-feed-story.css' => 'd8440402', 134 + 'rsrc/css/phui/phui-feed-story.css' => 'aa49845d', 135 135 'rsrc/css/phui/phui-fontkit.css' => '9cda225e', 136 136 'rsrc/css/phui/phui-form-view.css' => '6a51768e', 137 137 'rsrc/css/phui/phui-form.css' => 'aac1d51d', ··· 823 823 'phui-document-summary-view-css' => '9ca48bdf', 824 824 'phui-document-view-css' => '9c71d2bf', 825 825 'phui-document-view-pro-css' => '73e45fd2', 826 - 'phui-feed-story-css' => 'd8440402', 826 + 'phui-feed-story-css' => 'aa49845d', 827 827 'phui-font-icon-base-css' => '6449bce8', 828 828 'phui-fontkit-css' => '9cda225e', 829 829 'phui-form-css' => 'aac1d51d',
+3 -4
webroot/rsrc/css/phui/phui-feed-story.css
··· 27 27 text-align: center; 28 28 vertical-align: middle; 29 29 font-size: 24px; 30 - line-height: 35px; 31 - color: {$lightgreytext}; 32 - background: {$greybackground}; 30 + line-height: 32px; 31 + color: #fff; 32 + background-color: #c4cde0; 33 33 } 34 - 35 34 36 35 .phui-feed-story-head { 37 36 padding: 12px 4px;