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

[Redesign] Fix Conpherence crumb border

Summary: Ref T8099, Adds a border to ConpherenceView, but not other Views. Removed some old styles.

Test Plan: Visit Conpherence Room, Thread, and Search.

Reviewers: btrahan, epriestley

Reviewed By: epriestley

Subscribers: Korvin, epriestley

Maniphest Tasks: T8099

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

+9 -5
+3 -3
resources/celerity/map.php
··· 7 7 */ 8 8 return array( 9 9 'names' => array( 10 - 'core.pkg.css' => 'f85a5ce0', 10 + 'core.pkg.css' => '72f566bb', 11 11 'core.pkg.js' => 'fbf1d615', 12 12 'darkconsole.pkg.js' => 'e7393ebb', 13 13 'differential.pkg.css' => '30602b8c', ··· 128 128 'rsrc/css/phui/phui-action-panel.css' => '3ee9afd5', 129 129 'rsrc/css/phui/phui-box.css' => 'a5bb366d', 130 130 'rsrc/css/phui/phui-button.css' => 'b995182d', 131 - 'rsrc/css/phui/phui-crumbs-view.css' => '3840dc4c', 131 + 'rsrc/css/phui/phui-crumbs-view.css' => 'ce840ec2', 132 132 'rsrc/css/phui/phui-document.css' => '8be7a5e3', 133 133 'rsrc/css/phui/phui-feed-story.css' => 'e5682f4c', 134 134 'rsrc/css/phui/phui-fontkit.css' => 'b664ac96', ··· 762 762 'phui-calendar-day-css' => 'd1cf6f93', 763 763 'phui-calendar-list-css' => 'c1c7f338', 764 764 'phui-calendar-month-css' => '476be7e0', 765 - 'phui-crumbs-view-css' => '3840dc4c', 765 + 'phui-crumbs-view-css' => 'ce840ec2', 766 766 'phui-document-view-css' => '8be7a5e3', 767 767 'phui-feed-story-css' => 'e5682f4c', 768 768 'phui-font-icon-base-css' => '3dad2ae3',
-1
src/applications/conpherence/controller/ConpherenceController.php
··· 44 44 45 45 protected function buildConpherenceApplicationCrumbs($is_rooms = false) { 46 46 $crumbs = parent::buildApplicationCrumbs(); 47 - $crumbs->setBorder(true); 48 47 49 48 if ($is_rooms) { 50 49 $crumbs
+6
src/applications/conpherence/controller/ConpherenceViewController.php
··· 9 9 return true; 10 10 } 11 11 12 + public function buildApplicationCrumbs() { 13 + $crumbs = $this->buildConpherenceApplicationCrumbs(); 14 + $crumbs->setBorder(true); 15 + return $crumbs; 16 + } 17 + 12 18 public function handleRequest(AphrontRequest $request) { 13 19 $user = $request->getUser(); 14 20
-1
webroot/rsrc/css/phui/phui-crumbs-view.css
··· 18 18 color: {$darkbluetext}; 19 19 font-weight: bold; 20 20 text-decoration: none; 21 - text-shadow: 0 1px 1px rgba(255, 255, 255, 0.9); 22 21 } 23 22 24 23 .device-phone .phui-crumbs-view {