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

Add more information to Workboard Cards

Summary: Adds the taskid/objname and removes the white-space restrictions. Seems still decent.

Test Plan:
Test long and short title cards, test mobile and desktop

{F155552}

Reviewers: btrahan, epriestley

Reviewed By: epriestley

Subscribers: epriestley, Korvin

Maniphest Tasks: T4863

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

+10 -4
+2 -2
resources/celerity/map.php
··· 146 146 'rsrc/css/phui/phui-text.css' => '23e9b4b7', 147 147 'rsrc/css/phui/phui-timeline-view.css' => '15ff2a9f', 148 148 'rsrc/css/phui/phui-workboard-view.css' => '2bf82d00', 149 - 'rsrc/css/phui/phui-workpanel-view.css' => '1169f879', 149 + 'rsrc/css/phui/phui-workpanel-view.css' => 'fddd97bf', 150 150 'rsrc/css/sprite-actions.css' => '969ad0e5', 151 151 'rsrc/css/sprite-apps-large.css' => 'd7ef733e', 152 152 'rsrc/css/sprite-apps-xlarge.css' => 'db66c878', ··· 778 778 'phui-text-css' => '23e9b4b7', 779 779 'phui-timeline-view-css' => '15ff2a9f', 780 780 'phui-workboard-view-css' => '2bf82d00', 781 - 'phui-workpanel-view-css' => '1169f879', 781 + 'phui-workpanel-view-css' => 'fddd97bf', 782 782 'phuix-action-list-view' => 'b5c256b8', 783 783 'phuix-action-view' => '19a0b148', 784 784 'phuix-dropdown-menu' => 'bd4c8dca',
+8 -2
webroot/rsrc/css/phui/phui-workpanel-view.css
··· 13 13 margin: 0 8px; 14 14 } 15 15 16 - .phui-workpanel-view .phui-object-item-objname { 17 - display: none; 16 + .phui-workboard-view .phui-object-item-link { 17 + white-space: normal; 18 + display: inline; 19 + -webkit-font-smoothing: antialiased; 20 + } 21 + 22 + .phui-workboard-view .phui-object-item-objname { 23 + vertical-align: top; 18 24 } 19 25 20 26 .phui-workpanel-view .phui-workpanel-header-action {