Displaying 2 results from an estimated 2 matches for "action_buttons".
2020 Jul 28
2
Phabricator down for maintenance tonight
...4
> --- a/src/infrastructure/diff/view/PHUIDiffInlineCommentDetailView.php
> +++ b/src/infrastructure/diff/view/PHUIDiffInlineCommentDetailView.php
> @@ -214,6 +214,23 @@ final class PHUIDiffInlineCommentDetailView
> (!$is_synthetic);
>
> if ($can_reply) {
> + $action_buttons[] = id(new PHUIButtonView())
> + ->setTag('a')
> + ->setIcon('fa-reply')
> + ->setTooltip(pht('Reply'))
> + ->addSigil('differential-inline-reply')
> + ->setMustCapture(true)
> + ->setAural...
2020 Jul 28
2
Phabricator down for maintenance tonight
On Tue, Jul 28, 2020 at 11:04 AM MyDeveloper Day <mydeveloperday at gmail.com>
wrote:
> Out of interest are you keeping the local modifications in a fork of the
> Phabricator source (llvm-phabricator)? Firstly we should be keeping any
> changes we make in source control but also it's good to review those
> changes.
>
I didn't innovate, Manuel set it up originally and