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

Notification dropdown fixes

Summary: dropdown now displays properly and without flicker

Test Plan: tested locally

Reviewers: epriestley

Reviewed By: epriestley

CC: allenjohnashton, keebuhm, aran, Korvin

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

authored by

David Fisher and committed by
epriestley
2bade93b 865680ad

+4 -6
+1 -1
src/__celerity_resource_map__.php
··· 758 758 ), 759 759 'javelin-behavior-aphlict-dropdown' => 760 760 array( 761 - 'uri' => '/res/d0025c08/rsrc/js/application/aphlict/behavior-aphlict-dropdown.js', 761 + 'uri' => '/res/40c65741/rsrc/js/application/aphlict/behavior-aphlict-dropdown.js', 762 762 'type' => 'js', 763 763 'requires' => 764 764 array(
+3 -2
src/view/page/PhabricatorStandardPageView.php
··· 414 414 'div', 415 415 array( 416 416 'sigil' => 'aphlict-dropdown', 417 - 'id' => 'phabricator-notification-dropdown', 418 - ), 417 + 'id' => 'phabricator-notification-dropdown', 418 + 'style' => 'display: none', 419 + ), 419 420 ''); 420 421 } 421 422
-3
webroot/rsrc/js/application/aphlict/behavior-aphlict-dropdown.js
··· 12 12 var indicator = JX.$('phabricator-notification-indicator'); 13 13 var visible = false; 14 14 15 - 16 - JX.DOM.hide(dropdown); 17 - 18 15 //populate panel 19 16 (new JX.Request('/notification/panel/', 20 17 function(response) {