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

Clean up Herald CSS

Summary: I didn't test these very well and they looked silly when multiple rules applied.

Test Plan: Test various cases more, with single and multiple triggers.

Reviewers: epriestley

Reviewed By: epriestley

Subscribers: Korvin

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

+4 -4
+2 -2
resources/celerity/map.php
··· 72 72 'rsrc/css/application/flag/flag.css' => '5337623f', 73 73 'rsrc/css/application/harbormaster/harbormaster.css' => '834879db', 74 74 'rsrc/css/application/herald/herald-test.css' => 'a52e323e', 75 - 'rsrc/css/application/herald/herald.css' => '46596280', 75 + 'rsrc/css/application/herald/herald.css' => 'dc31f6e9', 76 76 'rsrc/css/application/maniphest/batch-editor.css' => 'b0f0b6d5', 77 77 'rsrc/css/application/maniphest/report.css' => '9b9580b7', 78 78 'rsrc/css/application/maniphest/task-edit.css' => 'fda62a9b', ··· 561 561 'font-lato' => 'c7ccd872', 562 562 'global-drag-and-drop-css' => '5c1b47c2', 563 563 'harbormaster-css' => '834879db', 564 - 'herald-css' => '46596280', 564 + 'herald-css' => 'dc31f6e9', 565 565 'herald-rule-editor' => '746ca158', 566 566 'herald-test-css' => 'a52e323e', 567 567 'inline-comment-summary-css' => '51efda3a',
+2 -2
webroot/rsrc/css/application/herald/herald.css
··· 44 44 .herald-list-description { 45 45 color: {$bluetext}; 46 46 font-weight: bold; 47 - padding: 8px 0; 47 + padding: 12px 0; 48 48 } 49 49 50 50 .herald-list-icon { ··· 52 52 } 53 53 54 54 .herald-list-item { 55 - padding-bottom: 20px; 55 + padding-bottom: 4px; 56 56 color: {$darkbluetext}; 57 57 }