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

Fix feed widths

Summary: Use standard 16px

Test Plan: reload feed, now aligns with search

Reviewers: epriestley, btrahan

Reviewed By: epriestley

CC: Korvin, epriestley, aran

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

+18 -14
+12 -12
resources/celerity/map.php
··· 14 14 'differential.pkg.js' => '322ea941', 15 15 'diffusion.pkg.css' => '3783278d', 16 16 'diffusion.pkg.js' => '7b51e80a', 17 - 'javelin.pkg.js' => '4dda9183', 17 + 'javelin.pkg.js' => '6d430a66', 18 18 'maniphest.pkg.css' => '6944ad50', 19 19 'maniphest.pkg.js' => '1e8f11af', 20 20 'rsrc/css/aphront/aphront-bars.css' => '231ac33c', ··· 69 69 'rsrc/css/application/diffusion/diffusion-icons.css' => '384a0f7d', 70 70 'rsrc/css/application/diffusion/diffusion-source.css' => '66fdf661', 71 71 'rsrc/css/application/directory/phabricator-jump-nav.css' => 'f0c5e726', 72 - 'rsrc/css/application/feed/feed.css' => '4716c86f', 72 + 'rsrc/css/application/feed/feed.css' => '0d17c209', 73 73 'rsrc/css/application/files/global-drag-and-drop.css' => '697324ad', 74 74 'rsrc/css/application/flag/flag.css' => '5337623f', 75 75 'rsrc/css/application/herald/herald-test.css' => '2b7d0f54', ··· 212 212 'rsrc/externals/javelin/lib/control/typeahead/source/TypeaheadCompositeSource.js' => 'dbd9cd11', 213 213 'rsrc/externals/javelin/lib/control/typeahead/source/TypeaheadOnDemandSource.js' => '1f595fb0', 214 214 'rsrc/externals/javelin/lib/control/typeahead/source/TypeaheadPreloadedSource.js' => 'e9b95df3', 215 - 'rsrc/externals/javelin/lib/control/typeahead/source/TypeaheadSource.js' => 'e020ecbd', 215 + 'rsrc/externals/javelin/lib/control/typeahead/source/TypeaheadSource.js' => 'f4412299', 216 216 'rsrc/externals/javelin/lib/control/typeahead/source/TypeaheadStaticSource.js' => 'c2b8bf64', 217 217 'rsrc/externals/raphael/g.raphael.js' => '40dde778', 218 218 'rsrc/externals/raphael/g.raphael.line.js' => '40da039e', ··· 644 644 'javelin-typeahead-normalizer' => '5f850b5c', 645 645 'javelin-typeahead-ondemand-source' => '1f595fb0', 646 646 'javelin-typeahead-preloaded-source' => 'e9b95df3', 647 - 'javelin-typeahead-source' => 'e020ecbd', 647 + 'javelin-typeahead-source' => 'f4412299', 648 648 'javelin-typeahead-static-source' => 'c2b8bf64', 649 649 'javelin-uri' => 'd9a9b862', 650 650 'javelin-util' => '7501647b', ··· 679 679 'phabricator-draggable-list' => '1681c4d4', 680 680 'phabricator-dropdown-menu' => '2f6f80f4', 681 681 'phabricator-fatal-config-template-css' => '25d446d6', 682 - 'phabricator-feed-css' => '4716c86f', 682 + 'phabricator-feed-css' => '0d17c209', 683 683 'phabricator-file-upload' => '96713558', 684 684 'phabricator-filetree-view-css' => 'a8c86ace', 685 685 'phabricator-flag-css' => '5337623f', ··· 1793 1793 1 => 'javelin-util', 1794 1794 2 => 'javelin-request', 1795 1795 ), 1796 - 'e020ecbd' => 1797 - array( 1798 - 0 => 'javelin-install', 1799 - 1 => 'javelin-util', 1800 - 2 => 'javelin-dom', 1801 - 3 => 'javelin-typeahead-normalizer', 1802 - ), 1803 1796 'e12c760a' => 1804 1797 array( 1805 1798 0 => 'javelin-behavior', ··· 1883 1876 1 => 'javelin-behavior', 1884 1877 2 => 'javelin-vector', 1885 1878 3 => 'javelin-dom', 1879 + ), 1880 + 'f4412299' => 1881 + array( 1882 + 0 => 'javelin-install', 1883 + 1 => 'javelin-util', 1884 + 2 => 'javelin-dom', 1885 + 3 => 'javelin-typeahead-normalizer', 1886 1886 ), 1887 1887 'f6b56f7a' => 1888 1888 array(
+6 -2
webroot/rsrc/css/application/feed/feed.css
··· 19 19 20 20 .device-desktop .phabricator-feed-frame { 21 21 max-width: 600px; 22 - margin: 20px; 22 + margin: 16px; 23 + } 24 + 25 + .phabricator-feed-frame .phabricator-action-header { 26 + padding: 0; 23 27 } 24 28 25 29 .phabricator-feed-story-date-separator { 26 - margin-top: 2em; 30 + margin-top: 16px; 27 31 } 28 32 29 33 .phabricator-feed-newer-link {