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

Tweak mobile timeline

Summary: Improves timeline legebility by pulling date inline with title in timeline mobile.

Test Plan: shrink screen for a task, see new layout

Reviewers: epriestley, btrahan

Reviewed By: epriestley

CC: Korvin, aran

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

+3 -3
+1 -1
src/__celerity_resource_map__.php
··· 3474 3474 ), 3475 3475 'phabricator-timeline-view-css' => 3476 3476 array( 3477 - 'uri' => '/res/49ac2513/rsrc/css/layout/phabricator-timeline-view.css', 3477 + 'uri' => '/res/d139291d/rsrc/css/layout/phabricator-timeline-view.css', 3478 3478 'type' => 'css', 3479 3479 'requires' => 3480 3480 array(
+2 -2
webroot/rsrc/css/layout/phabricator-timeline-view.css
··· 154 154 } 155 155 156 156 .device .phabricator-timeline-extra { 157 - display: block; 158 - text-align: right; 157 + display: inline-block; 159 158 line-height: 16px; 159 + margin-left: 8px; 160 160 } 161 161 162 162 .phabricator-timeline-red .phabricator-timeline-border {