@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

Make Guide list items use similar CSS as Config items

Summary:
Make entire item clickable instead of only the title (which is a link which is not visually obvious); change background color when hovering.

Closes T16345

Test Plan:
* Install http://phorge.localhost/applications/view/PhabricatorGuideApplication/
* Go to http://phorge.localhost/guides/install/
* Hover over things, click them

Reviewers: O1 Blessed Committers, mainframe98

Reviewed By: O1 Blessed Committers, mainframe98

Subscribers: tobiaswiese, valerio.bozzolan, Matthew, Cigaryno

Maniphest Tasks: T16345

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

+1
+1
src/applications/guides/view/PhabricatorGuideListView.php
··· 22 22 ->setHeader($item->getTitle()) 23 23 ->setHref($item->getHref()) 24 24 ->setImageIcon($icon) 25 + ->setClickable(true) 25 26 ->addAttribute($item->getDescription()); 26 27 27 28 $skip_href = $item->getSkipHref();