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

Add a selected color state to PHUIPagerView

Summary: This probably got nuked at some point, but the class is there so let's use it.

Test Plan: Browse a directory with 800 files. See pager change color.

Reviewers: epriestley

Reviewed By: epriestley

Subscribers: Korvin

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

+9 -3
+3 -3
resources/celerity/map.php
··· 9 9 'names' => array( 10 10 'conpherence.pkg.css' => 'ff161f2d', 11 11 'conpherence.pkg.js' => 'b5b51108', 12 - 'core.pkg.css' => 'f1bbed88', 12 + 'core.pkg.css' => '7e4901ea', 13 13 'core.pkg.js' => '1475bd91', 14 14 'darkconsole.pkg.js' => '1f9a31bc', 15 15 'differential.pkg.css' => '1ccbf3a9', ··· 168 168 'rsrc/css/phui/phui-lightbox.css' => '0a035e40', 169 169 'rsrc/css/phui/phui-list.css' => '12eb8ce6', 170 170 'rsrc/css/phui/phui-object-box.css' => '9cff003c', 171 - 'rsrc/css/phui/phui-pager.css' => '77d8a794', 171 + 'rsrc/css/phui/phui-pager.css' => 'edcbc226', 172 172 'rsrc/css/phui/phui-pinboard-view.css' => '2495140e', 173 173 'rsrc/css/phui/phui-property-list-view.css' => '2dc7993f', 174 174 'rsrc/css/phui/phui-remarkup-preview.css' => '54a34863', ··· 862 862 'phui-oi-flush-ui-css' => '9d9685d6', 863 863 'phui-oi-list-view-css' => 'bf094950', 864 864 'phui-oi-simple-ui-css' => 'a8beebea', 865 - 'phui-pager-css' => '77d8a794', 865 + 'phui-pager-css' => 'edcbc226', 866 866 'phui-pinboard-view-css' => '2495140e', 867 867 'phui-property-list-view-css' => '2dc7993f', 868 868 'phui-remarkup-preview-css' => '54a34863',
+6
webroot/rsrc/css/phui/phui-pager.css
··· 6 6 clear: both; 7 7 text-align: center; 8 8 } 9 + 10 + .phui-pager-view a.button.current, 11 + .phui-pager-view a.button.current:hover { 12 + border-color: {$sh-orangetext}; 13 + color: {$sh-orangetext}; 14 + }