@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 rules from phui-timeline-view.css

Summary:
* `.phui-timeline-preview-header` has never been used since introduction in rPdb66cd830d1b.
* Only use of `.phui-timeline-change-details` was removed in direct followup rP4e8e035de006.

Test Plan: Grep the code.

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/D25918

+3 -17
+3 -3
resources/celerity/map.php
··· 9 9 'names' => array( 10 10 'conpherence.pkg.css' => '3144a5e2', 11 11 'conpherence.pkg.js' => '020aebcf', 12 - 'core.pkg.css' => 'ba74ba77', 12 + 'core.pkg.css' => '4fe809a5', 13 13 'core.pkg.js' => '086da722', 14 14 'dark-console.pkg.js' => '187792c2', 15 15 'differential.pkg.css' => '91ac6214', ··· 177 177 'rsrc/css/phui/phui-spacing.css' => 'b05cadc3', 178 178 'rsrc/css/phui/phui-status.css' => '293b5dad', 179 179 'rsrc/css/phui/phui-tag-view.css' => 'fb811341', 180 - 'rsrc/css/phui/phui-timeline-view.css' => '23ef6598', 180 + 'rsrc/css/phui/phui-timeline-view.css' => 'd349cf47', 181 181 'rsrc/css/phui/phui-two-column-view.css' => 'f96d319f', 182 182 'rsrc/css/phui/workboards/phui-workboard-color.css' => '3a1c21ff', 183 183 'rsrc/css/phui/workboards/phui-workboard.css' => 'e7ba21a7', ··· 879 879 'phui-status-list-view-css' => '293b5dad', 880 880 'phui-tag-view-css' => 'fb811341', 881 881 'phui-theme-css' => '35883b37', 882 - 'phui-timeline-view-css' => '23ef6598', 882 + 'phui-timeline-view-css' => 'd349cf47', 883 883 'phui-two-column-view-css' => 'f96d319f', 884 884 'phui-workboard-color-css' => '3a1c21ff', 885 885 'phui-workboard-view-css' => 'e7ba21a7',
-14
webroot/rsrc/css/phui/phui-timeline-view.css
··· 353 353 margin: -4px; 354 354 } 355 355 356 - .phui-timeline-preview-header { 357 - background: #e0e3ec; 358 - color: {$darkgreytext}; 359 - padding: 4px 1.25%; 360 - border: solid {$blueborder} 1px 0; 361 - } 362 - 363 - .phui-timeline-change-details { 364 - padding: 10px 0; 365 - border-style: solid; 366 - border-color: #efefef; 367 - border-width: 1px 0; 368 - } 369 - 370 356 .phui-timeline-older-transactions-are-hidden { 371 357 background: {$gentle.highlight}; 372 358 border: 1px solid {$gentle.highlight.border};