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

What are these, badges for ants?

Summary: Movw smaller badge CSS to just timeline, also slightly more smallerlike.

Test Plan: timeline, hovercards, badges app

Reviewers: epriestley

Reviewed By: epriestley

Subscribers: epriestley, Korvin

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

+22 -22
+7 -7
resources/celerity/map.php
··· 7 7 */ 8 8 return array( 9 9 'names' => array( 10 - 'core.pkg.css' => 'f79ebe46', 10 + 'core.pkg.css' => 'b7d43de8', 11 11 'core.pkg.js' => 'a590b451', 12 12 'darkconsole.pkg.js' => 'e7393ebb', 13 13 'differential.pkg.css' => '9451634c', ··· 117 117 'rsrc/css/font/font-roboto-slab.css' => 'f24a53cb', 118 118 'rsrc/css/font/phui-font-icon-base.css' => '3dad2ae3', 119 119 'rsrc/css/layout/phabricator-filetree-view.css' => 'fccf9f82', 120 - 'rsrc/css/layout/phabricator-hovercard-view.css' => '2ca21170', 120 + 'rsrc/css/layout/phabricator-hovercard-view.css' => '1239cd52', 121 121 'rsrc/css/layout/phabricator-side-menu-view.css' => 'bec2458e', 122 122 'rsrc/css/layout/phabricator-source-code-view.css' => '5e0178de', 123 123 'rsrc/css/phui/calendar/phui-calendar-day.css' => 'd1cf6f93', ··· 126 126 'rsrc/css/phui/calendar/phui-calendar.css' => 'ccabe893', 127 127 'rsrc/css/phui/phui-action-list.css' => 'c5eba19d', 128 128 'rsrc/css/phui/phui-action-panel.css' => '3ee9afd5', 129 - 'rsrc/css/phui/phui-badge.css' => '26db39af', 129 + 'rsrc/css/phui/phui-badge.css' => 'b6218fa8', 130 130 'rsrc/css/phui/phui-box.css' => 'a5bb366d', 131 131 'rsrc/css/phui/phui-button.css' => '16020a60', 132 132 'rsrc/css/phui/phui-crumbs-view.css' => 'd842f867', ··· 151 151 'rsrc/css/phui/phui-status.css' => '888cedb8', 152 152 'rsrc/css/phui/phui-tag-view.css' => '402691cc', 153 153 'rsrc/css/phui/phui-text.css' => 'cf019f54', 154 - 'rsrc/css/phui/phui-timeline-view.css' => 'fc23e7b7', 154 + 'rsrc/css/phui/phui-timeline-view.css' => 'f1bccf73', 155 155 'rsrc/css/phui/phui-workboard-view.css' => '6a20991a', 156 156 'rsrc/css/phui/phui-workpanel-view.css' => '8cebb2b1', 157 157 'rsrc/css/sprite-login.css' => '1ebb9bf9', ··· 732 732 'phabricator-filetree-view-css' => 'fccf9f82', 733 733 'phabricator-flag-css' => '5337623f', 734 734 'phabricator-hovercard' => '14ac66f5', 735 - 'phabricator-hovercard-view-css' => '2ca21170', 735 + 'phabricator-hovercard-view-css' => '1239cd52', 736 736 'phabricator-keyboard-shortcut' => '1ae869f2', 737 737 'phabricator-keyboard-shortcut-manager' => 'c1700f6f', 738 738 'phabricator-main-menu-view' => '2f670a96', ··· 775 775 'phrequent-css' => 'ffc185ad', 776 776 'phriction-document-css' => 'd1861e06', 777 777 'phui-action-panel-css' => '3ee9afd5', 778 - 'phui-badge-view-css' => '26db39af', 778 + 'phui-badge-view-css' => 'b6218fa8', 779 779 'phui-box-css' => 'a5bb366d', 780 780 'phui-button-css' => '16020a60', 781 781 'phui-calendar-css' => 'ccabe893', ··· 807 807 'phui-tag-view-css' => '402691cc', 808 808 'phui-text-css' => 'cf019f54', 809 809 'phui-theme-css' => '6b451f24', 810 - 'phui-timeline-view-css' => 'fc23e7b7', 810 + 'phui-timeline-view-css' => 'f1bccf73', 811 811 'phui-workboard-view-css' => '6a20991a', 812 812 'phui-workpanel-view-css' => '8cebb2b1', 813 813 'phuix-action-list-view' => 'b5c256b8',
-10
webroot/rsrc/css/layout/phabricator-hovercard-view.css
··· 91 91 float: left; 92 92 } 93 93 94 - .hovercard-badges .phui-badge-mini { 95 - height: 25px; 96 - width: 25px; 97 - line-height: 24px; 98 - } 99 - 100 - .hovercard-badges .phui-badge-mini .phui-icon-view { 101 - font-size: 12px; 102 - } 103 - 104 94 .phabricator-hovercard-tail { 105 95 width: 396px; 106 96 float: left;
+5 -5
webroot/rsrc/css/phui/phui-badge.css
··· 171 171 .phui-badge-mini { 172 172 background-color: {$greyborder}; 173 173 border-radius: 18px; 174 - height: 20px; 175 - width: 20px; 176 - line-height: 19px; 174 + height: 25px; 175 + width: 25px; 176 + line-height: 24px; 177 177 text-align: center; 178 178 display: inline-block; 179 - opacity: 0.8; 179 + opacity: 0.7; 180 180 } 181 181 182 182 .phui-badge-mini:hover { ··· 185 185 186 186 .phui-badge-mini .phui-icon-view { 187 187 color: #fff; 188 - font-size: 10px; 188 + font-size: 12px; 189 189 margin: 0; 190 190 } 191 191
+10
webroot/rsrc/css/phui/phui-timeline-view.css
··· 395 395 top: 52px; 396 396 width: 54px; 397 397 } 398 + 399 + .phui-timeline-badges .phui-badge-mini { 400 + height: 18px; 401 + width: 18px; 402 + line-height: 16px; 403 + } 404 + 405 + .phui-timeline-badges .phui-badge-mini .phui-icon-view { 406 + font-size: 10px; 407 + }