@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.

Hide badges in phui-comment-panel

Summary: Ref T3612. Hides badges on the comment panel.

Test Plan: Give myself a badge, leave a comment, see no badge UI.

Reviewers: epriestley

Reviewed By: epriestley

Subscribers: Korvin

Maniphest Tasks: T3612

Differential Revision: https://secure.phabricator.com/D16979

+10 -6
+6 -6
resources/celerity/map.php
··· 9 9 'names' => array( 10 10 'conpherence.pkg.css' => '0b64e988', 11 11 'conpherence.pkg.js' => '6249a1cf', 12 - 'core.pkg.css' => '27fd330b', 12 + 'core.pkg.css' => '94090cab', 13 13 'core.pkg.js' => 'e4260032', 14 14 'darkconsole.pkg.js' => 'e7393ebb', 15 15 'differential.pkg.css' => 'a4ba74b5', ··· 132 132 'rsrc/css/phui/phui-chart.css' => '6bf6f78e', 133 133 'rsrc/css/phui/phui-cms.css' => 'be43c8a8', 134 134 'rsrc/css/phui/phui-comment-form.css' => '4ecc56ef', 135 - 'rsrc/css/phui/phui-comment-panel.css' => 'c40ce0ea', 135 + 'rsrc/css/phui/phui-comment-panel.css' => 'f50152ad', 136 136 'rsrc/css/phui/phui-crumbs-view.css' => '195ac419', 137 137 'rsrc/css/phui/phui-curtain-view.css' => '947bf1a4', 138 138 'rsrc/css/phui/phui-document-pro.css' => 'c354e312', ··· 847 847 'phui-chart-css' => '6bf6f78e', 848 848 'phui-cms-css' => 'be43c8a8', 849 849 'phui-comment-form-css' => '4ecc56ef', 850 - 'phui-comment-panel-css' => 'c40ce0ea', 850 + 'phui-comment-panel-css' => 'f50152ad', 851 851 'phui-crumbs-view-css' => '195ac419', 852 852 'phui-curtain-view-css' => '947bf1a4', 853 853 'phui-document-summary-view-css' => '9ca48bdf', ··· 1946 1946 'javelin-install', 1947 1947 'javelin-dom', 1948 1948 ), 1949 - 'c40ce0ea' => array( 1950 - 'phui-timeline-view-css', 1951 - ), 1952 1949 'c587b80f' => array( 1953 1950 'javelin-install', 1954 1951 ), ··· 2176 2173 'javelin-dom', 2177 2174 'javelin-request', 2178 2175 'phabricator-keyboard-shortcut', 2176 + ), 2177 + 'f50152ad' => array( 2178 + 'phui-timeline-view-css', 2179 2179 ), 2180 2180 'f6555212' => array( 2181 2181 'javelin-install',
+4
webroot/rsrc/css/phui/phui-comment-panel.css
··· 78 78 border: none; 79 79 } 80 80 81 + .phui-comment-panel .phui-timeline-badges { 82 + display: none; 83 + } 84 + 81 85 .lightbox-comment-form .phui-form-view { 82 86 padding-top: 0; 83 87 }