@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 some minor UI issues with mobile application search

Summary: Background is now always white, spacing in header is more consistent

Test Plan: test mobile, table, desktop application search apps.

Reviewers: epriestley

Reviewed By: epriestley

Subscribers: Korvin

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

+14 -4
+3 -3
resources/celerity/map.php
··· 9 9 'names' => array( 10 10 'conpherence.pkg.css' => '4601645d', 11 11 'conpherence.pkg.js' => '11f3e07e', 12 - 'core.pkg.css' => 'b8364d01', 12 + 'core.pkg.css' => '7ca260a3', 13 13 'core.pkg.js' => '30185d95', 14 14 'darkconsole.pkg.js' => 'e7393ebb', 15 15 'differential.pkg.css' => 'e1d704ce', ··· 102 102 'rsrc/css/application/releeph/releeph-preview-branch.css' => 'b7a6f4a5', 103 103 'rsrc/css/application/releeph/releeph-request-differential-create-dialog.css' => '8d8b92cd', 104 104 'rsrc/css/application/releeph/releeph-request-typeahead.css' => '667a48ae', 105 - 'rsrc/css/application/search/application-search-view.css' => 'be6454ec', 105 + 'rsrc/css/application/search/application-search-view.css' => '8452c849', 106 106 'rsrc/css/application/search/search-results.css' => '7dea472c', 107 107 'rsrc/css/application/slowvote/slowvote.css' => 'a94b7230', 108 108 'rsrc/css/application/tokens/tokens.css' => '3d0f239e', ··· 610 610 'aphront-tokenizer-control-css' => '056da01b', 611 611 'aphront-tooltip-css' => '1a07aea8', 612 612 'aphront-typeahead-control-css' => 'd4f16145', 613 - 'application-search-view-css' => 'be6454ec', 613 + 'application-search-view-css' => '8452c849', 614 614 'auth-css' => '0877ed6e', 615 615 'bulk-job-css' => 'df9c1d4a', 616 616 'changeset-view-manager' => 'a2828756',
+1 -1
src/applications/search/controller/PhabricatorApplicationSearchController.php
··· 329 329 $crumbs->addTextCrumb($title); 330 330 } 331 331 332 - $nav->addClass('application-search-view'); 333 332 require_celerity_resource('application-search-view-css'); 334 333 335 334 return $this->newPage() ··· 337 336 ->setTitle(pht('Query: %s', $title)) 338 337 ->setCrumbs($crumbs) 339 338 ->setNavigation($nav) 339 + ->addClass('application-search-view') 340 340 ->appendChild($body); 341 341 } 342 342
+10
webroot/rsrc/css/application/search/application-search-view.css
··· 11 11 padding: 0 16px 24px; 12 12 } 13 13 14 + .device-phone .application-search-view 15 + .application-search-results.phui-object-box { 16 + padding: 0 12px 24px; 17 + } 18 + 14 19 .application-search-view .application-search-results .phui-profile-header { 15 20 padding: 16px 8px; 16 21 border-bottom: 1px solid {$thinblueborder}; ··· 29 34 .device-phone.application-search-view .application-search-results 30 35 .phui-profile-header { 31 36 padding: 12px 0; 37 + } 38 + 39 + .device-phone .application-search-results 40 + .phui-profile-header.phui-header-shell { 41 + padding: 12px 0 12px 4px; 32 42 } 33 43 34 44 .device-phone .application-search-results