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

Touch up Audit/Commit List UI

Summary: Fixes a few issues. The author of the commit is more prominent / not cut off. Auditors is in a more consistent location. More space is available for reasons. Commits by themselves look much less janky. Only downside is actual Audits are now 3 lines vs. 2, but the extra space is used well.

Test Plan:
Test list of audits and commits.

{F309237}

Reviewers: btrahan, epriestley

Reviewed By: epriestley

Subscribers: Korvin, epriestley

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

+2 -2
+2 -2
src/applications/audit/view/PhabricatorAuditListView.php
··· 152 152 ->addAttribute($status_text) 153 153 ->addAttribute($reasons) 154 154 ->addIcon('none', $committed) 155 - ->addByline($author_name); 155 + ->setSubHead(pht('Author: %s', $author_name)); 156 156 157 157 if (!empty($auditors)) { 158 - $item->addAttribute(pht('Auditors: %s', $auditors)); 158 + $item->addByLine(pht('Auditors: %s', $auditors)); 159 159 } 160 160 161 161 $list->addItem($item);