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

[Redesign] More header touch ups

Summary: Ref T8099, We moved to `phui-header-header` for targeting the internal title in the header vs. the entire header-view. There were some pieces that didn't get converted over. Also resolved some dashboard feed issues.

Test Plan: Test lots of dashboards.

Reviewers: btrahan, epriestley

Reviewed By: epriestley

Subscribers: Korvin, epriestley

Maniphest Tasks: T8099

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

+23 -11
+7 -7
resources/celerity/map.php
··· 7 7 */ 8 8 return array( 9 9 'names' => array( 10 - 'core.pkg.css' => '3bcbbf9c', 10 + 'core.pkg.css' => '1b6e6a39', 11 11 'core.pkg.js' => 'fbf1d615', 12 12 'darkconsole.pkg.js' => 'e7393ebb', 13 13 'differential.pkg.css' => 'f89b49b6', ··· 52 52 'rsrc/css/application/conpherence/notification.css' => '919974b6', 53 53 'rsrc/css/application/conpherence/transaction.css' => '42a457f6', 54 54 'rsrc/css/application/conpherence/update.css' => '1099a660', 55 - 'rsrc/css/application/conpherence/widget-pane.css' => '77096740', 55 + 'rsrc/css/application/conpherence/widget-pane.css' => 'eb13f189', 56 56 'rsrc/css/application/contentsource/content-source-view.css' => '4b8b05d4', 57 57 'rsrc/css/application/countdown/timer.css' => '86b7b0a0', 58 58 'rsrc/css/application/dashboard/dashboard.css' => 'eb458607', ··· 130 130 'rsrc/css/phui/phui-button.css' => 'b995182d', 131 131 'rsrc/css/phui/phui-crumbs-view.css' => 'ce840ec2', 132 132 'rsrc/css/phui/phui-document.css' => '08f33f08', 133 - 'rsrc/css/phui/phui-feed-story.css' => '92f55311', 133 + 'rsrc/css/phui/phui-feed-story.css' => '06872ae9', 134 134 'rsrc/css/phui/phui-fontkit.css' => 'b664ac96', 135 135 'rsrc/css/phui/phui-form-view.css' => 'a0e8f168', 136 136 'rsrc/css/phui/phui-form.css' => 'f535f938', ··· 140 140 'rsrc/css/phui/phui-info-panel.css' => '27ea50a1', 141 141 'rsrc/css/phui/phui-info-view.css' => '33e54618', 142 142 'rsrc/css/phui/phui-list.css' => 'e448b6ba', 143 - 'rsrc/css/phui/phui-object-box.css' => 'c57e6647', 143 + 'rsrc/css/phui/phui-object-box.css' => '6f449f57', 144 144 'rsrc/css/phui/phui-object-item-list-view.css' => '29ded459', 145 145 'rsrc/css/phui/phui-pinboard-view.css' => '2495140e', 146 146 'rsrc/css/phui/phui-property-list-view.css' => '1baf23eb', ··· 501 501 'conpherence-thread-manager' => '01774ab2', 502 502 'conpherence-transaction-css' => '42a457f6', 503 503 'conpherence-update-css' => '1099a660', 504 - 'conpherence-widget-pane-css' => '77096740', 504 + 'conpherence-widget-pane-css' => 'eb13f189', 505 505 'differential-changeset-view-css' => '582b23ab', 506 506 'differential-core-view-css' => '7ac3cabc', 507 507 'differential-inline-comment-editor' => 'd4c87bf4', ··· 764 764 'phui-calendar-month-css' => '476be7e0', 765 765 'phui-crumbs-view-css' => 'ce840ec2', 766 766 'phui-document-view-css' => '08f33f08', 767 - 'phui-feed-story-css' => '92f55311', 767 + 'phui-feed-story-css' => '06872ae9', 768 768 'phui-font-icon-base-css' => '3dad2ae3', 769 769 'phui-fontkit-css' => 'b664ac96', 770 770 'phui-form-css' => 'f535f938', ··· 776 776 'phui-info-view-css' => '33e54618', 777 777 'phui-inline-comment-view-css' => 'aa16f165', 778 778 'phui-list-view-css' => 'e448b6ba', 779 - 'phui-object-box-css' => 'c57e6647', 779 + 'phui-object-box-css' => '6f449f57', 780 780 'phui-object-item-list-view-css' => '29ded459', 781 781 'phui-pinboard-view-css' => '2495140e', 782 782 'phui-property-list-view-css' => '1baf23eb',
+1 -1
webroot/rsrc/css/application/conpherence/widget-pane.css
··· 59 59 float: none; 60 60 height: 0px; 61 61 width: 0px; 62 - margin: 7px 0 0 4px; 62 + margin: 10px 0 0 4px; 63 63 border-top-color: #000; 64 64 } 65 65
+4
webroot/rsrc/css/phui/phui-feed-story.css
··· 2 2 * @provides phui-feed-story-css 3 3 */ 4 4 5 + .phabricator-feed-frame .phui-box.phui-feed-story { 6 + border-bottom: 1px solid {$thinblueborder}; 7 + } 8 + 5 9 .phui-feed-story-head .phui-feed-story-actor-image { 6 10 width: 35px; 7 11 height: 35px;
+11 -3
webroot/rsrc/css/phui/phui-object-box.css
··· 105 105 padding: 0; 106 106 } 107 107 108 + /* eh oh el */ 109 + .phui-object-box .phui-object-box + .phui-object-box { 110 + border-top: 1px solid {$thinblueborder}; 111 + } 112 + 108 113 .phui-object-box .phui-box-border { 109 114 border-width: 0; 110 115 padding: 0; 111 116 margin: 0; 112 117 } 113 118 114 - .phui-object-box .phui-object-box .phui-header-shell h1 { 115 - padding: 8px; 119 + .phui-object-box .phui-object-box .phui-header-shell .phui-header-view { 120 + padding: 4px 8px; 121 + background-color: {$lightgreybackground}; 122 + } 123 + 124 + .phui-object-box .phui-object-box .phui-header-shell .phui-header-header { 116 125 font-size: 13px; 117 126 margin: 0; 118 127 color: {$darkbluetext}; 119 128 font-weight: 500; 120 - background-color: {$lightgreybackground}; 121 129 } 122 130 123 131 .phui-object-box .phui-object-box .phui-header-shell {