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

Improve Dark Mode for older Conpherence messages loading box

Summary:
Use standard `{$gentle.highlight}` instead of a custom background color for `conpherence-show-more-messages`, like we already do for the box about larger task graphs since rP782ce04f or the older hidden task comments box since rPc1396441. Consistent colors are awesome.

Refs T15056

Test Plan:
* Go to http://phorge.localhost/settings/panel/display/ and set `Accessibility` to `Dark Mode (Experimental)`
* Create a Conpherence room with lots of messages
* Open that Conpherence room and scroll back in the messages until you get a "Show Older Messages" box

Reviewers: O1 Blessed Committers, valerio.bozzolan

Reviewed By: O1 Blessed Committers, valerio.bozzolan

Subscribers: tobiaswiese, valerio.bozzolan, Matthew, Cigaryno

Maniphest Tasks: T15056

Differential Revision: https://we.phorge.it/D26490

+4 -4
+3 -3
resources/celerity/map.php
··· 7 7 */ 8 8 return array( 9 9 'names' => array( 10 - 'conpherence.pkg.css' => 'beb13d57', 10 + 'conpherence.pkg.css' => 'b2d6f4b8', 11 11 'conpherence.pkg.js' => '020aebcf', 12 12 'core.pkg.css' => '96104c33', 13 13 'core.pkg.js' => '9250c090', ··· 50 50 'rsrc/css/application/conpherence/durable-column.css' => '236e57cc', 51 51 'rsrc/css/application/conpherence/header-pane.css' => 'c9a3db8e', 52 52 'rsrc/css/application/conpherence/menu.css' => '67f4680d', 53 - 'rsrc/css/application/conpherence/message-pane.css' => '21a238b9', 53 + 'rsrc/css/application/conpherence/message-pane.css' => '6c5bfa9d', 54 54 'rsrc/css/application/conpherence/notification.css' => '85c48def', 55 55 'rsrc/css/application/conpherence/participant-pane.css' => '69e0058a', 56 56 'rsrc/css/application/conpherence/transaction.css' => '3a3f5e7e', ··· 505 505 'conpherence-durable-column-view' => '236e57cc', 506 506 'conpherence-header-pane-css' => 'c9a3db8e', 507 507 'conpherence-menu-css' => '67f4680d', 508 - 'conpherence-message-pane-css' => '21a238b9', 508 + 'conpherence-message-pane-css' => '6c5bfa9d', 509 509 'conpherence-notification-css' => '85c48def', 510 510 'conpherence-participant-pane-css' => '69e0058a', 511 511 'conpherence-thread-manager' => 'aec8e38c',
+1 -1
webroot/rsrc/css/application/conpherence/message-pane.css
··· 40 40 41 41 .conpherence-show-more-messages { 42 42 display: block; 43 - background: #e0e3ec; 43 + background: {$gentle.highlight}; 44 44 margin: 10px; 45 45 text-align: center; 46 46 padding: 10px;