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

[Redesign] Sidenav, Crumbs, AppsNav

Summary:
First diff in the redesign branch, quick summary:

- Use full tiles on apps
- Shorten apps nav to standard sidebar width
- Shorten Conpherence nav
- Clean up styles around all navs
- Clean up styles around Crumbs

Test Plan: Viewed a number of pages on desktop, tablet and mobile. Will land in a redesign branch.

Reviewers: epriestley, btrahan

Subscribers: epriestley, Korvin

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

+11 -7
+5 -5
resources/celerity/map.php
··· 7 7 return array( 8 8 'names' => 9 9 array( 10 - 'core.pkg.css' => '4a6a4ebb', 10 + 'core.pkg.css' => '989d0407', 11 11 'core.pkg.js' => '7db41c19', 12 12 'darkconsole.pkg.js' => 'ca8671ce', 13 13 'differential.pkg.css' => 'fbf57382', ··· 27 27 'rsrc/css/aphront/notification.css' => 'ef2c9b34', 28 28 'rsrc/css/aphront/pager-view.css' => '2e3539af', 29 29 'rsrc/css/aphront/panel-view.css' => '5846dfa2', 30 - 'rsrc/css/aphront/phabricator-nav-view.css' => '8fd90754', 30 + 'rsrc/css/aphront/phabricator-nav-view.css' => '9283c2df', 31 31 'rsrc/css/aphront/request-failure-view.css' => 'da14df31', 32 32 'rsrc/css/aphront/table-view.css' => '88e80148', 33 33 'rsrc/css/aphront/tokenizer.css' => '36903077', ··· 38 38 'rsrc/css/application/auth/auth.css' => '1e655982', 39 39 'rsrc/css/application/base/main-menu-view.css' => '5f0e9e05', 40 40 'rsrc/css/application/base/notification-menu.css' => '99ffef72', 41 - 'rsrc/css/application/base/phabricator-application-launch-view.css' => '34472fe0', 41 + 'rsrc/css/application/base/phabricator-application-launch-view.css' => '49268f00', 42 42 'rsrc/css/application/base/standard-page-view.css' => '517cdfb1', 43 43 'rsrc/css/application/chatlog/chatlog.css' => '852140ff', 44 44 'rsrc/css/application/config/config-options.css' => '7fedf08b', ··· 690 690 'people-profile-css' => 'ba7b2762', 691 691 'phabricator-action-header-view-css' => '33a4590a', 692 692 'phabricator-action-list-view-css' => '020d6dab', 693 - 'phabricator-application-launch-view-css' => '34472fe0', 693 + 'phabricator-application-launch-view-css' => '49268f00', 694 694 'phabricator-busy' => '6453c869', 695 695 'phabricator-chatlog-css' => '852140ff', 696 696 'phabricator-content-source-view-css' => '4b8b05d4', ··· 711 711 'phabricator-keyboard-shortcut' => '1ae869f2', 712 712 'phabricator-keyboard-shortcut-manager' => 'ad7a69ca', 713 713 'phabricator-main-menu-view' => '5f0e9e05', 714 - 'phabricator-nav-view-css' => '8fd90754', 714 + 'phabricator-nav-view-css' => '9283c2df', 715 715 'phabricator-notification' => '0c6946e7', 716 716 'phabricator-notification-css' => 'ef2c9b34', 717 717 'phabricator-notification-menu-css' => '99ffef72',
+2 -2
webroot/rsrc/css/aphront/phabricator-nav-view.css
··· 23 23 element extend off the bottom of the screen to prevent this. */ 24 24 bottom: -480px; 25 25 width: 204px; 26 - background: rgba(205, 207, 211, 0.5); 27 - border-right: 1px solid rgba(205, 207, 211, 1); 26 + background: #dbdde0; 27 + border-right: 1px solid {$hovergrey}; 28 28 } 29 29 30 30 .phabricator-nav-column-background,
+4
webroot/rsrc/css/application/base/phabricator-application-launch-view.css
··· 51 51 text-decoration: none; 52 52 } 53 53 54 + .device-phone .phabricator-application-launch-container { 55 + border-bottom: 1px solid {$hovergrey}; 56 + } 57 + 54 58 .phabricator-application-launch-name { 55 59 display: block; 56 60 font-weight: bold;