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

Add "device ready" flag to standalone dialog pages

Summary: Fixes T5541. Standalone dialog pages, including the high-security auth page, should all work fine on mobile.

Test Plan: {F173598}

Reviewers: chad, joshuaspence

Reviewed By: joshuaspence

Subscribers: epriestley

Maniphest Tasks: T5541

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

+1
+1
src/applications/base/controller/PhabricatorController.php
··· 350 350 $view = id(new PhabricatorStandardPageView()) 351 351 ->setRequest($request) 352 352 ->setController($this) 353 + ->setDeviceReady(true) 353 354 ->setTitle($title) 354 355 ->appendChild($page_content); 355 356