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

[Redesign] Update Search UI

Summary: Ref T8099, adds a little excitement to searching for things... with fire!

Test Plan: Search for items, easier to locate searched copy.

Reviewers: btrahan, epriestley

Reviewed By: epriestley

Subscribers: Korvin, epriestley

Maniphest Tasks: T8099

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

+4 -7
+2 -2
resources/celerity/map.php
··· 104 104 'rsrc/css/application/releeph/releeph-preview-branch.css' => 'b7a6f4a5', 105 105 'rsrc/css/application/releeph/releeph-request-differential-create-dialog.css' => '8d8b92cd', 106 106 'rsrc/css/application/releeph/releeph-request-typeahead.css' => '667a48ae', 107 - 'rsrc/css/application/search/search-results.css' => '15c71110', 107 + 'rsrc/css/application/search/search-results.css' => 'ce897fb9', 108 108 'rsrc/css/application/slowvote/slowvote.css' => '266df6a1', 109 109 'rsrc/css/application/tokens/tokens.css' => '3d0f239e', 110 110 'rsrc/css/application/uiexample/example.css' => '528b19de', ··· 725 725 'phabricator-prefab' => '6920d200', 726 726 'phabricator-profile-css' => 'cb6f56b7', 727 727 'phabricator-remarkup-css' => 'ea91b3ee', 728 - 'phabricator-search-results-css' => '15c71110', 728 + 'phabricator-search-results-css' => 'ce897fb9', 729 729 'phabricator-shaped-request' => '7cbe244b', 730 730 'phabricator-side-menu-view-css' => '4f2cd343', 731 731 'phabricator-slowvote-css' => '266df6a1',
+2 -5
webroot/rsrc/css/application/search/search-results.css
··· 3 3 */ 4 4 5 5 .phui-object-item-link strong { 6 - background-color: {$lightyellow}; 7 - color: black; 8 - padding: 0 4px; 9 - border-radius: 3px; 6 + color: {$fire}; 10 7 } 11 8 12 9 .phui-source-fragment { ··· 16 13 .phui-source-fragment strong { 17 14 background-color: {$lightyellow}; 18 15 font-weight: normal; 19 - color: #000000; 16 + color: #000; 20 17 }