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

Re-center timeline badges

Summary: This layout inadvertantly changed, so make timeline badges always center.

Test Plan: Review in sandbox.

Reviewers: epriestley

Reviewed By: epriestley

Subscribers: Korvin

Maniphest Tasks: T12270

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

+4 -3
+3 -3
resources/celerity/map.php
··· 9 9 'names' => array( 10 10 'conpherence.pkg.css' => '6875302f', 11 11 'conpherence.pkg.js' => '6249a1cf', 12 - 'core.pkg.css' => '12c56bd9', 12 + 'core.pkg.css' => 'c0340df0', 13 13 'core.pkg.js' => '1fa7c0c5', 14 14 'darkconsole.pkg.js' => 'e7393ebb', 15 15 'differential.pkg.css' => '90b30783', ··· 168 168 'rsrc/css/phui/phui-spacing.css' => '042804d6', 169 169 'rsrc/css/phui/phui-status.css' => 'd5263e49', 170 170 'rsrc/css/phui/phui-tag-view.css' => '84d65f26', 171 - 'rsrc/css/phui/phui-timeline-view.css' => 'bc523970', 171 + 'rsrc/css/phui/phui-timeline-view.css' => 'bf45789e', 172 172 'rsrc/css/phui/phui-two-column-view.css' => '8a1074c7', 173 173 'rsrc/css/phui/workboards/phui-workboard-color.css' => '783cdff5', 174 174 'rsrc/css/phui/workboards/phui-workboard.css' => '3bc85455', ··· 889 889 'phui-status-list-view-css' => 'd5263e49', 890 890 'phui-tag-view-css' => '84d65f26', 891 891 'phui-theme-css' => '9f261c6b', 892 - 'phui-timeline-view-css' => 'bc523970', 892 + 'phui-timeline-view-css' => 'bf45789e', 893 893 'phui-two-column-view-css' => '8a1074c7', 894 894 'phui-workboard-color-css' => '783cdff5', 895 895 'phui-workboard-view-css' => '3bc85455',
+1
webroot/rsrc/css/phui/phui-timeline-view.css
··· 411 411 left: -64px; 412 412 top: 52px; 413 413 width: 54px; 414 + text-align: center; 414 415 } 415 416 416 417 .phui-timeline-badges .phui-badge-mini {