@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 maniphest/task-summary.css

Summary:
* `maniphest-task-updated`
** Added in rPdf0c3df3cc6dbaa151e1b32ff4e01052eb3dad3e, usage removed in rP018de5dec742b6a38d02710670c1dd30101f5b9f by deleting `src/applications/maniphest/view/ManiphestTaskSummaryView.php`

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

+4 -5
+3 -3
resources/celerity/map.php
··· 16 16 'differential.pkg.js' => '46fcb3af', 17 17 'diffusion.pkg.css' => '354279ea', 18 18 'diffusion.pkg.js' => '78c9885d', 19 - 'maniphest.pkg.css' => '35995d6d', 19 + 'maniphest.pkg.css' => '31ad4266', 20 20 'maniphest.pkg.js' => 'c9308721', 21 21 'rsrc/audio/basic/alert.mp3' => '17889334', 22 22 'rsrc/audio/basic/bing.mp3' => 'a817a0c3', ··· 79 79 'rsrc/css/application/herald/herald-test.css' => '7e7bbdae', 80 80 'rsrc/css/application/herald/herald.css' => '648d39e2', 81 81 'rsrc/css/application/maniphest/report.css' => '3d53188b', 82 - 'rsrc/css/application/maniphest/task-summary.css' => '61d1667e', 82 + 'rsrc/css/application/maniphest/task-summary.css' => 'dc5d8e1f', 83 83 'rsrc/css/application/objectselector/object-selector.css' => 'ee77366f', 84 84 'rsrc/css/application/owners/owners-path-editor.css' => 'fa7c13ef', 85 85 'rsrc/css/application/paste/paste.css' => 'b37bcd38', ··· 756 756 'javelin-workboard-order-template' => '03e8891f', 757 757 'javelin-workflow' => 'cc1553f3', 758 758 'maniphest-report-css' => '3d53188b', 759 - 'maniphest-task-summary-css' => '61d1667e', 759 + 'maniphest-task-summary-css' => 'dc5d8e1f', 760 760 'multirow-row-manager' => '5b54c823', 761 761 'owners-path-editor' => '2a8b62d9', 762 762 'owners-path-editor-css' => 'fa7c13ef',
+1 -2
webroot/rsrc/css/application/maniphest/task-summary.css
··· 1 1 /** 2 2 * @provides maniphest-task-summary-css 3 3 */ 4 - .device-phone .maniphest-batch-editor, 5 - .device-phone .maniphest-task-updated { 4 + .device-phone .maniphest-batch-editor { 6 5 display: none; 7 6 } 8 7