@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 Phrequent CSS and icons

Summary:
`.phrequent-tracking-property`, `.phrequent-active` and `.phrequent-on-stack` were added in rP11966756.
Their usage was removed in rP943080a4, which means that also the PNG icons are unused.

Test Plan: Grep the code via `grep --exclude="*.css" -R 'phrequent-' .` and for the PNG filenames, look at the git history, look at Phrequent in the UI.

Reviewers: O1 Blessed Committers, mainframe98

Reviewed By: O1 Blessed Committers, mainframe98

Subscribers: tobiaswiese, valerio.bozzolan, Matthew, Cigaryno

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

-24
-4
resources/celerity/map.php
··· 89 89 'rsrc/css/application/phortune/phortune-credit-card-form.css' => '3b9868a8', 90 90 'rsrc/css/application/phortune/phortune-invoice.css' => '4436b241', 91 91 'rsrc/css/application/phortune/phortune.css' => '508a1a5e', 92 - 'rsrc/css/application/phrequent/phrequent.css' => 'bd79cc67', 93 92 'rsrc/css/application/phriction/phriction-document-css.css' => 'd8f8cdd6', 94 93 'rsrc/css/application/policy/policy-edit.css' => '8794e2ed', 95 94 'rsrc/css/application/policy/policy-transaction-detail.css' => 'c02b8384', ··· 304 303 'rsrc/image/people/user8.png' => '85f86bf7', 305 304 'rsrc/image/people/user9.png' => '523db8aa', 306 305 'rsrc/image/people/washington.png' => '86159e68', 307 - 'rsrc/image/phrequent_active.png' => 'de66dc50', 308 - 'rsrc/image/phrequent_inactive.png' => '79c61baf', 309 306 'rsrc/image/resize.png' => '9cc83373', 310 307 'rsrc/image/sprite-login-X2.png' => 'e192f93d', 311 308 'rsrc/image/sprite-login.png' => '6c73e3ca', ··· 769 766 'phortune-credit-card-form-css' => '3b9868a8', 770 767 'phortune-css' => '508a1a5e', 771 768 'phortune-invoice-css' => '4436b241', 772 - 'phrequent-css' => 'bd79cc67', 773 769 'phriction-document-css' => 'd8f8cdd6', 774 770 'phui-action-panel-css' => 'c0db6855', 775 771 'phui-badge-view-css' => 'aa49028c',
-20
webroot/rsrc/css/application/phrequent/phrequent.css
··· 1 - /** 2 - * @provides phrequent-css 3 - */ 4 - 5 - .phrequent-tracking-property { 6 - padding: 6px 6px 6px 28px; 7 - margin-bottom: 2px; 8 - background: #e9e9e9; 9 - background-repeat: no-repeat; 10 - background-position: 6px center; 11 - } 12 - 13 - .phrequent-active { 14 - background-image: url(/rsrc/image/phrequent_active.png); 15 - } 16 - 17 - .phrequent-on-stack { 18 - color: {$greytext}; 19 - background-image: url(/rsrc/image/phrequent_inactive.png); 20 - }
webroot/rsrc/image/phrequent_active.png

This is a binary file and will not be displayed.

webroot/rsrc/image/phrequent_inactive.png

This is a binary file and will not be displayed.