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

Remove errant wedgies in timeline

Summary: The removes the wedge until such time as we have Herald/Build icons. Actually, this is probably better/cleaner.

Test Plan: Have Herald add me as a CC, test new layout in desktop and mobile.

Reviewers: btrahan, epriestley

Reviewed By: epriestley

Subscribers: epriestley, Korvin

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

+3 -1
+3 -1
src/view/phui/PHUITimelineEventView.php
··· 234 234 } 235 235 } 236 236 237 + $image_uri = $this->userHandle->getImageURI(); 238 + 237 239 $wedge = phutil_tag( 238 240 'div', 239 241 array( 240 242 'class' => 'phui-timeline-wedge phui-timeline-border', 243 + 'style' => (nonempty($image_uri)) ? '' : 'display: none;', 241 244 ), 242 245 ''); 243 246 244 - $image_uri = $this->userHandle->getImageURI(); 245 247 $image = phutil_tag( 246 248 'div', 247 249 array(