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

Fix dark mode for Dashboard Panel bottom (phui-oi-tail)

Summary:
Drop the useless gradient; add border-top to visually separate from last listed item.

See T15056#12892

Test Plan:
1. Set up a query panel and/or feed panel on the dashboard shown on the frontpage
2. Go http://phorge.localhost/settings/panel/display/ and set `Accessibility` to `Dark Mode (Experimental)`
3. Look at the bottoms of panels where a "View All Results" button is rendered

Reviewers: O1 Blessed Committers, mainframe98

Reviewed By: O1 Blessed Committers, mainframe98

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

Maniphest Tasks: T15056

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

+4 -4
+3 -3
resources/celerity/map.php
··· 9 9 'names' => array( 10 10 'conpherence.pkg.css' => '384ce2d9', 11 11 'conpherence.pkg.js' => '020aebcf', 12 - 'core.pkg.css' => '1161c9ea', 12 + 'core.pkg.css' => 'd0fac3be', 13 13 'core.pkg.js' => '83580d78', 14 14 'dark-console.pkg.js' => '187792c2', 15 15 'differential.pkg.css' => '4c951b31', ··· 127 127 'rsrc/css/phui/object-item/phui-oi-color.css' => 'b517bfa0', 128 128 'rsrc/css/phui/object-item/phui-oi-drag-ui.css' => 'da15d3dc', 129 129 'rsrc/css/phui/object-item/phui-oi-flush-ui.css' => '490e2e2e', 130 - 'rsrc/css/phui/object-item/phui-oi-list-view.css' => '0b379438', 130 + 'rsrc/css/phui/object-item/phui-oi-list-view.css' => 'a1d11b7b', 131 131 'rsrc/css/phui/object-item/phui-oi-simple-ui.css' => '9b03a61f', 132 132 'rsrc/css/phui/phui-action-list.css' => 'b46ef6bd', 133 133 'rsrc/css/phui/phui-action-panel.css' => 'c0db6855', ··· 843 843 'phui-oi-color-css' => 'b517bfa0', 844 844 'phui-oi-drag-ui-css' => 'da15d3dc', 845 845 'phui-oi-flush-ui-css' => '490e2e2e', 846 - 'phui-oi-list-view-css' => '0b379438', 846 + 'phui-oi-list-view-css' => 'a1d11b7b', 847 847 'phui-oi-simple-ui-css' => '9b03a61f', 848 848 'phui-pager-css' => 'd022c7ad', 849 849 'phui-pinboard-view-css' => '1f08f5d8',
+1 -1
webroot/rsrc/css/phui/object-item/phui-oi-list-view.css
··· 722 722 .phui-oi-tail { 723 723 text-align: center; 724 724 padding: 8px 0; 725 - background: linear-gradient({$lightbluebackground}, #fff 66%, #fff); 725 + border-top: 1px solid {$thinblueborder}; 726 726 } 727 727 728 728 .phui-oi-menu {