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

Remove orphan CSS selectors in phui/phui-header-view.css

Summary:
* `phabricator-form-view`
** Added in https://we.phorge.it/rP93938765c371c2d4cceff7f725d2243ecfa3cba2, usage removed in https://we.phorge.it/rPfe2a96e37ff03b003cb10928e6d9f077dd44aa05
* `phui-header-tags`
** Added in https://we.phorge.it/rPe8bb24fd60724492ac3b28fdee759e4b079342c9, usage removed in https://we.phorge.it/rP9baa965b8609dc6412c137e0e1502542a9fcea31 by using `phui-header-action-*`
* `policy-space-container`
** Added in https://we.phorge.it/rP4811e6e7c1226d3c51649f47c2e7b49beb68aa19, seems to have never been used

Test Plan: Grep the code for each CSS selector (`grep --exclude="*.css" -R 'some-search-string' .`), also do partial searches, get no results.

Reviewers: O1 Blessed Committers, valerio.bozzolan

Reviewed By: O1 Blessed Committers, valerio.bozzolan

Subscribers: tobiaswiese, valerio.bozzolan, Matthew, Cigaryno

Differential Revision: https://we.phorge.it/D26008

+3 -22
+3 -3
resources/celerity/map.php
··· 9 9 'names' => array( 10 10 'conpherence.pkg.css' => '79a197f6', 11 11 'conpherence.pkg.js' => '020aebcf', 12 - 'core.pkg.css' => 'e4b109cc', 12 + 'core.pkg.css' => '74a21b5a', 13 13 'core.pkg.js' => '086da722', 14 14 'dark-console.pkg.js' => '187792c2', 15 15 'differential.pkg.css' => 'db7c5008', ··· 153 153 'rsrc/css/phui/phui-form.css' => '8ea0227d', 154 154 'rsrc/css/phui/phui-formation-view.css' => 'd3956117', 155 155 'rsrc/css/phui/phui-head-thing.css' => 'd7f293df', 156 - 'rsrc/css/phui/phui-header-view.css' => '4cd25427', 156 + 'rsrc/css/phui/phui-header-view.css' => 'e8aa5ae8', 157 157 'rsrc/css/phui/phui-hovercard.css' => '39fd2e14', 158 158 'rsrc/css/phui/phui-icon-set-selector.css' => '19e0253b', 159 159 'rsrc/css/phui/phui-icon.css' => '084ac612', ··· 841 841 'phui-form-view-css' => '006e386b', 842 842 'phui-formation-view-css' => 'd3956117', 843 843 'phui-head-thing-view-css' => 'd7f293df', 844 - 'phui-header-view-css' => '4cd25427', 844 + 'phui-header-view-css' => 'e8aa5ae8', 845 845 'phui-hovercard' => '6199f752', 846 846 'phui-hovercard-list' => 'de4b4919', 847 847 'phui-hovercard-view-css' => '39fd2e14',
-19
webroot/rsrc/css/phui/phui-header-view.css
··· 52 52 color: {$darkbluetext}; 53 53 } 54 54 55 - .phui-header-shell + .phabricator-form-view { 56 - border-top-width: 0; 57 - } 58 - 59 55 details > summary.phui-header-shell { 60 56 cursor: pointer; 61 57 list-style: none; ··· 151 147 color: {$lightbluetext}; 152 148 } 153 149 154 - .phui-header-tags { 155 - margin-left: 12px; 156 - font-size: {$normalfontsize}; 157 - } 158 - 159 - .phui-header-tags .phui-tag-view { 160 - margin-left: 4px; 161 - } 162 - 163 150 .phui-header-image { 164 151 display: inline-block; 165 152 background-repeat: no-repeat; ··· 251 238 .policy-header-callout.policy-adjusted-locked .policy-link, 252 239 .policy-header-callout.policy-adjusted-locked .phui-icon-view { 253 240 color: {$sh-pinktext}; 254 - } 255 - 256 - 257 - .policy-header-callout .policy-space-container { 258 - font-weight: bold; 259 - color: {$sh-redtext}; 260 241 } 261 242 262 243 .policy-header-callout .policy-tier-separator {