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

External Accounts user settings: Show tooltips for buttons

Summary: Oh what do these buttons do?

Test Plan:
* Link an external account to your Phorge account.
* Go to http://phorge.localhost/settings/panel/external/ and look at buttons.

Reviewers: O1 Blessed Committers, valerio.bozzolan

Reviewed By: O1 Blessed Committers, valerio.bozzolan

Subscribers: tobiaswiese, valerio.bozzolan, Matthew, Cigaryno

Differential Revision: https://we.phorge.it/D26277

+2
+2
src/applications/settings/panel/PhabricatorExternalAccountsSettingsPanel.php
··· 66 66 $item->addAction( 67 67 id(new PHUIListItemView()) 68 68 ->setIcon('fa-refresh') 69 + ->setName(pht('Refresh')) 69 70 ->setHref('/auth/refresh/'.$config->getID().'/')); 70 71 } 71 72 ··· 74 75 ->setIcon('fa-times') 75 76 ->setWorkflow(true) 76 77 ->setDisabled(!$can_unlink) 78 + ->setName(pht('Unlink')) 77 79 ->setHref('/auth/unlink/'.$account->getID().'/')); 78 80 79 81 if ($provider) {