1
0
Fork 0
mirror of https://we.phorge.it/source/phorge.git synced 2024-12-31 18:01:00 +01:00

Reduce Apps Sprite, Sidenav apps tweak

Summary: Removes lightblue app icons, moves the menu ones to menu sprite. Minor CSS updates to apps nav.

Test Plan: Test all sm icons work in new nav, test apps nav.

Reviewers: epriestley, btrahan

Subscribers: epriestley, Korvin, hach-que

Differential Revision: https://secure.phabricator.com/D9302
This commit is contained in:
Chad Little 2014-05-26 22:12:17 -07:00
parent 3c91ec93fd
commit 87411f5b29
150 changed files with 327 additions and 1044 deletions

View file

@ -7,7 +7,7 @@
return array( return array(
'names' => 'names' =>
array( array(
'core.pkg.css' => '989d0407', 'core.pkg.css' => '8b46eb01',
'core.pkg.js' => '7db41c19', 'core.pkg.js' => '7db41c19',
'darkconsole.pkg.js' => 'ca8671ce', 'darkconsole.pkg.js' => 'ca8671ce',
'differential.pkg.css' => 'fbf57382', 'differential.pkg.css' => 'fbf57382',
@ -38,7 +38,7 @@ return array(
'rsrc/css/application/auth/auth.css' => '1e655982', 'rsrc/css/application/auth/auth.css' => '1e655982',
'rsrc/css/application/base/main-menu-view.css' => '5f0e9e05', 'rsrc/css/application/base/main-menu-view.css' => '5f0e9e05',
'rsrc/css/application/base/notification-menu.css' => '99ffef72', 'rsrc/css/application/base/notification-menu.css' => '99ffef72',
'rsrc/css/application/base/phabricator-application-launch-view.css' => '49268f00', 'rsrc/css/application/base/phabricator-application-launch-view.css' => '137e794e',
'rsrc/css/application/base/standard-page-view.css' => '517cdfb1', 'rsrc/css/application/base/standard-page-view.css' => '517cdfb1',
'rsrc/css/application/chatlog/chatlog.css' => '852140ff', 'rsrc/css/application/chatlog/chatlog.css' => '852140ff',
'rsrc/css/application/config/config-options.css' => '7fedf08b', 'rsrc/css/application/config/config-options.css' => '7fedf08b',
@ -116,7 +116,7 @@ return array(
'rsrc/css/font/phui-font-icon-base.css' => '3b2f9260', 'rsrc/css/font/phui-font-icon-base.css' => '3b2f9260',
'rsrc/css/layout/phabricator-action-header-view.css' => '33a4590a', 'rsrc/css/layout/phabricator-action-header-view.css' => '33a4590a',
'rsrc/css/layout/phabricator-action-list-view.css' => '020d6dab', 'rsrc/css/layout/phabricator-action-list-view.css' => '020d6dab',
'rsrc/css/layout/phabricator-crumbs-view.css' => '3853da5f', 'rsrc/css/layout/phabricator-crumbs-view.css' => '989a48b6',
'rsrc/css/layout/phabricator-filetree-view.css' => 'a8c86ace', 'rsrc/css/layout/phabricator-filetree-view.css' => 'a8c86ace',
'rsrc/css/layout/phabricator-hovercard-view.css' => '46a13cf0', 'rsrc/css/layout/phabricator-hovercard-view.css' => '46a13cf0',
'rsrc/css/layout/phabricator-side-menu-view.css' => '4372f3bd', 'rsrc/css/layout/phabricator-side-menu-view.css' => '4372f3bd',
@ -148,16 +148,15 @@ return array(
'rsrc/css/phui/phui-timeline-view.css' => '15ff2a9f', 'rsrc/css/phui/phui-timeline-view.css' => '15ff2a9f',
'rsrc/css/phui/phui-workboard-view.css' => '2bf82d00', 'rsrc/css/phui/phui-workboard-view.css' => '2bf82d00',
'rsrc/css/phui/phui-workpanel-view.css' => 'fddd97bf', 'rsrc/css/phui/phui-workpanel-view.css' => 'fddd97bf',
'rsrc/css/sprite-apps-large.css' => '76d8716b', 'rsrc/css/sprite-apps-large.css' => '12ea1ced',
'rsrc/css/sprite-apps-xlarge.css' => 'db66c878', 'rsrc/css/sprite-apps.css' => '37ee4f4e',
'rsrc/css/sprite-apps.css' => '600df7dd',
'rsrc/css/sprite-buttonbar.css' => 'ba1c5738', 'rsrc/css/sprite-buttonbar.css' => 'ba1c5738',
'rsrc/css/sprite-conpherence.css' => '3b4a0487', 'rsrc/css/sprite-conpherence.css' => '3b4a0487',
'rsrc/css/sprite-docs.css' => '5f65d0da', 'rsrc/css/sprite-docs.css' => '5f65d0da',
'rsrc/css/sprite-gradient.css' => '487b5761', 'rsrc/css/sprite-gradient.css' => '487b5761',
'rsrc/css/sprite-login.css' => '8d10fb28', 'rsrc/css/sprite-login.css' => '67ff30b2',
'rsrc/css/sprite-main-header.css' => '92720ee2', 'rsrc/css/sprite-main-header.css' => '92720ee2',
'rsrc/css/sprite-menu.css' => '8da53882', 'rsrc/css/sprite-menu.css' => '1605a7fb',
'rsrc/css/sprite-minicons.css' => 'df4f76fe', 'rsrc/css/sprite-minicons.css' => 'df4f76fe',
'rsrc/css/sprite-payments.css' => 'cc085d44', 'rsrc/css/sprite-payments.css' => 'cc085d44',
'rsrc/css/sprite-projects.css' => '7578fa56', 'rsrc/css/sprite-projects.css' => '7578fa56',
@ -307,11 +306,12 @@ return array(
'rsrc/image/phrequent_inactive.png' => 'bfc15a69', 'rsrc/image/phrequent_inactive.png' => 'bfc15a69',
'rsrc/image/search-white.png' => '64cc0d45', 'rsrc/image/search-white.png' => '64cc0d45',
'rsrc/image/search.png' => '82625a7e', 'rsrc/image/search.png' => '82625a7e',
'rsrc/image/sprite-apps-X2.png' => '55b68035', 'rsrc/image/sprite-apps-X2.png' => '10fe124a',
'rsrc/image/sprite-apps-large-X2.png' => 'becb43e7', 'rsrc/image/sprite-apps-X4.png' => '9c151271',
'rsrc/image/sprite-apps-large.png' => '6c673dd5', 'rsrc/image/sprite-apps-large-X2.png' => '4a828a0f',
'rsrc/image/sprite-apps-large.png' => '141d8c93',
'rsrc/image/sprite-apps-xlarge.png' => 'a751a580', 'rsrc/image/sprite-apps-xlarge.png' => 'a751a580',
'rsrc/image/sprite-apps.png' => 'ec24840a', 'rsrc/image/sprite-apps.png' => 'f6a0599f',
'rsrc/image/sprite-buttonbar-X2.png' => '2c09a184', 'rsrc/image/sprite-buttonbar-X2.png' => '2c09a184',
'rsrc/image/sprite-buttonbar.png' => 'e98e96af', 'rsrc/image/sprite-buttonbar.png' => 'e98e96af',
'rsrc/image/sprite-conpherence-X2.png' => 'cd2d08d7', 'rsrc/image/sprite-conpherence-X2.png' => 'cd2d08d7',
@ -319,11 +319,11 @@ return array(
'rsrc/image/sprite-docs-X2.png' => '6dc1adad', 'rsrc/image/sprite-docs-X2.png' => '6dc1adad',
'rsrc/image/sprite-docs.png' => '4636297f', 'rsrc/image/sprite-docs.png' => '4636297f',
'rsrc/image/sprite-gradient.png' => '6f37c182', 'rsrc/image/sprite-gradient.png' => '6f37c182',
'rsrc/image/sprite-login-X2.png' => 'bf5ceccc', 'rsrc/image/sprite-login-X2.png' => '5f75d60b',
'rsrc/image/sprite-login.png' => 'c1e200b3', 'rsrc/image/sprite-login.png' => 'efe40ddb',
'rsrc/image/sprite-main-header.png' => '83521873', 'rsrc/image/sprite-main-header.png' => '83521873',
'rsrc/image/sprite-menu-X2.png' => '949974c6', 'rsrc/image/sprite-menu-X2.png' => '5a3c3459',
'rsrc/image/sprite-menu.png' => '307d5da0', 'rsrc/image/sprite-menu.png' => '33682c5c',
'rsrc/image/sprite-minicons-X2.png' => '55377e4e', 'rsrc/image/sprite-minicons-X2.png' => '55377e4e',
'rsrc/image/sprite-minicons.png' => '272644ea', 'rsrc/image/sprite-minicons.png' => '272644ea',
'rsrc/image/sprite-payments.png' => 'd8576309', 'rsrc/image/sprite-payments.png' => 'd8576309',
@ -690,13 +690,13 @@ return array(
'people-profile-css' => 'ba7b2762', 'people-profile-css' => 'ba7b2762',
'phabricator-action-header-view-css' => '33a4590a', 'phabricator-action-header-view-css' => '33a4590a',
'phabricator-action-list-view-css' => '020d6dab', 'phabricator-action-list-view-css' => '020d6dab',
'phabricator-application-launch-view-css' => '49268f00', 'phabricator-application-launch-view-css' => '137e794e',
'phabricator-busy' => '6453c869', 'phabricator-busy' => '6453c869',
'phabricator-chatlog-css' => '852140ff', 'phabricator-chatlog-css' => '852140ff',
'phabricator-content-source-view-css' => '4b8b05d4', 'phabricator-content-source-view-css' => '4b8b05d4',
'phabricator-core-css' => '40151074', 'phabricator-core-css' => '40151074',
'phabricator-countdown-css' => '86b7b0a0', 'phabricator-countdown-css' => '86b7b0a0',
'phabricator-crumbs-view-css' => '3853da5f', 'phabricator-crumbs-view-css' => '989a48b6',
'phabricator-dashboard-css' => 'f593f8c2', 'phabricator-dashboard-css' => 'f593f8c2',
'phabricator-drag-and-drop-file-upload' => 'ae6abfba', 'phabricator-drag-and-drop-file-upload' => 'ae6abfba',
'phabricator-draggable-list' => '1681c4d4', 'phabricator-draggable-list' => '1681c4d4',
@ -798,16 +798,15 @@ return array(
'releeph-request-differential-create-dialog' => '8d8b92cd', 'releeph-request-differential-create-dialog' => '8d8b92cd',
'releeph-request-typeahead-css' => '667a48ae', 'releeph-request-typeahead-css' => '667a48ae',
'setup-issue-css' => '69e640e7', 'setup-issue-css' => '69e640e7',
'sprite-apps-css' => '600df7dd', 'sprite-apps-css' => '37ee4f4e',
'sprite-apps-large-css' => '76d8716b', 'sprite-apps-large-css' => '12ea1ced',
'sprite-apps-xlarge-css' => 'db66c878',
'sprite-buttonbar-css' => 'ba1c5738', 'sprite-buttonbar-css' => 'ba1c5738',
'sprite-conpherence-css' => '3b4a0487', 'sprite-conpherence-css' => '3b4a0487',
'sprite-docs-css' => '5f65d0da', 'sprite-docs-css' => '5f65d0da',
'sprite-gradient-css' => '487b5761', 'sprite-gradient-css' => '487b5761',
'sprite-login-css' => '8d10fb28', 'sprite-login-css' => '67ff30b2',
'sprite-main-header-css' => '92720ee2', 'sprite-main-header-css' => '92720ee2',
'sprite-menu-css' => '8da53882', 'sprite-menu-css' => '1605a7fb',
'sprite-minicons-css' => 'df4f76fe', 'sprite-minicons-css' => 'df4f76fe',
'sprite-payments-css' => 'cc085d44', 'sprite-payments-css' => 'cc085d44',
'sprite-projects-css' => '7578fa56', 'sprite-projects-css' => '7578fa56',
@ -2125,35 +2124,36 @@ return array(
19 => 'sprite-remarkup-css', 19 => 'sprite-remarkup-css',
20 => 'sprite-gradient-css', 20 => 'sprite-gradient-css',
21 => 'sprite-menu-css', 21 => 'sprite-menu-css',
22 => 'sprite-apps-large-css', 22 => 'sprite-apps-css',
23 => 'phabricator-main-menu-view', 23 => 'sprite-apps-large-css',
24 => 'phabricator-notification-css', 24 => 'phabricator-main-menu-view',
25 => 'phabricator-notification-menu-css', 25 => 'phabricator-notification-css',
26 => 'lightbox-attachment-css', 26 => 'phabricator-notification-menu-css',
27 => 'phui-header-view-css', 27 => 'lightbox-attachment-css',
28 => 'phabricator-filetree-view-css', 28 => 'phui-header-view-css',
29 => 'phabricator-nav-view-css', 29 => 'phabricator-filetree-view-css',
30 => 'phabricator-side-menu-view-css', 30 => 'phabricator-nav-view-css',
31 => 'phabricator-crumbs-view-css', 31 => 'phabricator-side-menu-view-css',
32 => 'phui-object-item-list-view-css', 32 => 'phabricator-crumbs-view-css',
33 => 'global-drag-and-drop-css', 33 => 'phui-object-item-list-view-css',
34 => 'phui-spacing-css', 34 => 'global-drag-and-drop-css',
35 => 'phui-form-css', 35 => 'phui-spacing-css',
36 => 'phui-icon-view-css', 36 => 'phui-form-css',
37 => 'phabricator-application-launch-view-css', 37 => 'phui-icon-view-css',
38 => 'phabricator-action-list-view-css', 38 => 'phabricator-application-launch-view-css',
39 => 'phui-property-list-view-css', 39 => 'phabricator-action-list-view-css',
40 => 'phui-tag-view-css', 40 => 'phui-property-list-view-css',
41 => 'phui-list-view-css', 41 => 'phui-tag-view-css',
42 => 'font-fontawesome', 42 => 'phui-list-view-css',
43 => 'phui-font-icon-base-css', 43 => 'font-fontawesome',
44 => 'sprite-main-header-css', 44 => 'phui-font-icon-base-css',
45 => 'phui-box-css', 45 => 'sprite-main-header-css',
46 => 'phui-object-box-css', 46 => 'phui-box-css',
47 => 'phui-timeline-view-css', 47 => 'phui-object-box-css',
48 => 'sprite-tokens-css', 48 => 'phui-timeline-view-css',
49 => 'tokens-css', 49 => 'sprite-tokens-css',
50 => 'phui-status-list-view-css', 50 => 'tokens-css',
51 => 'phui-status-list-view-css',
), ),
'core.pkg.js' => 'core.pkg.js' =>
array( array(

View file

@ -96,6 +96,7 @@ return array(
'sprite-remarkup-css', 'sprite-remarkup-css',
'sprite-gradient-css', 'sprite-gradient-css',
'sprite-menu-css', 'sprite-menu-css',
'sprite-apps-css',
'sprite-apps-large-css', 'sprite-apps-large-css',
'phabricator-main-menu-view', 'phabricator-main-menu-view',

Binary file not shown.

Before

Width:  |  Height:  |  Size: 5.9 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 2.2 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 5.8 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 5.8 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.6 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 5.8 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 5.9 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 5.8 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.9 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 5.8 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 5.8 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 5.8 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 5.8 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 5.8 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 5.8 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 5.8 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.5 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.8 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 5.8 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 5.8 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 5.9 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 5.8 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 5.8 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 5.8 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.8 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 5.8 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 5.8 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 5.8 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 5.8 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 5.8 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.5 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.8 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 5.8 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 2.1 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 5.8 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.8 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 5.8 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 5.9 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 5.8 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 5.8 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 5.9 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 5.8 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 2.4 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 5.8 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.7 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 5.9 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 5.8 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.5 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 5.8 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 5.8 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 5.8 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 5.9 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 5.8 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 2 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 5.8 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.8 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 5.8 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.3 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 5.9 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 5.8 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 2.3 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 5.9 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 5.9 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 15 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 3.3 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 15 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 15 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 2.5 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 15 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 15 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 15 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 3 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 15 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 15 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 15 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 15 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 15 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 15 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 15 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 2 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 3.5 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 15 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 15 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 15 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 15 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 15 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 15 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 3 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 15 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 15 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 15 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 15 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 15 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.9 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 2.7 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 15 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 3.6 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 15 KiB

Some files were not shown because too many files have changed in this diff Show more