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

Fix mobile menus

Summary: The multiple icons are causing layout issues. This hides the unsused div (the real icon gets appended). We should probably clean this up next redesign.

Test Plan: test mobile layouts in Chrome, test main menu and application menu. Go to Differential, check those menus to.

Reviewers: epriestley

Reviewed By: epriestley

Subscribers: epriestley, Korvin

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

+7 -3
+3 -3
resources/celerity/map.php
··· 7 7 return array( 8 8 'names' => 9 9 array( 10 - 'core.pkg.css' => 'd52dea33', 10 + 'core.pkg.css' => '283dd8ce', 11 11 'core.pkg.js' => 'b2ed04a2', 12 12 'darkconsole.pkg.js' => 'ca8671ce', 13 13 'differential.pkg.css' => '4b8686e3', ··· 37 37 'rsrc/css/aphront/two-column.css' => '16ab3ad2', 38 38 'rsrc/css/aphront/typeahead.css' => '271456a1', 39 39 'rsrc/css/application/auth/auth.css' => '1e655982', 40 - 'rsrc/css/application/base/main-menu-view.css' => '0a599177', 40 + 'rsrc/css/application/base/main-menu-view.css' => '0207239c', 41 41 'rsrc/css/application/base/notification-menu.css' => '99ffef72', 42 42 'rsrc/css/application/base/phabricator-application-launch-view.css' => 'd290ba21', 43 43 'rsrc/css/application/base/standard-page-view.css' => '517cdfb1', ··· 706 706 'phabricator-jump-nav' => 'f0c5e726', 707 707 'phabricator-keyboard-shortcut' => '1ae869f2', 708 708 'phabricator-keyboard-shortcut-manager' => 'ad7a69ca', 709 - 'phabricator-main-menu-view' => '0a599177', 709 + 'phabricator-main-menu-view' => '0207239c', 710 710 'phabricator-nav-view-css' => '80e60fc1', 711 711 'phabricator-notification' => '0c6946e7', 712 712 'phabricator-notification-css' => 'ef2c9b34',
+4
webroot/rsrc/css/application/base/main-menu-view.css
··· 352 352 display: none; 353 353 } 354 354 355 + .phabricator-application-menu .phui-list-item-icon { 356 + display: none; 357 + } 358 + 355 359 .device-desktop .phabricator-application-menu .phui-list-item-view.core-menu-item { 356 360 display: block; 357 361 }