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

User Badges: better integrate with Removed Comments

Summary:
The left part of a Removed Comment can contains User Badges that,
after this change, are more consistent with the new general softness.

| Before | Proposed |
|------------|-----------|
| {F277371} | {F277373} |

Probably five people in a million will notice this change, BUT,
these people will have a huge, deep, breath of relief, knowing that
Phorge takes care about their obsessive-compulsive impulses, to
have everything nice and consistent and neat. You are welcome!

Closes T15235

Test Plan:
- do something to deserve a Badge
- share a Comment somewhere (Maniphest?)
- delete that comment
- check that the badge is slightly softer

Reviewers: O1 Blessed Committers, avivey

Reviewed By: O1 Blessed Committers, avivey

Subscribers: speck, tobiaswiese, Matthew, Cigaryno

Maniphest Tasks: T15235

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

+5 -4
+3 -3
resources/celerity/map.php
··· 9 9 'names' => array( 10 10 'conpherence.pkg.css' => '0e3cf785', 11 11 'conpherence.pkg.js' => '020aebcf', 12 - 'core.pkg.css' => '6590cb9f', 12 + 'core.pkg.css' => 'b239afaa', 13 13 'core.pkg.js' => '66c49ca1', 14 14 'dark-console.pkg.js' => '187792c2', 15 15 'differential.pkg.css' => '609e63d4', ··· 178 178 'rsrc/css/phui/phui-spacing.css' => 'b05cadc3', 179 179 'rsrc/css/phui/phui-status.css' => '293b5dad', 180 180 'rsrc/css/phui/phui-tag-view.css' => 'fb811341', 181 - 'rsrc/css/phui/phui-timeline-view.css' => 'cc554a79', 181 + 'rsrc/css/phui/phui-timeline-view.css' => '7f8659ec', 182 182 'rsrc/css/phui/phui-two-column-view.css' => 'f96d319f', 183 183 'rsrc/css/phui/workboards/phui-workboard-color.css' => '3a1c21ff', 184 184 'rsrc/css/phui/workboards/phui-workboard.css' => '74fc9d98', ··· 880 880 'phui-status-list-view-css' => '293b5dad', 881 881 'phui-tag-view-css' => 'fb811341', 882 882 'phui-theme-css' => '35883b37', 883 - 'phui-timeline-view-css' => 'cc554a79', 883 + 'phui-timeline-view-css' => '7f8659ec', 884 884 'phui-two-column-view-css' => 'f96d319f', 885 885 'phui-workboard-color-css' => '3a1c21ff', 886 886 'phui-workboard-view-css' => '74fc9d98',
+2 -1
webroot/rsrc/css/phui/phui-timeline-view.css
··· 197 197 .phui-timeline-core-content .comment-deleted { 198 198 font-style: italic; 199 199 } 200 - .phui-timeline-shell-removed .phui-timeline-image { 200 + .phui-timeline-shell-removed .phui-timeline-image, 201 + .phui-timeline-shell-removed .phui-timeline-badges { 201 202 opacity: 0.5; 202 203 } 203 204 .phui-timeline-shell-removed,