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

Style text boxes and tab panels in dashboards

Summary: Adds basic borders, spacing to tab panels and text boxes.

Test Plan:
Added some of each to my Dashboard.

{F157622}

Reviewers: btrahan, epriestley

Reviewed By: epriestley

Subscribers: epriestley, Korvin

Maniphest Tasks: T5078

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

+33 -16
+9 -9
resources/celerity/map.php
··· 7 7 return array( 8 8 'names' => 9 9 array( 10 - 'core.pkg.css' => '769b26dc', 10 + 'core.pkg.css' => 'cb82b435', 11 11 'core.pkg.js' => 'ab0d6d3d', 12 12 'darkconsole.pkg.js' => 'ca8671ce', 13 13 'differential.pkg.css' => '382ca868', ··· 66 66 'rsrc/css/application/diffusion/diffusion-icons.css' => '384a0f7d', 67 67 'rsrc/css/application/diffusion/diffusion-source.css' => '66fdf661', 68 68 'rsrc/css/application/directory/phabricator-jump-nav.css' => 'f0c5e726', 69 - 'rsrc/css/application/feed/feed.css' => '02463b16', 69 + 'rsrc/css/application/feed/feed.css' => 'cdf4718e', 70 70 'rsrc/css/application/files/global-drag-and-drop.css' => '697324ad', 71 71 'rsrc/css/application/flag/flag.css' => '5337623f', 72 72 'rsrc/css/application/harbormaster/harbormaster.css' => 'cec833b7', ··· 114 114 'rsrc/css/font/font-awesome.css' => '73d075c3', 115 115 'rsrc/css/font/font-source-sans-pro.css' => '91d53463', 116 116 'rsrc/css/font/phui-font-icon-base.css' => '74cfb6a9', 117 - 'rsrc/css/layout/phabricator-action-header-view.css' => '589371fe', 117 + 'rsrc/css/layout/phabricator-action-header-view.css' => '4a011b0c', 118 118 'rsrc/css/layout/phabricator-action-list-view.css' => 'dcd9875f', 119 119 'rsrc/css/layout/phabricator-crumbs-view.css' => '6a23399c', 120 120 'rsrc/css/layout/phabricator-filetree-view.css' => 'a8c86ace', ··· 135 135 'rsrc/css/phui/phui-header-view.css' => '689dbc38', 136 136 'rsrc/css/phui/phui-icon.css' => 'ef701b9b', 137 137 'rsrc/css/phui/phui-info-panel.css' => '27ea50a1', 138 - 'rsrc/css/phui/phui-list.css' => '65eab261', 138 + 'rsrc/css/phui/phui-list.css' => 'ce29d035', 139 139 'rsrc/css/phui/phui-object-box.css' => 'ce92d8ec', 140 140 'rsrc/css/phui/phui-object-item-list-view.css' => '64b6b266', 141 141 'rsrc/css/phui/phui-pinboard-view.css' => '874c22f9', 142 - 'rsrc/css/phui/phui-property-list-view.css' => 'c7cbe471', 142 + 'rsrc/css/phui/phui-property-list-view.css' => '37a1a369', 143 143 'rsrc/css/phui/phui-remarkup-preview.css' => '19ad512b', 144 144 'rsrc/css/phui/phui-spacing.css' => '042804d6', 145 145 'rsrc/css/phui/phui-status.css' => '2f562399', ··· 689 689 'paste-css' => 'aa1767d1', 690 690 'path-typeahead' => 'f7fc67ec', 691 691 'people-profile-css' => 'ba7b2762', 692 - 'phabricator-action-header-view-css' => '589371fe', 692 + 'phabricator-action-header-view-css' => '4a011b0c', 693 693 'phabricator-action-list-view-css' => 'dcd9875f', 694 694 'phabricator-application-launch-view-css' => 'd290ba21', 695 695 'phabricator-busy' => '6453c869', ··· 702 702 'phabricator-drag-and-drop-file-upload' => 'ae6abfba', 703 703 'phabricator-draggable-list' => '1681c4d4', 704 704 'phabricator-fatal-config-template-css' => '25d446d6', 705 - 'phabricator-feed-css' => '02463b16', 705 + 'phabricator-feed-css' => 'cdf4718e', 706 706 'phabricator-file-upload' => 'a4ae61bf', 707 707 'phabricator-filetree-view-css' => 'a8c86ace', 708 708 'phabricator-flag-css' => '5337623f', ··· 767 767 'phui-header-view-css' => '689dbc38', 768 768 'phui-icon-view-css' => 'ef701b9b', 769 769 'phui-info-panel-css' => '27ea50a1', 770 - 'phui-list-view-css' => '65eab261', 770 + 'phui-list-view-css' => 'ce29d035', 771 771 'phui-object-box-css' => 'ce92d8ec', 772 772 'phui-object-item-list-view-css' => '64b6b266', 773 773 'phui-pinboard-view-css' => '874c22f9', 774 - 'phui-property-list-view-css' => 'c7cbe471', 774 + 'phui-property-list-view-css' => '37a1a369', 775 775 'phui-remarkup-preview-css' => '19ad512b', 776 776 'phui-spacing-css' => '042804d6', 777 777 'phui-status-list-view-css' => '2f562399',
+5 -5
webroot/rsrc/css/application/feed/feed.css
··· 52 52 border: none; 53 53 } 54 54 55 - /** Dashboards **/ 55 + /* - Dashboards ------------------------------------------------------------ */ 56 56 57 57 .dashboard-panel .phabricator-feed-frame { 58 58 background: #fff; 59 59 margin: 0; 60 - border-left: 1px solid {$lightgreyborder}; 61 - border-right: 1px solid {$lightgreyborder}; 62 - border-bottom: 1px solid {$greyborder}; 60 + border-left: 1px solid {$lightblueborder}; 61 + border-right: 1px solid {$lightblueborder}; 62 + border-bottom: 1px solid {$blueborder}; 63 63 } 64 64 65 65 .dashboard-panel .phabricator-feed-frame .phabricator-action-header { ··· 75 75 .dashboard-panel .phabricator-feed-frame .phui-feed-story { 76 76 border: none; 77 77 border-bottom: 1px solid {$thinblueborder}; 78 - margin-bottom: 0; 78 + margin: 0; 79 79 } 80 80 81 81 .dashboard-panel .phabricator-feed-frame .phui-feed-story-foot {
+3 -2
webroot/rsrc/css/layout/phabricator-action-header-view.css
··· 63 63 margin-right: 4px; 64 64 } 65 65 66 - /** Dashboards **/ 66 + /* - Dashboards ------------------------------------------------------------ */ 67 67 68 68 .dashboard-panel .phabricator-action-header.gradient-grey-header { 69 - border: 1px solid {$lightgreyborder}; 69 + border: 1px solid {$lightblueborder}; 70 + border-bottom: 1px solid {$thinblueborder}; 70 71 border-top-left-radius: 5px; 71 72 border-top-right-radius: 5px; 72 73 }
+8
webroot/rsrc/css/phui/phui-list.css
··· 166 166 .phui-list-item-fail.phui-list-item-selected .phui-list-item-href:hover { 167 167 background: #f5d3d0; 168 168 } 169 + 170 + /* - Dashboards ------------------------------------------------------------ */ 171 + 172 + .dashboard-panel .phui-list-view.phui-list-navbar { 173 + border-left: 1px solid {$lightblueborder}; 174 + border-right: 1px solid {$lightblueborder}; 175 + border-bottom: 1px solid {$blueborder}; 176 + }
+8
webroot/rsrc/css/phui/phui-property-list-view.css
··· 182 182 .device-desktop .phui-property-list-image-content img:hover { 183 183 background: url('/rsrc/image/checker_dark.png'); 184 184 } 185 + 186 + /* - Dashboards ------------------------------------------------------------ */ 187 + 188 + .dashboard-panel .phui-property-list-section { 189 + border-left: 1px solid {$lightblueborder}; 190 + border-right: 1px solid {$lightblueborder}; 191 + border-bottom: 1px solid {$blueborder}; 192 + }