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

Raise notification bubble z-index above jx-mask

Summary: Fixes T7359.

Test Plan: {F316059}

Reviewers: btrahan, chad

Reviewed By: chad

Subscribers: epriestley

Maniphest Tasks: T7359

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

+11 -11
+7 -7
resources/celerity/map.php
··· 7 7 */ 8 8 return array( 9 9 'names' => array( 10 - 'core.pkg.css' => 'ef45fe3b', 10 + 'core.pkg.css' => '552f7834', 11 11 'core.pkg.js' => '23d653bb', 12 12 'darkconsole.pkg.js' => '8ab24e01', 13 13 'differential.pkg.css' => '380f07e5', ··· 107 107 'rsrc/css/core/core.css' => '8f9b9588', 108 108 'rsrc/css/core/remarkup.css' => 'e8e5a324', 109 109 'rsrc/css/core/syntax.css' => '56c1ba38', 110 - 'rsrc/css/core/z-index.css' => '40eb7003', 110 + 'rsrc/css/core/z-index.css' => '7ec93336', 111 111 'rsrc/css/diviner/diviner-shared.css' => '38813222', 112 112 'rsrc/css/font/font-awesome.css' => 'ae9a7b4d', 113 113 'rsrc/css/font/font-source-sans-pro.css' => '0d859f60', ··· 127 127 'rsrc/css/phui/phui-button.css' => 'ffe12633', 128 128 'rsrc/css/phui/phui-crumbs-view.css' => '594d719e', 129 129 'rsrc/css/phui/phui-document.css' => '8240b0b1', 130 - 'rsrc/css/phui/phui-error-view.css' => '41518665', 130 + 'rsrc/css/phui/phui-error-view.css' => 'ad042fdd', 131 131 'rsrc/css/phui/phui-feed-story.css' => 'c9f3a0b5', 132 132 'rsrc/css/phui/phui-fontkit.css' => '9b345998', 133 133 'rsrc/css/phui/phui-form-view.css' => '8b78a986', ··· 138 138 'rsrc/css/phui/phui-info-panel.css' => '27ea50a1', 139 139 'rsrc/css/phui/phui-list.css' => '53deb25c', 140 140 'rsrc/css/phui/phui-object-box.css' => 'b8b7fd78', 141 - 'rsrc/css/phui/phui-object-item-list-view.css' => '12cfa14f', 141 + 'rsrc/css/phui/phui-object-item-list-view.css' => '86e05b7c', 142 142 'rsrc/css/phui/phui-pinboard-view.css' => '3dd4a269', 143 143 'rsrc/css/phui/phui-property-list-view.css' => '51480060', 144 144 'rsrc/css/phui/phui-remarkup-preview.css' => '19ad512b', ··· 760 760 'phabricator-uiexample-reactor-select' => 'a155550f', 761 761 'phabricator-uiexample-reactor-sendclass' => '1def2711', 762 762 'phabricator-uiexample-reactor-sendproperties' => 'b1f0ccee', 763 - 'phabricator-zindex-css' => '40eb7003', 763 + 'phabricator-zindex-css' => '7ec93336', 764 764 'phame-css' => 'db5682e3', 765 765 'pholio-css' => '95174bdd', 766 766 'pholio-edit-css' => '3ad9d1ee', ··· 780 780 'phui-calendar-month-css' => 'a92e47d2', 781 781 'phui-crumbs-view-css' => '594d719e', 782 782 'phui-document-view-css' => '8240b0b1', 783 - 'phui-error-view-css' => '41518665', 783 + 'phui-error-view-css' => 'ad042fdd', 784 784 'phui-feed-story-css' => 'c9f3a0b5', 785 785 'phui-font-icon-base-css' => '3dad2ae3', 786 786 'phui-fontkit-css' => '9b345998', ··· 792 792 'phui-info-panel-css' => '27ea50a1', 793 793 'phui-list-view-css' => '53deb25c', 794 794 'phui-object-box-css' => 'b8b7fd78', 795 - 'phui-object-item-list-view-css' => '12cfa14f', 795 + 'phui-object-item-list-view-css' => '86e05b7c', 796 796 'phui-pinboard-view-css' => '3dd4a269', 797 797 'phui-property-list-view-css' => '51480060', 798 798 'phui-remarkup-preview-css' => '19ad512b',
+4 -4
webroot/rsrc/css/core/z-index.css
··· 84 84 z-index: 6; 85 85 } 86 86 87 - .jx-notification-container { 88 - z-index: 7; 89 - } 90 - 91 87 .differential-haunt-mode-1 .differential-add-comment-panel, 92 88 .differential-haunt-mode-2 .differential-add-comment-panel { 93 89 z-index: 8; ··· 103 99 104 100 .jx-mask { 105 101 z-index: 10; 102 + } 103 + 104 + .jx-notification-container { 105 + z-index: 11; 106 106 } 107 107 108 108 .phabricator-global-upload-instructions {