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

Normalize 'conpherence-edited' UI between full and column

Summary: Normalizes size and colors. Default to non-bold names, grey text, and hide the time in column. Also re-evaluated header spacing in Photoshop.

Test Plan: Lots of photoshop, tested full in desktop, mobile and tablet and normal durable column. This was sadly 2 hours of work.

Reviewers: epriestley

Subscribers: Korvin, epriestley

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

+31 -13
+4 -4
resources/celerity/map.php
··· 44 44 'rsrc/css/application/config/config-welcome.css' => '6abd79be', 45 45 'rsrc/css/application/config/setup-issue.css' => '22270af2', 46 46 'rsrc/css/application/config/unhandled-exception.css' => '37d4f9a2', 47 - 'rsrc/css/application/conpherence/durable-column.css' => '8c951609', 47 + 'rsrc/css/application/conpherence/durable-column.css' => 'a27580c5', 48 48 'rsrc/css/application/conpherence/menu.css' => 'c6ac5299', 49 - 'rsrc/css/application/conpherence/message-pane.css' => '5930260a', 49 + 'rsrc/css/application/conpherence/message-pane.css' => '2526107d', 50 50 'rsrc/css/application/conpherence/notification.css' => '04a6e10a', 51 51 'rsrc/css/application/conpherence/update.css' => '1099a660', 52 52 'rsrc/css/application/conpherence/widget-pane.css' => '3d575438', ··· 513 513 'changeset-view-manager' => '88be0133', 514 514 'config-options-css' => '7fedf08b', 515 515 'config-welcome-css' => '6abd79be', 516 - 'conpherence-durable-column-view' => '8c951609', 516 + 'conpherence-durable-column-view' => 'a27580c5', 517 517 'conpherence-menu-css' => 'c6ac5299', 518 - 'conpherence-message-pane-css' => '5930260a', 518 + 'conpherence-message-pane-css' => '2526107d', 519 519 'conpherence-notification-css' => '04a6e10a', 520 520 'conpherence-thread-manager' => '0324970d', 521 521 'conpherence-update-css' => '1099a660',
+12 -2
webroot/rsrc/css/application/conpherence/durable-column.css
··· 128 128 padding: 8px 12px 0; 129 129 } 130 130 131 + .conpherence-durable-column-transactions .conpherence-edited { 132 + color: {$lightgreytext}; 133 + font-size: 12px; 134 + margin: 0; 135 + } 136 + 137 + .conpherence-durable-column-transactions .conpherence-edited 138 + .phabricator-transaction-header { 139 + display: none; 140 + } 141 + 131 142 .conpherence-durable-column-transactions .phabricator-transaction-view { 132 143 background: none; 133 144 margin: 0; ··· 149 160 .conpherence-durable-column-transactions .phabricator-transaction-detail 150 161 .phabricator-transaction-header { 151 162 background: none; 152 - padding: 0 0 4px 0; 163 + padding: 0 0 2px 0; 153 164 } 154 165 155 166 .conpherence-durable-column-transactions .date-marker { ··· 182 193 183 194 .conpherence-durable-column-transactions .phabricator-transaction-detail 184 195 .phabricator-transaction-content .phui-link-person { 185 - font-weight: bold; 186 196 color: {$darkbluetext}; 187 197 } 188 198
+15 -7
webroot/rsrc/css/application/conpherence/message-pane.css
··· 161 161 font-size: 12px; 162 162 padding: 0px 5px; 163 163 } 164 + 164 165 .device-phone .conpherence-message-pane .phabricator-transaction-detail { 165 166 min-height: auto; 166 167 } 167 168 168 - .conpherence-message-pane .conpherence-edited { 169 + .conpherence-message-pane .conpherence-edited .phabricator-transaction-content { 169 170 color: {$lightgreytext}; 171 + font-size: 13px; 170 172 margin: 0; 173 + padding: 0; 174 + float: left; 175 + } 176 + 177 + .conpherence-message-pane .conpherence-edited .phabricator-transaction-header { 178 + float: right; 179 + } 180 + 181 + .conpherence-message-pane .conpherence-edited { 182 + padding-top: 12px; 171 183 } 172 184 173 185 .device-phone .conpherence-message-pane .conpherence-edited { ··· 175 187 margin: 0 10px; 176 188 } 177 189 178 - .conpherence-message-pane .conpherence-edited .phabricator-transaction-content { 179 - padding: 0 0 4px 45px; 180 - } 181 - 182 190 .conpherence-message-pane .conpherence-edited 183 191 .phabricator-transaction-content a { 184 - font-weight: bold; 185 192 color: {$darkbluetext}; 186 193 } 187 194 ··· 192 199 193 200 .conpherence-message-pane .phabricator-transaction-info, 194 201 .conpherence-message-pane .phabricator-content-source-view { 195 - color: #b7b7b7; 202 + color: {$lightbluetext}; 196 203 line-height: 16px; 204 + font-size: 12px; 197 205 } 198 206 199 207 .conpherence-message-pane .phabricator-transaction-header,