@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 ponder/ponder-view.css

Summary:
* `ponder-answer-wiki-header`
** Added in https://we.phorge.it/rPe9f4ca6ca338142b2cf44e61d313d3c6810435d4, usage removed in https://we.phorge.it/rPfe7e288cf558051c5405679d8569ce26847482ef
* `ponder-question-container`
** Added in https://we.phorge.it/rPe9f4ca6ca338142b2cf44e61d313d3c6810435d4, seems to never have been used
* `ponder-view-properties`
** Added in https://we.phorge.it/rPe9f4ca6ca338142b2cf44e61d313d3c6810435d4, usage removed in https://we.phorge.it/rPfe7e288cf558051c5405679d8569ce26847482ef

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

Visit a Ponder question, both in frontend and backend, and play with these selectors. Nothing happens.

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

+2 -25
+2 -2
resources/celerity/map.php
··· 97 97 'rsrc/css/application/policy/policy-edit.css' => '8794e2ed', 98 98 'rsrc/css/application/policy/policy-transaction-detail.css' => 'c02b8384', 99 99 'rsrc/css/application/policy/policy.css' => 'ceb56a08', 100 - 'rsrc/css/application/ponder/ponder-view.css' => 'b04bbaff', 100 + 'rsrc/css/application/ponder/ponder-view.css' => 'ce35bda1', 101 101 'rsrc/css/application/project/project-card-view.css' => 'a9f2c2dd', 102 102 'rsrc/css/application/project/project-triggers.css' => 'cd9c8bb9', 103 103 'rsrc/css/application/project/project-view.css' => '567858b3', ··· 894 894 'policy-css' => 'ceb56a08', 895 895 'policy-edit-css' => '8794e2ed', 896 896 'policy-transaction-detail-css' => 'c02b8384', 897 - 'ponder-view-css' => 'b04bbaff', 897 + 'ponder-view-css' => 'ce35bda1', 898 898 'project-card-view-css' => 'a9f2c2dd', 899 899 'project-triggers-css' => 'cd9c8bb9', 900 900 'project-view-css' => '567858b3',
-23
webroot/rsrc/css/application/ponder/ponder-view.css
··· 2 2 * @provides ponder-view-css 3 3 */ 4 4 5 - .ponder-question-container { 6 - border-top: 1px solid {$thinblueborder}; 7 - } 8 - 9 - .device .ponder-view-properties { 10 - border-left: none; 11 - border-right: none; 12 - border-radius: 0; 13 - } 14 - 15 5 .device .ponder-question-view .phui-timeline-view, 16 6 .device .ponder-question-view .phui-timeline-event-view { 17 - margin: 0; 18 - padding: 0; 19 - } 20 - 21 - .ponder-view-properties .phui-property-list-container { 22 7 margin: 0; 23 8 padding: 0; 24 9 } ··· 89 74 height: 30px; 90 75 width: 30px; 91 76 border-radius: 3px; 92 - } 93 - 94 - .ponder-answer-wiki-header { 95 - font-weight: bold; 96 - border-bottom: 1px solid {$lightblueborder}; 97 - color: {$bluetext}; 98 - padding-bottom: 8px; 99 - margin-bottom: 16px; 100 77 } 101 78 102 79 .ponder-footer-view {