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

Tidy up project panel errors

Summary: Makes the fallback a little cleaner on long titles. Wow we have a lot of error states here.

Test Plan: New Milestone with no tasks.

Reviewers: epriestley

Reviewed By: epriestley

Subscribers: Korvin

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

authored by

Chad Little and committed by
chad
3f9e8e67 75ba6058

+12 -4
+3 -3
resources/celerity/map.php
··· 7 7 */ 8 8 return array( 9 9 'names' => array( 10 - 'core.pkg.css' => 'c49855c0', 10 + 'core.pkg.css' => 'ce06b6f6', 11 11 'core.pkg.js' => '08b41036', 12 12 'darkconsole.pkg.js' => 'e7393ebb', 13 13 'differential.pkg.css' => '7ba78475', ··· 148 148 'rsrc/css/phui/phui-object-item-list-view.css' => '8d99e42b', 149 149 'rsrc/css/phui/phui-pager.css' => 'bea33d23', 150 150 'rsrc/css/phui/phui-pinboard-view.css' => '2495140e', 151 - 'rsrc/css/phui/phui-profile-menu.css' => '7e92a89a', 151 + 'rsrc/css/phui/phui-profile-menu.css' => 'c8557f33', 152 152 'rsrc/css/phui/phui-property-list-view.css' => '1d42ee7c', 153 153 'rsrc/css/phui/phui-remarkup-preview.css' => '1a8f2591', 154 154 'rsrc/css/phui/phui-segment-bar-view.css' => '46342871', ··· 839 839 'phui-object-item-list-view-css' => '8d99e42b', 840 840 'phui-pager-css' => 'bea33d23', 841 841 'phui-pinboard-view-css' => '2495140e', 842 - 'phui-profile-menu-css' => '7e92a89a', 842 + 'phui-profile-menu-css' => 'c8557f33', 843 843 'phui-property-list-view-css' => '1d42ee7c', 844 844 'phui-remarkup-preview-css' => '1a8f2591', 845 845 'phui-segment-bar-view-css' => '46342871',
+9 -1
webroot/rsrc/css/phui/phui-profile-menu.css
··· 152 152 .phui-profile-menu .phabricator-side-menu .phui-profile-menu-error { 153 153 color: rgba({$alphawhite}, 0.5); 154 154 font-size: {$smallerfontsize}; 155 - padding: 18px 15px; 155 + padding: 16px; 156 156 } 157 + 158 + .phui-profile-menu .phui-profile-menu-collapsed .phabricator-side-menu 159 + .phui-profile-menu-error { 160 + padding: 16px 8px; 161 + overflow: hidden; 162 + text-overflow: ellipsis; 163 + } 164 + 157 165 158 166 .phui-profile-menu .phabricator-side-menu .phui-list-item-disabled 159 167 .phui-list-item-href,