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

Tweak alert states in header a bit more

Summary: The sky blue colors in the alerts was problematic in other color headers (not black). Rather than hand tweak each color, just going with white seems best. There is also a small animation now, which you may or may not like. It is playful and enjoyable to me at least.

Test Plan: Tested various header colors with and without alert notifications.

Reviewers: btrahan, epriestley

Reviewed By: epriestley

Subscribers: Korvin, epriestley

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

+13 -13
+3 -3
resources/celerity/map.php
··· 7 7 */ 8 8 return array( 9 9 'names' => array( 10 - 'core.pkg.css' => 'a605a99b', 10 + 'core.pkg.css' => 'aba1dfdf', 11 11 'core.pkg.js' => '23d653bb', 12 12 'darkconsole.pkg.js' => '8ab24e01', 13 13 'differential.pkg.css' => '380f07e5', ··· 35 35 'rsrc/css/aphront/typeahead.css' => '0e403212', 36 36 'rsrc/css/application/almanac/almanac.css' => 'dbb9b3af', 37 37 'rsrc/css/application/auth/auth.css' => '1e655982', 38 - 'rsrc/css/application/base/main-menu-view.css' => 'c32b228a', 38 + 'rsrc/css/application/base/main-menu-view.css' => '8acd22bd', 39 39 'rsrc/css/application/base/notification-menu.css' => '6aa0a74b', 40 40 'rsrc/css/application/base/phabricator-application-launch-view.css' => '16ca323f', 41 41 'rsrc/css/application/base/standard-page-view.css' => '60d0df9a', ··· 729 729 'phabricator-hovercard-view-css' => '893f4783', 730 730 'phabricator-keyboard-shortcut' => '1ae869f2', 731 731 'phabricator-keyboard-shortcut-manager' => 'c1700f6f', 732 - 'phabricator-main-menu-view' => 'c32b228a', 732 + 'phabricator-main-menu-view' => '8acd22bd', 733 733 'phabricator-nav-view-css' => '7aeaf435', 734 734 'phabricator-notification' => '0c6946e7', 735 735 'phabricator-notification-css' => '9c279160',
+2 -2
src/view/page/menu/PhabricatorMainMenuView.php
··· 144 144 'meta' => array( 145 145 'map' => array( 146 146 $header_id => 'phabricator-application-menu-expanded', 147 - $button_id => 'sky', 147 + $button_id => 'white', 148 148 ), 149 149 ), 150 150 ), ··· 207 207 'meta' => array( 208 208 'map' => array( 209 209 $header_id => 'phabricator-search-menu-expanded', 210 - $button_id => 'sky', 210 + $button_id => 'white', 211 211 ), 212 212 ), 213 213 ),
+8 -8
webroot/rsrc/css/application/base/main-menu-view.css
··· 281 281 } 282 282 283 283 .alert-notifications .phui-icon-view { 284 - color: rgba(200,200,200, .5); 284 + color: rgba(200,200,200, .4); 285 + text-shadow: 0px -1px 0px rgba(0, 0, 0, 0.1); 286 + } 287 + 288 + .alert-notifications:hover { 289 + margin-top: -1px; 290 + transition-duration: .1s; 285 291 } 286 292 287 293 .alert-notifications:hover .phui-icon-view { 288 294 color: #fff; 289 - } 290 - 291 - .alert-unread:hover .phabricator-main-menu-alert-icon.phui-icon-view, 292 - .message-unread:hover .phabricator-main-menu-message-icon.phui-icon-view { 293 - color: {$sky}; 294 295 } 295 296 296 297 .phabricator-main-menu-alert-icon, ··· 327 328 328 329 .alert-unread .phabricator-main-menu-alert-icon, 329 330 .message-unread .phabricator-main-menu-message-icon { 330 - color: {$sky}; 331 + color: #fff; 331 332 } 332 333 333 334 .alert-unread .phabricator-main-menu-alert-count, ··· 449 450 .core-menu-item.phui-list-item-view:hover { 450 451 background-color: rgba(0,0,0,.33); 451 452 border-radius: 3px; 452 - color: #fff; 453 453 } 454 454 455 455 .device-desktop .phabricator-application-menu .phui-list-item-view {