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

Move inline anchors up, to dolumn-level

Summary:
Fixes T8420. Now that hidden inlines no longer fold into a big clump, anchors can just jump to them in a normal way.

Move the anchors up a smidge so thing work.

Test Plan: Clicked an anchor pointed at a hidden inline, ended up in the right place.

Reviewers: chad

Reviewed By: chad

Maniphest Tasks: T8420

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

+1 -1
+1 -1
src/infrastructure/diff/view/PHUIDiffInlineCommentDetailView.php
··· 405 405 'class' => 'inline-head-right', 406 406 ), 407 407 array( 408 - $anchor, 409 408 $done_button, 410 409 $links, 411 410 $actions, ··· 445 444 pht('...')); 446 445 447 446 return array( 447 + $anchor, 448 448 $markup, 449 449 $summary, 450 450 );