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

Hide extra rooms when you have too many in Conpherence

Summary: This probably stopped working when we switch to a standard nav view. Re-scope CSS. Also make scrolling to last room a little easier.

Test Plan: Make 20 rooms, see the old ones vanish. Click See More, scroll to bottom, click last room

Reviewers: epriestley

Reviewed By: epriestley

Subscribers: Korvin

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

+8 -4
+3 -3
resources/celerity/map.php
··· 7 7 */ 8 8 return array( 9 9 'names' => array( 10 - 'conpherence.pkg.css' => 'ffcfadf9', 10 + 'conpherence.pkg.css' => 'd2356a2b', 11 11 'conpherence.pkg.js' => '11f3e07e', 12 12 'core.pkg.css' => '3fa66cb3', 13 13 'core.pkg.js' => '30185d95', ··· 48 48 'rsrc/css/application/config/unhandled-exception.css' => '4c96257a', 49 49 'rsrc/css/application/conpherence/durable-column.css' => '44bcaa19', 50 50 'rsrc/css/application/conpherence/header-pane.css' => '517de9fe', 51 - 'rsrc/css/application/conpherence/menu.css' => '78c7b811', 51 + 'rsrc/css/application/conpherence/menu.css' => '4f51db5a', 52 52 'rsrc/css/application/conpherence/message-pane.css' => '0d7dff02', 53 53 'rsrc/css/application/conpherence/notification.css' => '965db05b', 54 54 'rsrc/css/application/conpherence/participant-pane.css' => '7bba0b56', ··· 620 620 'config-page-css' => '8798e14f', 621 621 'conpherence-durable-column-view' => '44bcaa19', 622 622 'conpherence-header-pane-css' => '517de9fe', 623 - 'conpherence-menu-css' => '78c7b811', 623 + 'conpherence-menu-css' => '4f51db5a', 624 624 'conpherence-message-pane-css' => '0d7dff02', 625 625 'conpherence-notification-css' => '965db05b', 626 626 'conpherence-participant-pane-css' => '7bba0b56',
+5 -1
webroot/rsrc/css/application/conpherence/menu.css
··· 26 26 padding: 4px 0 4px 8px; 27 27 } 28 28 29 - .conpherence-menu-pane .phui-list-item-view.hidden { 29 + .conpherence-menu-pane.phabricator-side-menu .phui-list-item-view.hidden { 30 30 display: none; 31 + } 32 + 33 + .phui-list-view.conpherence-menu { 34 + margin-bottom: 20px; 31 35 } 32 36 33 37 .conpherence-menu-pane.phabricator-side-menu .room-list-href {