@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 Aphlict errors persistent.

Summary: Since an error is bad and means that some sort of action is required, make Aphlict error notifications persistent (i.e. they won't dismiss until being clicked).

Test Plan: Loaded a page with `notifications.enabled` set to `true` but without the Aphlict server actually running. Noticed that the error message didn't dismiss automatically.

Reviewers: epriestley, #blessed_reviewers

Reviewed By: epriestley, #blessed_reviewers

Subscribers: epriestley, Korvin

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

authored by

Joshua Spence and committed by
epriestley
bb6fb249 4c822933

+1
+1
webroot/rsrc/js/application/aphlict/behavior-aphlict-listen.js
··· 29 29 new JX.Notification() 30 30 .setContent('(Aphlict) ' + message) 31 31 .alterClassName('jx-notification-error', true) 32 + .setDuration(0) 32 33 .show(); 33 34 break; 34 35