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

Minor touchup on diff banner

Summary: Remove extra icon spacing, swap icons.

Test Plan: Review a diff with comments in sandbox. Try dropdown. Follow links

Reviewers: epriestley

Reviewed By: epriestley

Subscribers: Korvin

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

+15 -19
+13 -13
resources/celerity/map.php
··· 12 12 'core.pkg.css' => '7ae9e755', 13 13 'core.pkg.js' => '5d80e0db', 14 14 'darkconsole.pkg.js' => '1f9a31bc', 15 - 'differential.pkg.css' => '4ec4a37a', 16 - 'differential.pkg.js' => 'd4ab0e81', 15 + 'differential.pkg.css' => 'b00f573e', 16 + 'differential.pkg.js' => '1d80ecc6', 17 17 'diffusion.pkg.css' => 'a2d17c7d', 18 18 'diffusion.pkg.js' => '6134c5a1', 19 19 'favicon.ico' => '30672e08', ··· 64 64 'rsrc/css/application/dashboard/dashboard.css' => 'fe5b1869', 65 65 'rsrc/css/application/diff/inline-comment-summary.css' => '51efda3a', 66 66 'rsrc/css/application/differential/add-comment.css' => 'c47f8c40', 67 - 'rsrc/css/application/differential/changeset-view.css' => 'b5e6be7f', 67 + 'rsrc/css/application/differential/changeset-view.css' => '3cef17bd', 68 68 'rsrc/css/application/differential/core.css' => '5b7b8ff4', 69 69 'rsrc/css/application/differential/phui-inline-comment.css' => 'ffd1a542', 70 70 'rsrc/css/application/differential/revision-comment.css' => '14b8565a', ··· 398 398 'rsrc/js/application/dashboard/behavior-dashboard-query-panel-select.js' => '453c5375', 399 399 'rsrc/js/application/dashboard/behavior-dashboard-tab-panel.js' => 'd4eecc63', 400 400 'rsrc/js/application/diff/DiffChangeset.js' => '99abf4cd', 401 - 'rsrc/js/application/diff/DiffChangesetList.js' => '79de07c6', 401 + 'rsrc/js/application/diff/DiffChangesetList.js' => 'cb1570cb', 402 402 'rsrc/js/application/diff/DiffInline.js' => '1bfa31c7', 403 403 'rsrc/js/application/diff/behavior-preview-link.js' => '051c7832', 404 404 'rsrc/js/application/differential/behavior-comment-preview.js' => '51c5ad07', ··· 564 564 'conpherence-thread-manager' => '4d863052', 565 565 'conpherence-transaction-css' => '85129c68', 566 566 'd3' => 'a11a5ff2', 567 - 'differential-changeset-view-css' => 'b5e6be7f', 567 + 'differential-changeset-view-css' => '3cef17bd', 568 568 'differential-core-view-css' => '5b7b8ff4', 569 569 'differential-revision-add-comment-css' => 'c47f8c40', 570 570 'differential-revision-comment-css' => '14b8565a', ··· 778 778 'phabricator-darkmessage' => 'c48cccdd', 779 779 'phabricator-dashboard-css' => 'fe5b1869', 780 780 'phabricator-diff-changeset' => '99abf4cd', 781 - 'phabricator-diff-changeset-list' => '79de07c6', 781 + 'phabricator-diff-changeset-list' => 'cb1570cb', 782 782 'phabricator-diff-inline' => '1bfa31c7', 783 783 'phabricator-drag-and-drop-file-upload' => '58dea2fa', 784 784 'phabricator-draggable-list' => 'bea6e7f4', ··· 1146 1146 'javelin-util', 1147 1147 'javelin-uri', 1148 1148 ), 1149 + '3cef17bd' => array( 1150 + 'phui-inline-comment-view-css', 1151 + ), 1149 1152 '3dbf94d5' => array( 1150 1153 'javelin-behavior', 1151 1154 'javelin-dom', ··· 1480 1483 'javelin-behavior', 1481 1484 'javelin-quicksand', 1482 1485 ), 1483 - '79de07c6' => array( 1484 - 'javelin-install', 1485 - 'phuix-button-view', 1486 - ), 1487 1486 '7a68dda3' => array( 1488 1487 'owners-path-editor', 1489 1488 'javelin-behavior', ··· 1815 1814 'javelin-dom', 1816 1815 'javelin-util', 1817 1816 ), 1818 - 'b5e6be7f' => array( 1819 - 'phui-inline-comment-view-css', 1820 - ), 1821 1817 'b6993408' => array( 1822 1818 'javelin-behavior', 1823 1819 'javelin-stratcom', ··· 1960 1956 ), 1961 1957 'cae95e89' => array( 1962 1958 'syntax-default-css', 1959 + ), 1960 + 'cb1570cb' => array( 1961 + 'javelin-install', 1962 + 'phuix-button-view', 1963 1963 ), 1964 1964 'ccf1cbf8' => array( 1965 1965 'javelin-install',
-4
webroot/rsrc/css/application/differential/changeset-view.css
··· 402 402 line-height: 28px; 403 403 } 404 404 405 - .diff-banner .phui-icon-view { 406 - margin-right: 4px; 407 - } 408 - 409 405 .diff-banner-path { 410 406 color: {$greytext}; 411 407 }
+2 -2
webroot/rsrc/js/application/diff/DiffChangesetList.js
··· 1610 1610 _getMenuButton: function() { 1611 1611 if (!this._menuButton) { 1612 1612 var button = new JX.PHUIXButtonView() 1613 - .setIcon('fa-gear') 1613 + .setIcon('fa-bars') 1614 1614 .setButtonType(JX.PHUIXButtonView.BUTTONTYPE_SIMPLE); 1615 1615 1616 1616 var dropdown = new JX.PHUIXDropdownMenu(button.getNode()); ··· 1659 1659 1660 1660 list.addItem( 1661 1661 new JX.PHUIXActionView() 1662 - .setIcon('fa-link') 1662 + .setIcon('fa-external-link') 1663 1663 .setName(pht('List Inline Comments')) 1664 1664 .setHref(this.getInlineListURI())); 1665 1665 }