Page MenuHomePhabricator

Remove remaining AphrontPanelViews
Closed, ResolvedPublic

Description

Only a handful or two of these, that should be other UI elements at this point.

src/applications/diffusion/controller/DiffusionBranchTableController.php:      $panel = id(new AphrontP
src/applications/diffusion/controller/DiffusionBrowseDirectoryController.php:      $browse_panel = new 
src/applications/diffusion/controller/DiffusionCommitController.php:    $panel = new AphrontPanelView()
src/applications/diffusion/controller/DiffusionExternalController.php:      $content = new AphrontPanel
src/applications/diffusion/controller/DiffusionHistoryController.php:    $history_panel = new AphrontPa
src/applications/diffusion/controller/DiffusionLintController.php:    $content[] = id(new AphrontPanelV
src/applications/diffusion/controller/DiffusionLintDetailsController.php:    $content[] = id(new Aphron
src/applications/diffusion/controller/DiffusionSymbolController.php:    $panel = new AphrontPanelView()
src/applications/diffusion/controller/DiffusionTagListController.php:      $panel = id(new AphrontPanel
src/applications/people/controller/PhabricatorPeopleLdapController.php:    $panel = new AphrontPanelVie
src/applications/repository/controller/PhabricatorRepositoryArcanistProjectEditController.php:    $pane
src/applications/repository/controller/PhabricatorRepositoryArcanistProjectEditController.php:    $pane
src/applications/repository/controller/PhabricatorRepositoryListController.php:    $panel = new Aphront
src/applications/repository/controller/PhabricatorRepositoryListController.php:    $project_panel = new
src/view/layout/AphrontPanelView.php:final class AphrontPanelView extends AphrontView {

Event Timeline

chad claimed this task.
chad raised the priority of this task from to Low.
chad updated the task description. (Show Details)
chad added a project: Design.
chad added a subscriber: chad.

This View is removed.