@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 selector in project/project-view.css

Summary: `profile-no-badges` was added in https://we.phorge.it/rPa9e2e6c5aab94c8f4c57797ac63bfd88955a630d, looks like it has never been used

Test Plan: * Grep the code via `grep --exclude="*.css" -R 'profile-no-badges' .` find no use.

Reviewers: O1 Blessed Committers, mainframe98

Reviewed By: O1 Blessed Committers, mainframe98

Subscribers: tobiaswiese, valerio.bozzolan, Matthew, Cigaryno

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

+2 -6
+2 -2
resources/celerity/map.php
··· 97 97 'rsrc/css/application/ponder/ponder-view.css' => 'ce35bda1', 98 98 'rsrc/css/application/project/project-card-view.css' => 'a9f2c2dd', 99 99 'rsrc/css/application/project/project-triggers.css' => 'cd9c8bb9', 100 - 'rsrc/css/application/project/project-view.css' => '567858b3', 100 + 'rsrc/css/application/project/project-view.css' => '2650c4c0', 101 101 'rsrc/css/application/search/application-search-view.css' => '0f7c06d8', 102 102 'rsrc/css/application/search/search-results.css' => '9ea70ace', 103 103 'rsrc/css/application/slowvote/slowvote.css' => 'd794f00c', ··· 877 877 'ponder-view-css' => 'ce35bda1', 878 878 'project-card-view-css' => 'a9f2c2dd', 879 879 'project-triggers-css' => 'cd9c8bb9', 880 - 'project-view-css' => '567858b3', 880 + 'project-view-css' => '2650c4c0', 881 881 'setup-issue-css' => '93231115', 882 882 'sprite-login-css' => '0abdf921', 883 883 'sprite-tokens-css' => '330edc9e',
-4
webroot/rsrc/css/application/project/project-view.css
··· 71 71 color: {$lightgreytext}; 72 72 } 73 73 74 - .profile-no-badges { 75 - padding: 24px 0; 76 - } 77 - 78 74 .people-profile-header.phui-profile-header .phui-header-col1 { 79 75 display: none; 80 76 }