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

Clean up Calendar sidebar on profiles

Summary: Nip/Tuck.

Test Plan: With and without calendar events.

Reviewers: epriestley

Reviewed By: epriestley

Subscribers: Korvin

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

+9 -10
+2 -2
resources/celerity/map.php
··· 116 116 'rsrc/css/layout/phabricator-side-menu-view.css' => 'dd849797', 117 117 'rsrc/css/layout/phabricator-source-code-view.css' => 'cbeef983', 118 118 'rsrc/css/phui/calendar/phui-calendar-day.css' => 'd1cf6f93', 119 - 'rsrc/css/phui/calendar/phui-calendar-list.css' => 'e0866209', 119 + 'rsrc/css/phui/calendar/phui-calendar-list.css' => '56e6381a', 120 120 'rsrc/css/phui/calendar/phui-calendar-month.css' => '476be7e0', 121 121 'rsrc/css/phui/calendar/phui-calendar.css' => 'ccabe893', 122 122 'rsrc/css/phui/phui-action-list.css' => 'c5eba19d', ··· 822 822 'phui-button-css' => 'a64a8de6', 823 823 'phui-calendar-css' => 'ccabe893', 824 824 'phui-calendar-day-css' => 'd1cf6f93', 825 - 'phui-calendar-list-css' => 'e0866209', 825 + 'phui-calendar-list-css' => '56e6381a', 826 826 'phui-calendar-month-css' => '476be7e0', 827 827 'phui-chart-css' => '6bf6f78e', 828 828 'phui-crumbs-view-css' => '6b813619',
+7 -8
webroot/rsrc/css/phui/calendar/phui-calendar-list.css
··· 6 6 width: auto; 7 7 } 8 8 9 - .phui-calendar-list-container .phui-object-box { 9 + .phui-calendar-list-container.calendar-day-view-sidebar .phui-object-box { 10 10 border-bottom: none; 11 11 margin: 0; 12 + padding: 0 12px 12px; 12 13 } 13 14 14 - .phui-calendar-list-container:last-child .phui-object-box { 15 - border-bottom: 1px solid {$blueborder}; 16 - } 17 - 18 - .phui-calendar-list-container .phui-object-box .phui-header-shell h1 { 19 - padding: 6px 0; 15 + .project-view-home .phui-box-grey .phui-calendar-list-container 16 + .phui-header-shell { 17 + padding: 8px 0; 18 + background: #fff; 20 19 } 21 20 22 21 .phui-calendar-list { 23 - padding: 16px 12px; 22 + padding: 16px 4px; 24 23 } 25 24 26 25 .phui-calendar-list-item {