@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 project feed layout

Summary: This was clobbered when we added calendar feed to profiles, not projects.

Test Plan: Browse Project on desktop and mobile, re-check profile.

Reviewers: epriestley

Reviewed By: epriestley

Subscribers: epriestley, Korvin, chad

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

+11 -2
+2 -2
resources/celerity/map.php
··· 94 94 'rsrc/css/application/ponder/feed.css' => 'e62615b6', 95 95 'rsrc/css/application/ponder/post.css' => 'ebab8a70', 96 96 'rsrc/css/application/ponder/vote.css' => '8ed6ed8b', 97 - 'rsrc/css/application/profile/profile-view.css' => '9bdb9804', 97 + 'rsrc/css/application/profile/profile-view.css' => '33e6f703', 98 98 'rsrc/css/application/projects/project-tag.css' => '095c9404', 99 99 'rsrc/css/application/releeph/releeph-branch.css' => 'b8821d2d', 100 100 'rsrc/css/application/releeph/releeph-colors.css' => '2d2d6aa8', ··· 707 707 'phabricator-object-selector-css' => '029a133d', 708 708 'phabricator-phtize' => 'd254d646', 709 709 'phabricator-prefab' => '0326e5d0', 710 - 'phabricator-profile-css' => '9bdb9804', 710 + 'phabricator-profile-css' => '33e6f703', 711 711 'phabricator-project-tag-css' => '095c9404', 712 712 'phabricator-remarkup-css' => '0923dbd6', 713 713 'phabricator-search-results-css' => 'f240504c',
+9
webroot/rsrc/css/application/profile/profile-view.css
··· 11 11 padding: 12px 0; 12 12 } 13 13 14 + .device-phone .phabricator-project-layout .profile-feed { 15 + padding: 12px 8px; 16 + } 17 + 14 18 .profile-feed .phabricator-action-header-title { 15 19 font-size: 16px; 16 20 margin-bottom: 5px; ··· 38 42 float: none; 39 43 margin: 0 8px; 40 44 } 45 + 46 + .device-desktop .phabricator-project-layout .profile-feed, 47 + .device-tablet .phabricator-project-layout .profile-feed { 48 + padding: 16px; 49 + }