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

Fix headers in Diviner

Summary: These got broken during the switchover.

Test Plan: reload diviner pages

Reviewers: epriestley, btrahan

Reviewed By: epriestley

CC: Korvin, aran

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

+1 -1
+1 -1
src/view/phui/PHUIHeaderView.php
··· 71 71 } 72 72 73 73 if ($this->bleedHeader) { 74 - $classes[] = 'phabricator-bleed-header'; 74 + $classes[] = 'phui-bleed-header'; 75 75 } 76 76 77 77 if ($this->gradient) {