Herald - Kill Tabs

Summary: makes a nice side filter for most UI elements.  only place this getds a
little funky is on the test console; a second, inner filter list appears for the
"affected" filters.

Test Plan: viewed each side filter and verified ui.  for each filter, interacted
with the ui and made sure things looked right and there were no errors

Reviewers: epriestley

Reviewed By: epriestley

CC: aran, epriestley

Maniphest Tasks: T631

Differential Revision: https://secure.phabricator.com/D1289
This commit is contained in:
Bob Trahan
2011-12-16 13:29:32 -08:00
parent efb0fa739f
commit 46baa3b7ae
11 changed files with 100 additions and 48 deletions

View File

@@ -26,6 +26,10 @@ class HeraldTranscriptController extends HeraldController {
private $filter;
private $handles;
public function getFilter() {
return 'transcript';
}
public function willProcessRequest(array $data) {
$this->id = $data['id'];
$map = $this->getFilterMap();