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

Improve Dark Mode for large Task Graph Standalone box

Summary:
Use `{$lightyellowbackground}` instead of `{$lightyellow}` for the "This task is connected to more than 200 other tasks" box so the background color is less screaming.

Refs T15056

Test Plan:
* Go to http://phorge.localhost/settings/panel/display/ and set `Accessibility` to `Dark Mode (Experimental)`
* Go to a Maniphest task which is connected to more than 200 other tasks and look at the Task Graph box

Reviewers: O1 Blessed Committers, mainframe98, valerio.bozzolan

Reviewed By: O1 Blessed Committers, mainframe98, valerio.bozzolan

Subscribers: mainframe98, tobiaswiese, valerio.bozzolan, Matthew, Cigaryno

Maniphest Tasks: T15056

Differential Revision: https://we.phorge.it/D26385

+4 -4
+3 -3
resources/celerity/map.php
··· 9 9 'names' => array( 10 10 'conpherence.pkg.css' => 'beb13d57', 11 11 'conpherence.pkg.js' => '020aebcf', 12 - 'core.pkg.css' => '983c8f9b', 12 + 'core.pkg.css' => '95002cb9', 13 13 'core.pkg.js' => '83580d78', 14 14 'dark-console.pkg.js' => '187792c2', 15 15 'differential.pkg.css' => '77189aae', ··· 30 30 'rsrc/css/aphront/list-filter-view.css' => 'feb64255', 31 31 'rsrc/css/aphront/multi-column.css' => 'fbc00ba3', 32 32 'rsrc/css/aphront/notification.css' => '30240bd2', 33 - 'rsrc/css/aphront/table-view.css' => '76efc17f', 33 + 'rsrc/css/aphront/table-view.css' => '5978281a', 34 34 'rsrc/css/aphront/tokenizer.css' => '7ef6de30', 35 35 'rsrc/css/aphront/tooltip.css' => 'b6d94bea', 36 36 'rsrc/css/aphront/typeahead-browse.css' => 'b7ed02d2', ··· 492 492 'aphront-dialog-view-css' => '6f4ea703', 493 493 'aphront-list-filter-view-css' => 'feb64255', 494 494 'aphront-multi-column-view-css' => 'fbc00ba3', 495 - 'aphront-table-view-css' => '76efc17f', 495 + 'aphront-table-view-css' => '5978281a', 496 496 'aphront-tokenizer-control-css' => '7ef6de30', 497 497 'aphront-tooltip-css' => 'b6d94bea', 498 498 'aphront-typeahead-control-css' => '5da109c8',
+1 -1
webroot/rsrc/css/aphront/table-view.css
··· 344 344 .object-graph-header { 345 345 padding: 8px 12px; 346 346 overflow: hidden; 347 - background: {$lightyellow}; 347 + background: {$gentle.highlight}; 348 348 border-bottom: 1px solid {$lightblueborder}; 349 349 vertical-align: middle; 350 350 }