Modernize Maniphest

Summary:
A few things
- pht Maniphest where I could
- implement dust background
- optimize pages for mobile
- adds aphront-two-column-layout
- reworks maniphest page with two column layout
- tweaks task table for mobile, though we should move to object-list-view

Stopping here as I want to get feedback in. Super excited about mobile and the new tasks views. Only sort of excited about the sidebar filters, they need more UI work, but we should talk about that.

Test Plan: Test Maniphest, Differential, and Homepage views. Sort tasks, make reports

Reviewers: epriestley, btrahan

Reviewed By: btrahan

CC: aran, Korvin

Differential Revision: https://secure.phabricator.com/D5314
This commit is contained in:
Chad Little
2013-03-12 23:30:03 -07:00
parent 9804dab799
commit df0c3df3cc
20 changed files with 432 additions and 390 deletions

View File

@@ -162,6 +162,7 @@ final class DifferentialRevisionListController extends DifferentialController {
$filter_form = id(new AphrontFormView())
->setMethod('GET')
->setNoShading(true)
->setAction('/differential/filter/'.$this->filter.'/')
->setUser($user);
foreach ($controls as $control) {
@@ -199,6 +200,7 @@ final class DifferentialRevisionListController extends DifferentialController {
$side_nav,
array(
'title' => pht('Differential Home'),
'dust' => true,
));
}