@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 design atrocity

Summary: So bad.

Test Plan: Reload notification search page.

Reviewers: epriestley

Reviewed By: epriestley

Subscribers: Korvin

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

+2 -2
+2 -2
src/applications/notification/query/PhabricatorNotificationSearchEngine.php
··· 85 85 $viewer = $this->requireViewer(); 86 86 87 87 $image = id(new PHUIIconView()) 88 - ->setIcon('fa-eye-slash'); 88 + ->setIcon('fa-bell-o'); 89 89 90 90 $button = id(new PHUIButtonView()) 91 91 ->setTag('a') 92 92 ->addSigil('workflow') 93 - ->setColor(PHUIButtonView::SIMPLE) 93 + ->setColor(PHUIButtonView::GREY) 94 94 ->setIcon($image) 95 95 ->setText(pht('Mark All Read')); 96 96