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

Remove conpherence status on mobile

Summary: Thought I had added this, but maybe got reverted. Hides the status line on mobile.

Test Plan: Check tablet, desktop, and mobile. Don't see a status message.

Reviewers: epriestley

Reviewed By: epriestley

Subscribers: Korvin

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

+7 -3
+3 -3
resources/celerity/map.php
··· 7 7 */ 8 8 return array( 9 9 'names' => array( 10 - 'conpherence.pkg.css' => '5722975a', 10 + 'conpherence.pkg.css' => '4aa80958', 11 11 'conpherence.pkg.js' => '11f3e07e', 12 12 'core.pkg.css' => '2fd26498', 13 13 'core.pkg.js' => '1d376fa9', ··· 49 49 'rsrc/css/application/conpherence/durable-column.css' => '194ac487', 50 50 'rsrc/css/application/conpherence/header-pane.css' => '517de9fe', 51 51 'rsrc/css/application/conpherence/menu.css' => '78c7b811', 52 - 'rsrc/css/application/conpherence/message-pane.css' => '1b49960e', 52 + 'rsrc/css/application/conpherence/message-pane.css' => '60e10176', 53 53 'rsrc/css/application/conpherence/notification.css' => '6cdcc253', 54 54 'rsrc/css/application/conpherence/participant-pane.css' => '7bba0b56', 55 55 'rsrc/css/application/conpherence/transaction.css' => '46253e19', ··· 621 621 'conpherence-durable-column-view' => '194ac487', 622 622 'conpherence-header-pane-css' => '517de9fe', 623 623 'conpherence-menu-css' => '78c7b811', 624 - 'conpherence-message-pane-css' => '1b49960e', 624 + 'conpherence-message-pane-css' => '60e10176', 625 625 'conpherence-notification-css' => '6cdcc253', 626 626 'conpherence-participant-pane-css' => '7bba0b56', 627 627 'conpherence-thread-manager' => '01774ab2',
+4
webroot/rsrc/css/application/conpherence/message-pane.css
··· 108 108 left: 24px; 109 109 } 110 110 111 + .device .conpherence-room-status { 112 + display: none; 113 + } 114 + 111 115 .conpherence-no-pontificate .conpherence-message-pane .phui-form-view { 112 116 border-top: 1px solid {$thinblueborder}; 113 117 text-align: center;