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

Update slowvote for new edit UI

Summary: Updates UI

Test Plan: open new poll

Reviewers: epriestley

Reviewed By: epriestley

Spies: Korvin

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

+2 -7
+2 -7
src/applications/slowvote/controller/PhabricatorSlowvoteEditController.php
··· 269 269 $crumbs->setBorder(true); 270 270 271 271 $form_box = id(new PHUIObjectBoxView()) 272 - ->setHeaderText(pht('Poll')) 272 + ->setHeaderText($title) 273 273 ->setFormErrors($errors) 274 - ->setBackground(PHUIObjectBoxView::BLUE_PROPERTY) 274 + ->setBackground(PHUIObjectBoxView::WHITE_CONFIG) 275 275 ->setForm($form); 276 276 277 - $header = id(new PHUIHeaderView()) 278 - ->setHeader($title) 279 - ->setHeaderIcon($header_icon); 280 - 281 277 $view = id(new PHUITwoColumnView()) 282 - ->setHeader($header) 283 278 ->setFooter($form_box); 284 279 285 280 return $this->newPage()