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

Make notifications visually clearer, like Feed

Summary: See downstream <https://phabricator.wikimedia.org/T166358>. The notifications menu is missing some CSS to color and style values in stories like "renamed task from X to Y".

Test Plan:
Before:

{F6302123}

After:

{F6302122}

Reviewers: amckinley

Reviewed By: amckinley

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

+10 -4
+3 -3
resources/celerity/map.php
··· 9 9 'names' => array( 10 10 'conpherence.pkg.css' => '3c8a0668', 11 11 'conpherence.pkg.js' => '020aebcf', 12 - 'core.pkg.css' => '34ce1741', 12 + 'core.pkg.css' => 'b797945d', 13 13 'core.pkg.js' => 'f9c2509b', 14 14 'differential.pkg.css' => '8d8360fb', 15 15 'differential.pkg.js' => '67e02996', ··· 38 38 'rsrc/css/application/almanac/almanac.css' => '2e050f4f', 39 39 'rsrc/css/application/auth/auth.css' => 'add92fd8', 40 40 'rsrc/css/application/base/main-menu-view.css' => '8e2d9a28', 41 - 'rsrc/css/application/base/notification-menu.css' => 'e6962e89', 41 + 'rsrc/css/application/base/notification-menu.css' => '4df1ee30', 42 42 'rsrc/css/application/base/phui-theme.css' => '35883b37', 43 43 'rsrc/css/application/base/standard-page-view.css' => '8a295cb9', 44 44 'rsrc/css/application/chatlog/chatlog.css' => 'abdc76ee', ··· 774 774 'phabricator-nav-view-css' => 'f8a0c1bf', 775 775 'phabricator-notification' => 'a9b91e3f', 776 776 'phabricator-notification-css' => '30240bd2', 777 - 'phabricator-notification-menu-css' => 'e6962e89', 777 + 'phabricator-notification-menu-css' => '4df1ee30', 778 778 'phabricator-object-selector-css' => 'ee77366f', 779 779 'phabricator-phtize' => '2f1db1ed', 780 780 'phabricator-prefab' => '5793d835',
+7 -1
webroot/rsrc/css/application/base/notification-menu.css
··· 15 15 16 16 .phabricator-notification { 17 17 padding: 8px 12px; 18 + color: {$darkgreytext}; 18 19 } 19 20 20 21 .phabricator-notification-menu-loading { ··· 114 115 } 115 116 116 117 .phabricator-notification-header a { 117 - color: {$darkgreytext}; 118 + color: {$anchor}; 118 119 } 119 120 120 121 .phabricator-notification-header a:hover { ··· 162 163 .aphlict-connection-status .connection-status-text { 163 164 margin-left: 12px; 164 165 } 166 + 167 + .phabricator-notification .phui-timeline-value { 168 + font-style: italic; 169 + color: #000; 170 + }