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

Cleanup Feed on Dashboards

Summary: Minor style updates, makes full width feed work.

Test Plan: test full, 1/2, 1/3 feed in dashboards.

Reviewers: btrahan, epriestley

Reviewed By: epriestley

Subscribers: epriestley, Korvin

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

+20 -7
+4 -4
resources/celerity/map.php
··· 66 66 'rsrc/css/application/diffusion/diffusion-icons.css' => '384a0f7d', 67 67 'rsrc/css/application/diffusion/diffusion-source.css' => '66fdf661', 68 68 'rsrc/css/application/directory/phabricator-jump-nav.css' => 'f0c5e726', 69 - 'rsrc/css/application/feed/feed.css' => 'cdf4718e', 69 + 'rsrc/css/application/feed/feed.css' => 'dd43ce00', 70 70 'rsrc/css/application/files/global-drag-and-drop.css' => '697324ad', 71 71 'rsrc/css/application/flag/flag.css' => '5337623f', 72 72 'rsrc/css/application/harbormaster/harbormaster.css' => 'cec833b7', ··· 128 128 'rsrc/css/phui/phui-box.css' => '7b3a2eed', 129 129 'rsrc/css/phui/phui-button.css' => '3dbdbf0d', 130 130 'rsrc/css/phui/phui-document.css' => '3b078dc0', 131 - 'rsrc/css/phui/phui-feed-story.css' => '37216a85', 131 + 'rsrc/css/phui/phui-feed-story.css' => 'e2c9bc83', 132 132 'rsrc/css/phui/phui-fontkit.css' => 'de84aa4a', 133 133 'rsrc/css/phui/phui-form-view.css' => '867463b4', 134 134 'rsrc/css/phui/phui-form.css' => 'b78ec020', ··· 701 701 'phabricator-drag-and-drop-file-upload' => 'ae6abfba', 702 702 'phabricator-draggable-list' => '1681c4d4', 703 703 'phabricator-fatal-config-template-css' => '25d446d6', 704 - 'phabricator-feed-css' => 'cdf4718e', 704 + 'phabricator-feed-css' => 'dd43ce00', 705 705 'phabricator-file-upload' => 'a4ae61bf', 706 706 'phabricator-filetree-view-css' => 'a8c86ace', 707 707 'phabricator-flag-css' => '5337623f', ··· 758 758 'phui-calendar-list-css' => 'c1d0ca59', 759 759 'phui-calendar-month-css' => 'a92e47d2', 760 760 'phui-document-view-css' => '3b078dc0', 761 - 'phui-feed-story-css' => '37216a85', 761 + 'phui-feed-story-css' => 'e2c9bc83', 762 762 'phui-font-icon-base-css' => '3b2f9260', 763 763 'phui-fontkit-css' => 'de84aa4a', 764 764 'phui-form-css' => 'b78ec020',
+15 -2
webroot/rsrc/css/application/feed/feed.css
··· 54 54 55 55 /* - Dashboards ------------------------------------------------------------ */ 56 56 57 - .dashboard-panel .phabricator-feed-frame { 57 + .dashboard-panel div.phabricator-feed-frame { 58 58 background: #fff; 59 59 margin: 0; 60 60 border-left: 1px solid {$lightblueborder}; 61 61 border-right: 1px solid {$lightblueborder}; 62 62 border-bottom: 1px solid {$blueborder}; 63 + max-width: none; 63 64 } 64 65 65 66 .dashboard-panel .phabricator-feed-frame .phabricator-action-header { 66 67 background: #f7f7f7; 68 + margin-top: -1px; 69 + border-top: 1px solid {$thinblueborder}; 67 70 } 68 71 69 72 .dashboard-panel .phabricator-feed-frame .phabricator-action-header-title { 70 73 font-size: 13px; 71 74 margin-left: 8px; 72 75 margin-bottom: 0; 76 + color: {$bluetext}; 73 77 } 74 78 75 79 .dashboard-panel .phabricator-feed-frame .phui-feed-story { 76 80 border: none; 77 81 border-bottom: 1px solid {$thinblueborder}; 78 - margin: 0; 82 + margin: 0 8px; 83 + } 84 + 85 + .dashboard-panel .phabricator-feed-frame .phui-feed-story-head { 86 + padding: 8px 0; 87 + } 88 + 89 + .dashboard-panel .phabricator-feed-frame .phui-feed-story-body { 90 + padding: 8px 0; 79 91 } 80 92 81 93 .dashboard-panel .phabricator-feed-frame .phui-feed-story-foot { 82 94 background: #fff; 95 + padding: 8px 0; 83 96 } 84 97 85 98 .dashboard-panel .phabricator-feed-frame .phabricator-feed-story-date-separator {
+1 -1
webroot/rsrc/css/phui/phui-feed-story.css
··· 104 104 .phui-feed-story-oneline-foot, 105 105 .phui-feed-story-oneline-foot a { 106 106 font-size: 11px; 107 - color: {$greytext}; 107 + color: {$lightgreytext}; 108 108 margin-top: 2px; 109 109 line-height: 14px; 110 110 font-weight: normal;