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

Fix feed action icons

Summary: Feed stories have the ability to attach actions, but they were broken

Test Plan: review ui examples

Reviewers: epriestley, btrahan

Reviewed By: btrahan

CC: aran, Korvin

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

+5 -1
+1 -1
src/__celerity_resource_map__.php
··· 3830 3830 ), 3831 3831 'phui-feed-story-css' => 3832 3832 array( 3833 - 'uri' => '/res/7960f59a/rsrc/css/phui/phui-feed-story.css', 3833 + 'uri' => '/res/6afac7dd/rsrc/css/phui/phui-feed-story.css', 3834 3834 'type' => 'css', 3835 3835 'requires' => 3836 3836 array(
+4
webroot/rsrc/css/phui/phui-feed-story.css
··· 79 79 float: right; 80 80 padding-left: 2px; 81 81 } 82 + 83 + .phui-feed-story-action-list .phui-icon-view { 84 + display: block; 85 + }