@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 non-icon token height

Summary: Fixes T4468, though we should have an icon for each token, this solves the fallback case.

Test Plan: Tested new layout in tokenizer

Reviewers: epriestley

Reviewed By: epriestley

CC: Korvin, epriestley, aran

Maniphest Tasks: T4468

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

+8 -8
+7 -7
resources/celerity/map.php
··· 7 7 return array( 8 8 'names' => 9 9 array( 10 - 'core.pkg.css' => '92a99fb2', 10 + 'core.pkg.css' => '8c8b76a8', 11 11 'core.pkg.js' => '8f7aa2c3', 12 12 'darkconsole.pkg.js' => 'ca8671ce', 13 13 'differential.pkg.css' => '6aef439e', ··· 32 32 'rsrc/css/aphront/phabricator-nav-view.css' => 'd0d4a509', 33 33 'rsrc/css/aphront/request-failure-view.css' => 'da14df31', 34 34 'rsrc/css/aphront/table-view.css' => '92a719ca', 35 - 'rsrc/css/aphront/tokenizer.css' => '75a7316a', 35 + 'rsrc/css/aphront/tokenizer.css' => '36903077', 36 36 'rsrc/css/aphront/tooltip.css' => '9c90229d', 37 37 'rsrc/css/aphront/transaction.css' => 'ce491938', 38 38 'rsrc/css/aphront/two-column.css' => '16ab3ad2', ··· 489 489 'aphront-panel-view-css' => '5846dfa2', 490 490 'aphront-request-failure-view-css' => 'da14df31', 491 491 'aphront-table-view-css' => '92a719ca', 492 - 'aphront-tokenizer-control-css' => '75a7316a', 492 + 'aphront-tokenizer-control-css' => '36903077', 493 493 'aphront-tooltip-css' => '9c90229d', 494 494 'aphront-two-column-view-css' => '16ab3ad2', 495 495 'aphront-typeahead-control-css' => '271456a1', ··· 1250 1250 0 => 'javelin-behavior', 1251 1251 1 => 'javelin-dom', 1252 1252 ), 1253 - '75a7316a' => 1254 - array( 1255 - 0 => 'aphront-typeahead-control-css', 1256 - ), 1257 1253 '75e50c72' => 1258 1254 array( 1259 1255 0 => 'javelin-behavior', ··· 1972 1968 9 => 'javelin-mask', 1973 1969 10 => 'javelin-behavior-device', 1974 1970 11 => 'phabricator-keyboard-shortcut', 1971 + ), 1972 + 36903077 => 1973 + array( 1974 + 0 => 'aphront-typeahead-control-css', 1975 1975 ), 1976 1976 42126667 => 1977 1977 array(
+1 -1
webroot/rsrc/css/aphront/tokenizer.css
··· 68 68 cursor: pointer; 69 69 border-radius: 3px; 70 70 color: {$darkbluetext}; 71 - 71 + min-height: 16px; 72 72 } 73 73 74 74 a.jx-tokenizer-token:hover {