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

Minor CSS touches to workboard quest experience

Summary: minor spacing updates, but i need to likely take a more details pass, specifically points look janky with project tags since they are not in the same `li`.

Test Plan: Zoom into tags, see they all are same height and align.

Reviewers: epriestley

Reviewed By: epriestley

Subscribers: Korvin

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

+13 -6
+5 -5
resources/celerity/map.php
··· 7 7 */ 8 8 return array( 9 9 'names' => array( 10 - 'core.pkg.css' => 'bd041864', 10 + 'core.pkg.css' => 'b59766ad', 11 11 'core.pkg.js' => 'd7daa6d8', 12 12 'darkconsole.pkg.js' => 'e7393ebb', 13 13 'differential.pkg.css' => '2de124c9', ··· 143 143 'rsrc/css/phui/phui-info-view.css' => '6d7c3509', 144 144 'rsrc/css/phui/phui-list.css' => '9da2aa00', 145 145 'rsrc/css/phui/phui-object-box.css' => '407eaf5a', 146 - 'rsrc/css/phui/phui-object-item-list-view.css' => '8f443e8b', 146 + 'rsrc/css/phui/phui-object-item-list-view.css' => 'be31c3a7', 147 147 'rsrc/css/phui/phui-pager.css' => 'bea33d23', 148 148 'rsrc/css/phui/phui-pinboard-view.css' => '2495140e', 149 149 'rsrc/css/phui/phui-profile-menu.css' => 'f709256c', 150 150 'rsrc/css/phui/phui-property-list-view.css' => '27b2849e', 151 151 'rsrc/css/phui/phui-remarkup-preview.css' => '1a8f2591', 152 - 'rsrc/css/phui/phui-segment-bar-view.css' => '6622f0a1', 152 + 'rsrc/css/phui/phui-segment-bar-view.css' => '46342871', 153 153 'rsrc/css/phui/phui-spacing.css' => '042804d6', 154 154 'rsrc/css/phui/phui-status.css' => '888cedb8', 155 155 'rsrc/css/phui/phui-tag-view.css' => '9d5d4400', ··· 828 828 'phui-inline-comment-view-css' => '0fdb3667', 829 829 'phui-list-view-css' => '9da2aa00', 830 830 'phui-object-box-css' => '407eaf5a', 831 - 'phui-object-item-list-view-css' => '8f443e8b', 831 + 'phui-object-item-list-view-css' => 'be31c3a7', 832 832 'phui-pager-css' => 'bea33d23', 833 833 'phui-pinboard-view-css' => '2495140e', 834 834 'phui-profile-menu-css' => 'f709256c', 835 835 'phui-property-list-view-css' => '27b2849e', 836 836 'phui-remarkup-preview-css' => '1a8f2591', 837 - 'phui-segment-bar-view-css' => '6622f0a1', 837 + 'phui-segment-bar-view-css' => '46342871', 838 838 'phui-spacing-css' => '042804d6', 839 839 'phui-status-list-view-css' => '888cedb8', 840 840 'phui-tag-view-css' => '9d5d4400',
+1
src/applications/project/view/ProjectBoardTaskCard.php
··· 101 101 $points_tag = id(new PHUITagView()) 102 102 ->setType(PHUITagView::TYPE_SHADE) 103 103 ->setShade(PHUITagView::COLOR_BLUE) 104 + ->setSlimShady(true) 104 105 ->setName($points); 105 106 $card->addAttribute($points_tag); 106 107 }
+1 -1
webroot/rsrc/css/phui/phui-object-item-list-view.css
··· 307 307 .phui-object-item-attribute { 308 308 display: inline-block; 309 309 color: {$greytext}; 310 - vertical-align: middle; 310 + vertical-align: top; 311 311 } 312 312 313 313 .phui-object-item-attribute-spacer {
+6
webroot/rsrc/css/phui/phui-segment-bar-view.css
··· 7 7 margin-bottom: 4px; 8 8 } 9 9 10 + .phui-profile-menu-collapsed .phui-segment-bar-label { 11 + width: 74px; 12 + overflow: hidden; 13 + text-overflow: ellipsis; 14 + } 15 + 10 16 .phui-segment-bar-segments { 11 17 background: {$lightgreybackground}; 12 18 border-radius: 4px;