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

Make setup issues cards.y

Summary: Generally prefer 'cards' to represent individual 'items' or 'action items', so I think it works here.

Test Plan: Reload setup issues pages.

Reviewers: epriestley

Reviewed By: epriestley

CC: aran, Korvin

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

+1 -1
+1 -1
src/applications/config/controller/PhabricatorConfigIssueListController.php
··· 48 48 private function buildIssueList(array $issues) { 49 49 assert_instances_of($issues, 'PhabricatorSetupIssue'); 50 50 $list = new PhabricatorObjectItemListView(); 51 - $list->setStackable(true); 51 + $list->setCards(true); 52 52 $ignored_items = array(); 53 53 54 54 foreach ($issues as $issue) {