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

[Discussion] Remove ObjItem gradient

Summary: Just wanted to play with this, removes the gradient 'cards' for a flat design.

Test Plan:
Tested various apps, workboards

{F166127}

Reviewers: btrahan, epriestley

Reviewed By: epriestley

Subscribers: hach-que, epriestley, Korvin

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

+17 -18
+7 -7
resources/celerity/map.php
··· 7 7 */ 8 8 return array( 9 9 'names' => array( 10 - 'core.pkg.css' => 'b2f083b2', 10 + 'core.pkg.css' => 'c7059fd9', 11 11 'core.pkg.js' => 'eb8d4f82', 12 12 'darkconsole.pkg.js' => 'df001cab', 13 13 'differential.pkg.css' => '4a93db37', ··· 77 77 'rsrc/css/application/objectselector/object-selector.css' => '029a133d', 78 78 'rsrc/css/application/owners/owners-path-editor.css' => '2f00933b', 79 79 'rsrc/css/application/paste/paste.css' => 'aa1767d1', 80 - 'rsrc/css/application/people/people-profile.css' => 'ba7b2762', 80 + 'rsrc/css/application/people/people-profile.css' => '5402f7a5', 81 81 'rsrc/css/application/phame/phame.css' => '19ecc703', 82 82 'rsrc/css/application/pholio/pholio-edit.css' => '3ad9d1ee', 83 83 'rsrc/css/application/pholio/pholio-inline-comments.css' => '8e545e49', ··· 135 135 'rsrc/css/phui/phui-info-panel.css' => '27ea50a1', 136 136 'rsrc/css/phui/phui-list.css' => '43ed2d93', 137 137 'rsrc/css/phui/phui-object-box.css' => 'e9f7e938', 138 - 'rsrc/css/phui/phui-object-item-list-view.css' => '7ac40b5a', 138 + 'rsrc/css/phui/phui-object-item-list-view.css' => 'e1e6425f', 139 139 'rsrc/css/phui/phui-pinboard-view.css' => '3dd4a269', 140 140 'rsrc/css/phui/phui-property-list-view.css' => '86f9df88', 141 141 'rsrc/css/phui/phui-remarkup-preview.css' => '19ad512b', ··· 145 145 'rsrc/css/phui/phui-text.css' => '23e9b4b7', 146 146 'rsrc/css/phui/phui-timeline-view.css' => 'bbd990d0', 147 147 'rsrc/css/phui/phui-workboard-view.css' => '2bf82d00', 148 - 'rsrc/css/phui/phui-workpanel-view.css' => 'e5574303', 148 + 'rsrc/css/phui/phui-workpanel-view.css' => 'e26044fa', 149 149 'rsrc/css/sprite-apps-large.css' => '12ea1ced', 150 150 'rsrc/css/sprite-apps.css' => '37ee4f4e', 151 151 'rsrc/css/sprite-conpherence.css' => '3b4a0487', ··· 705 705 'owners-path-editor-css' => '2f00933b', 706 706 'paste-css' => 'aa1767d1', 707 707 'path-typeahead' => 'f7fc67ec', 708 - 'people-profile-css' => 'ba7b2762', 708 + 'people-profile-css' => '5402f7a5', 709 709 'phabricator-action-list-view-css' => '9ee9910a', 710 710 'phabricator-application-launch-view-css' => '8b7e271d', 711 711 'phabricator-busy' => '6453c869', ··· 785 785 'phui-info-panel-css' => '27ea50a1', 786 786 'phui-list-view-css' => '43ed2d93', 787 787 'phui-object-box-css' => 'e9f7e938', 788 - 'phui-object-item-list-view-css' => '7ac40b5a', 788 + 'phui-object-item-list-view-css' => 'e1e6425f', 789 789 'phui-pinboard-view-css' => '3dd4a269', 790 790 'phui-property-list-view-css' => '86f9df88', 791 791 'phui-remarkup-preview-css' => '19ad512b', ··· 795 795 'phui-text-css' => '23e9b4b7', 796 796 'phui-timeline-view-css' => 'bbd990d0', 797 797 'phui-workboard-view-css' => '2bf82d00', 798 - 'phui-workpanel-view-css' => 'e5574303', 798 + 'phui-workpanel-view-css' => 'e26044fa', 799 799 'phuix-action-list-view' => 'b5c256b8', 800 800 'phuix-action-view' => '6e8cefa4', 801 801 'phuix-dropdown-menu' => 'bd4c8dca',
+1 -1
src/infrastructure/celerity/CelerityResourceTransformer.php
··· 189 189 'violet' => '#8e44ad', 190 190 'lightviolet' => '#ecdff1', 191 191 'charcoal' => '#4b4d51', 192 - 'backdrop' => '#c4cde0', 192 + 'backdrop' => '#dadee7', 193 193 'hovergrey' => '#c5cbcf', 194 194 'hoverblue' => '#eceff5', 195 195 'hoverborder' => '#dfe1e9',
+2 -3
webroot/rsrc/css/phui/phui-object-item-list-view.css
··· 40 40 overflow: hidden; 41 41 border-radius: 3px; 42 42 border-left-width: 6px; 43 - background: #f0f0f0 url('/rsrc/image/texture/card-gradient.png') repeat-x; 43 + background: #fff; 44 44 margin-bottom: 4px; 45 45 } 46 46 ··· 51 51 .phui-object-item-frame { 52 52 border-style: solid; 53 53 border-color: {$lightgreyborder}; 54 - border-bottom-color: {$greyborder}; 55 54 border-width: 1px 1px 1px 0; 56 55 position: relative; 57 56 min-height: 29px; ··· 61 60 } 62 61 63 62 .device-desktop .phui-object-item { 64 - margin: 0 0 5px 0; 63 + margin: 0 0 4px 0; 65 64 } 66 65 67 66 .phui-object-item-name {
+7 -7
webroot/rsrc/css/phui/phui-workpanel-view.css
··· 4 4 5 5 .phui-workpanel-view .phui-action-header { 6 6 border: 1px solid #b3b5b6; 7 - border-top-left-radius: 5px; 8 - border-top-right-radius: 5px; 7 + border-top-left-radius: 3px; 8 + border-top-right-radius: 3px; 9 9 } 10 10 11 11 .phui-workpanel-view .phui-action-header .phui-action-header-title { ··· 53 53 54 54 .phui-workpanel-view .phui-workpanel-body { 55 55 background: {$backdrop}; 56 - padding: 5px 5px 1px 5px; 57 - border-bottom-left-radius: 5px; 58 - border-bottom-right-radius: 5px; 59 - box-shadow: inset 0 0px 5px rgba(0,0,0,.4); 56 + padding: 5px 5px 2px 5px; 57 + border-bottom-left-radius: 3px; 58 + border-bottom-right-radius: 3px; 59 + box-shadow: inset 0 0px 5px rgba(0,0,0,.2); 60 60 } 61 61 62 62 .phui-workpanel-view .phui-workpanel-footer-action a { ··· 85 85 } 86 86 87 87 .phui-workpanel-body .phui-object-item-list-view { 88 - min-height: 54px; 88 + min-height: 49px; 89 89 } 90 90 91 91 .device .aphront-multi-column-outer