Make default view of "Applications" app a full-page launcher

Summary:
This probably needs some tweaks, but the idea is to make it easier to browse and access applications without necessarily needing them to be on the homepage.

Open to feedback.

Test Plan:
(This screenshot merges "Organization", "Communication" and "Core" into a single "Core" group. We can't actually do this yet because it wrecks the homepage.)

{F160052}

Reviewers: btrahan, chad

Reviewed By: chad

Subscribers: epriestley

Maniphest Tasks: T5176

Differential Revision: https://secure.phabricator.com/D9297
This commit is contained in:
epriestley
2014-05-29 12:17:54 -07:00
parent 2f668493a0
commit 81d95cf682
51 changed files with 338 additions and 84 deletions

View File

@@ -1,10 +1,14 @@
<?php
final class PhabricatorApplicationEditController
extends PhabricatorApplicationsController{
extends PhabricatorApplicationsController {
private $application;
public function shouldRequireAdmin() {
return true;
}
public function willProcessRequest(array $data) {
$this->application = $data['application'];
}