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

Reduce loudness of Inline Comments

Summary: Initially the intent was to mimic the property list headers but in practice this wasn't really needed. Reduced the caps and font weight. Left the icon for easy deliniation.

Test Plan:
Review inline comments before and after change

{F149749}

{F149750}

Reviewers: btrahan, epriestley

Reviewed By: epriestley

Subscribers: epriestley, Korvin

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

+3 -6
+3 -3
resources/celerity/map.php
··· 10 10 'core.pkg.css' => '94fe8187', 11 11 'core.pkg.js' => '417722ff', 12 12 'darkconsole.pkg.js' => 'ca8671ce', 13 - 'differential.pkg.css' => '8a064eb7', 13 + 'differential.pkg.css' => '4b8686e3', 14 14 'differential.pkg.js' => '11a5b750', 15 15 'diffusion.pkg.css' => '3783278d', 16 16 'diffusion.pkg.js' => '5b4010f4', ··· 52 52 'rsrc/css/application/conpherence/widget-pane.css' => '87b12e0c', 53 53 'rsrc/css/application/contentsource/content-source-view.css' => '4b8b05d4', 54 54 'rsrc/css/application/countdown/timer.css' => '86b7b0a0', 55 - 'rsrc/css/application/diff/inline-comment-summary.css' => '3b2d1492', 55 + 'rsrc/css/application/diff/inline-comment-summary.css' => '8cfd34e8', 56 56 'rsrc/css/application/differential/add-comment.css' => 'c478bcaa', 57 57 'rsrc/css/application/differential/changeset-view.css' => '1570a1ff', 58 58 'rsrc/css/application/differential/core.css' => '7ac3cabc', ··· 528 528 'herald-css' => 'c544dd1c', 529 529 'herald-rule-editor' => '22d2966a', 530 530 'herald-test-css' => '778b008e', 531 - 'inline-comment-summary-css' => '3b2d1492', 531 + 'inline-comment-summary-css' => '8cfd34e8', 532 532 'javelin-aphlict' => '493665ee', 533 533 'javelin-behavior' => '8a3ed18b', 534 534 'javelin-behavior-aphlict-dropdown' => '2a2dba85',
-3
webroot/rsrc/css/application/diff/inline-comment-summary.css
··· 3 3 */ 4 4 5 5 .phabricator-inline-summary { 6 - font-size: 12px; 7 - text-transform: uppercase; 8 - font-weight: bold; 9 6 color: {$bluetext}; 10 7 padding-top: 12px; 11 8 margin-top: 12px;