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

Touch up typeahead behavior in locate-file

Summary: Uses `fire`, `underline`. Sets text that overflows to ellipsis.

Test Plan:
Test searching for CMS in Phabricator. Check other typeaheads, tokenizers.

{F5098496}

Reviewers: epriestley

Reviewed By: epriestley

Subscribers: Korvin

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

+8 -4
+3 -3
resources/celerity/map.php
··· 9 9 'names' => array( 10 10 'conpherence.pkg.css' => 'e68cf1fa', 11 11 'conpherence.pkg.js' => 'b5b51108', 12 - 'core.pkg.css' => '038ad839', 12 + 'core.pkg.css' => '03047373', 13 13 'core.pkg.js' => '5d80e0db', 14 14 'darkconsole.pkg.js' => '1f9a31bc', 15 15 'differential.pkg.css' => '45951e9e', ··· 36 36 'rsrc/css/aphront/tokenizer.css' => '15d5ff71', 37 37 'rsrc/css/aphront/tooltip.css' => '173b9431', 38 38 'rsrc/css/aphront/typeahead-browse.css' => 'f2818435', 39 - 'rsrc/css/aphront/typeahead.css' => '4434bc8a', 39 + 'rsrc/css/aphront/typeahead.css' => 'a4a21016', 40 40 'rsrc/css/application/almanac/almanac.css' => 'dbb9b3af', 41 41 'rsrc/css/application/auth/auth.css' => '0877ed6e', 42 42 'rsrc/css/application/base/main-menu-view.css' => '16053029', ··· 546 546 'aphront-table-view-css' => 'a3aa6910', 547 547 'aphront-tokenizer-control-css' => '15d5ff71', 548 548 'aphront-tooltip-css' => '173b9431', 549 - 'aphront-typeahead-control-css' => '4434bc8a', 549 + 'aphront-typeahead-control-css' => 'a4a21016', 550 550 'application-search-view-css' => '66ee5d46', 551 551 'auth-css' => '0877ed6e', 552 552 'bulk-job-css' => 'df9c1d4a',
+5 -1
webroot/rsrc/css/aphront/typeahead.css
··· 28 28 color: {$darkgreytext}; 29 29 display: block; 30 30 font-size: {$normalfontsize}; 31 + overflow: hidden; 32 + white-space: nowrap; 33 + text-overflow: ellipsis; 31 34 } 32 35 33 36 div.jx-typeahead-results a.jx-result + a.jx-result { ··· 68 71 } 69 72 70 73 .diffusion-locate-file strong { 71 - color: {$blue}; 74 + color: {$fire}; 75 + text-decoration: underline; 72 76 } 73 77 74 78 .diffusion-locate-file .phui-icon-view {