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

Default Conpherence to Source Sans Pro

Summary: Main plan is to give conversations in Conpherence or Durable Column a different, lighter, chatty feel like Phriction.

Test Plan:
Tested a couple of threads and remarkup styles.

{F278086}

Reviewers: btrahan, epriestley

Reviewed By: epriestley

Subscribers: Korvin, epriestley

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

+10 -7
+2 -2
resources/celerity/map.php
··· 47 47 'rsrc/css/application/config/setup-issue.css' => '8f852bc0', 48 48 'rsrc/css/application/config/unhandled-exception.css' => '37d4f9a2', 49 49 'rsrc/css/application/conpherence/menu.css' => '73774137', 50 - 'rsrc/css/application/conpherence/message-pane.css' => '684d1b80', 50 + 'rsrc/css/application/conpherence/message-pane.css' => 'cd4b74dc', 51 51 'rsrc/css/application/conpherence/notification.css' => '04a6e10a', 52 52 'rsrc/css/application/conpherence/update.css' => '1099a660', 53 53 'rsrc/css/application/conpherence/widget-pane.css' => '3d575438', ··· 511 511 'config-options-css' => '7fedf08b', 512 512 'config-welcome-css' => 'b0d16200', 513 513 'conpherence-menu-css' => '73774137', 514 - 'conpherence-message-pane-css' => '684d1b80', 514 + 'conpherence-message-pane-css' => 'cd4b74dc', 515 515 'conpherence-notification-css' => '04a6e10a', 516 516 'conpherence-update-css' => '1099a660', 517 517 'conpherence-widget-pane-css' => '3d575438',
+4 -1
src/applications/conpherence/view/ConpherenceLayoutView.php
··· 54 54 require_celerity_resource('conpherence-message-pane-css'); 55 55 require_celerity_resource('conpherence-widget-pane-css'); 56 56 57 + require_celerity_resource('phui-fontkit-css'); 58 + require_celerity_resource('font-source-sans-pro'); 59 + 57 60 $layout_id = celerity_generate_unique_node_id(); 58 61 59 62 $selected_id = null; ··· 207 210 javelin_tag( 208 211 'div', 209 212 array( 210 - 'class' => 'conpherence-message-pane', 213 + 'class' => 'conpherence-message-pane phui-font-source-sans', 211 214 'id' => 'conpherence-message-pane', 212 215 'sigil' => 'conpherence-message-pane', 213 216 ),
+4 -4
webroot/rsrc/css/application/conpherence/message-pane.css
··· 136 136 137 137 .conpherence-message-pane .date-marker { 138 138 border-top: 1px solid #d7d7d7; 139 - margin: 5px 15px; 139 + margin: 12px 15px 4px; 140 140 min-height: auto; 141 141 } 142 142 .device-phone .conpherence-message-pane .date-marker { ··· 144 144 } 145 145 .conpherence-message-pane .date-marker .date { 146 146 position: relative; 147 - top: -8px; 147 + top: -11px; 148 148 left: 40px; 149 149 background-color: #FFF; 150 - color: #bfbfbf; 151 - font-size: 11px; 150 + color: {$bluetext}; 151 + font-size: 12px; 152 152 padding: 0px 5px; 153 153 } 154 154 .device-phone .conpherence-message-pane .phabricator-transaction-detail {