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

Style Milestone workpanels

Summary: Small amount of color, icon spacing

Test Plan: Review milestone panels on parent project

Reviewers: epriestley

Reviewed By: epriestley

Subscribers: Korvin

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

+13 -5
+5 -5
resources/celerity/map.php
··· 156 156 'rsrc/css/phui/phui-two-column-view.css' => 'c75bfc5b', 157 157 'rsrc/css/phui/workboards/phui-workboard.css' => 'b07a5524', 158 158 'rsrc/css/phui/workboards/phui-workcard.css' => 'b4322ca7', 159 - 'rsrc/css/phui/workboards/phui-workpanel.css' => '68140031', 159 + 'rsrc/css/phui/workboards/phui-workpanel.css' => 'e1bd8d04', 160 160 'rsrc/css/sprite-login.css' => '60e8560e', 161 161 'rsrc/css/sprite-menu.css' => '9dd65b92', 162 162 'rsrc/css/sprite-tokens.css' => '4f399012', ··· 833 833 'phui-two-column-view-css' => 'c75bfc5b', 834 834 'phui-workboard-view-css' => 'b07a5524', 835 835 'phui-workcard-view-css' => 'b4322ca7', 836 - 'phui-workpanel-view-css' => '68140031', 836 + 'phui-workpanel-view-css' => 'e1bd8d04', 837 837 'phuix-action-list-view' => 'b5c256b8', 838 838 'phuix-action-view' => '8cf6d262', 839 839 'phuix-autocomplete' => '9196fb06', ··· 1331 1331 'javelin-request', 1332 1332 'javelin-workflow', 1333 1333 ), 1334 - 68140031 => array( 1335 - 'phui-workcard-view-css', 1336 - ), 1337 1334 '6882e80a' => array( 1338 1335 'javelin-dom', 1339 1336 ), ··· 1920 1917 'javelin-behavior', 1921 1918 'javelin-dom', 1922 1919 'phabricator-prefab', 1920 + ), 1921 + 'e1bd8d04' => array( 1922 + 'phui-workcard-view-css', 1923 1923 ), 1924 1924 'e1d25dfb' => array( 1925 1925 'javelin-behavior',
+8
webroot/rsrc/css/phui/workboards/phui-workpanel.css
··· 35 35 user-select: none; 36 36 } 37 37 38 + .phui-workpanel-view.phui-workboard-column-milestone .phui-box-grey { 39 + background-color: rgba(234, 230, 247, 0.75); 40 + } 41 + 42 + .phui-workpanel-view .phui-header-col2 .phui-icon-view { 43 + margin-right: 4px; 44 + } 45 + 38 46 .phui-workpanel-view .phui-workpanel-header-action { 39 47 float: right; 40 48 width: 24px;