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

Mobile day view should display event list, not day table

Summary: Closes T8178, Mobile day view should display event list, not day table

Test Plan: Open day view on a device, observe that day table is hidden.

Reviewers: chad, #blessed_reviewers, epriestley

Reviewed By: #blessed_reviewers, epriestley

Subscribers: Korvin, epriestley

Maniphest Tasks: T8178

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

+11 -3
+2 -2
resources/celerity/map.php
··· 120 120 'rsrc/css/layout/phabricator-hovercard-view.css' => 'dd9121a9', 121 121 'rsrc/css/layout/phabricator-side-menu-view.css' => 'c1db9e9c', 122 122 'rsrc/css/layout/phabricator-source-code-view.css' => '2ceee894', 123 - 'rsrc/css/phui/calendar/phui-calendar-day.css' => '3b4a65d8', 123 + 'rsrc/css/phui/calendar/phui-calendar-day.css' => 'c0cf782a', 124 124 'rsrc/css/phui/calendar/phui-calendar-list.css' => '3e713fc7', 125 125 'rsrc/css/phui/calendar/phui-calendar-month.css' => '017a953b', 126 126 'rsrc/css/phui/calendar/phui-calendar.css' => '8345be98', ··· 761 761 'phui-box-css' => '7b3a2eed', 762 762 'phui-button-css' => 'de610129', 763 763 'phui-calendar-css' => '8345be98', 764 - 'phui-calendar-day-css' => '3b4a65d8', 764 + 'phui-calendar-day-css' => 'c0cf782a', 765 765 'phui-calendar-list-css' => '3e713fc7', 766 766 'phui-calendar-month-css' => '017a953b', 767 767 'phui-crumbs-view-css' => '594d719e',
+1 -1
src/view/phui/calendar/PHUICalendarDayView.php
··· 185 185 186 186 $layout = id(new AphrontMultiColumnView()) 187 187 ->addColumn($sidebar, 'third') 188 - ->addColumn($table_box, 'thirds') 188 + ->addColumn($table_box, 'thirds phui-day-view-column') 189 189 ->setFluidLayout(true) 190 190 ->setGutter(AphrontMultiColumnView::GUTTER_MEDIUM); 191 191
+8
webroot/rsrc/css/phui/calendar/phui-calendar-day.css
··· 2 2 * @provides phui-calendar-day-css 3 3 */ 4 4 5 + .device .phui-day-view-column { 6 + display: none; 7 + } 8 + 9 + .device .phui-calendar-list-container { 10 + width: 100%; 11 + } 12 + 5 13 .phui-calendar-day-view { 6 14 overflow: scroll; 7 15 width: 100%;