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

Fix token CSS

Summary: This got caught in the crossfire when I swapped menus for PHUIIconView.

Test Plan: {F43206}

Reviewers: btrahan, chad

Reviewed By: btrahan

CC: aran

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

+5 -1
+1 -1
src/__celerity_resource_map__.php
··· 4001 4001 ), 4002 4002 'tokens-css' => 4003 4003 array( 4004 - 'uri' => '/res/1699df7d/rsrc/css/application/tokens/tokens.css', 4004 + 'uri' => '/res/8def7753/rsrc/css/application/tokens/tokens.css', 4005 4005 'type' => 'css', 4006 4006 'requires' => 4007 4007 array(
+4
webroot/rsrc/css/application/tokens/tokens.css
··· 18 18 .token-grid { 19 19 text-align: center; 20 20 } 21 + 22 + .phui-icon-view.sprite-tokens { 23 + display: inline-block; 24 + }