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

Allow action-list-items to also use text-overflow ellipsis

Summary: These just cut off currently if the menu item name is too wide (like mobile). Add some ellipsis

Test Plan: Check long name on mobile action list menu

Reviewers: epriestley

Reviewed By: epriestley

Subscribers: Korvin

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

+5 -3
+3 -3
resources/celerity/map.php
··· 9 9 'names' => array( 10 10 'conpherence.pkg.css' => 'a520d619', 11 11 'conpherence.pkg.js' => '6249a1cf', 12 - 'core.pkg.css' => 'c50d8f46', 12 + 'core.pkg.css' => '25475b75', 13 13 'core.pkg.js' => '1fa7c0c5', 14 14 'darkconsole.pkg.js' => 'e7393ebb', 15 15 'differential.pkg.css' => '4815647b', ··· 128 128 'rsrc/css/phui/object-item/phui-oi-flush-ui.css' => '9d9685d6', 129 129 'rsrc/css/phui/object-item/phui-oi-list-view.css' => '5c383524', 130 130 'rsrc/css/phui/object-item/phui-oi-simple-ui.css' => 'a8beebea', 131 - 'rsrc/css/phui/phui-action-list.css' => '445c267b', 131 + 'rsrc/css/phui/phui-action-list.css' => 'f980c059', 132 132 'rsrc/css/phui/phui-action-panel.css' => '91c7b835', 133 133 'rsrc/css/phui/phui-badge.css' => '3baef8db', 134 134 'rsrc/css/phui/phui-basic-nav-view.css' => '2e7648d4', ··· 780 780 'path-typeahead' => 'f7fc67ec', 781 781 'people-picture-menu-item-css' => 'a06f7f34', 782 782 'people-profile-css' => '2473d929', 783 - 'phabricator-action-list-view-css' => '445c267b', 783 + 'phabricator-action-list-view-css' => 'f980c059', 784 784 'phabricator-busy' => '59a7976a', 785 785 'phabricator-chatlog-css' => 'd295b020', 786 786 'phabricator-content-source-view-css' => '4b8b05d4',
+2
webroot/rsrc/css/phui/phui-action-list.css
··· 67 67 display: block; 68 68 text-decoration: none; 69 69 color: {$darkbluetext}; 70 + text-overflow: ellipsis; 71 + overflow: hidden; 70 72 } 71 73 72 74 .action-has-icon button.phabricator-action-view-item,