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

Add actions to mobile Passphrase

Summary: Take my secrets on the road

Test Plan: View Passphrase on mobile device, see action list.

Reviewers: epriestley

Reviewed By: epriestley

Subscribers: epriestley, Korvin

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

+2
+2
src/applications/passphrase/controller/PassphraseCredentialViewController.php
··· 47 47 $actions = $this->buildActionView($credential, $type); 48 48 $properties = $this->buildPropertyView($credential, $type, $actions); 49 49 50 + $crumbs->setActionList($actions); 51 + 50 52 $box = id(new PHUIObjectBoxView()) 51 53 ->setHeader($header) 52 54 ->addPropertyList($properties);