Page Menu
Home
Phabricator
Search
Configure Global Search
Log In
Files
F15423919
D11842.id28540.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Award Token
Flag For Later
Size
3 KB
Referenced Files
None
Subscribers
None
D11842.id28540.diff
View Options
diff --git a/resources/celerity/map.php b/resources/celerity/map.php
--- a/resources/celerity/map.php
+++ b/resources/celerity/map.php
@@ -7,7 +7,7 @@
*/
return array(
'names' => array(
- 'core.pkg.css' => '26a65a65',
+ 'core.pkg.css' => 'd31eec13',
'core.pkg.js' => '23d653bb',
'darkconsole.pkg.js' => '8ab24e01',
'differential.pkg.css' => '380f07e5',
@@ -25,7 +25,7 @@
'rsrc/css/aphront/multi-column.css' => '41a848c0',
'rsrc/css/aphront/notification.css' => '9c279160',
'rsrc/css/aphront/pager-view.css' => '2e3539af',
- 'rsrc/css/aphront/panel-view.css' => 'a5fee23a',
+ 'rsrc/css/aphront/panel-view.css' => '7e0c3a56',
'rsrc/css/aphront/phabricator-nav-view.css' => '7aeaf435',
'rsrc/css/aphront/table-view.css' => 'b22b7216',
'rsrc/css/aphront/tokenizer.css' => '82ce2142',
@@ -505,7 +505,7 @@
'aphront-list-filter-view-css' => '2ae43867',
'aphront-multi-column-view-css' => '41a848c0',
'aphront-pager-view-css' => '2e3539af',
- 'aphront-panel-view-css' => 'a5fee23a',
+ 'aphront-panel-view-css' => '7e0c3a56',
'aphront-table-view-css' => 'b22b7216',
'aphront-tokenizer-control-css' => '82ce2142',
'aphront-tooltip-css' => '4099b97e',
diff --git a/src/__phutil_library_map__.php b/src/__phutil_library_map__.php
--- a/src/__phutil_library_map__.php
+++ b/src/__phutil_library_map__.php
@@ -144,7 +144,6 @@
'AphrontJavelinView' => 'view/AphrontJavelinView.php',
'AphrontKeyboardShortcutsAvailableView' => 'view/widget/AphrontKeyboardShortcutsAvailableView.php',
'AphrontListFilterView' => 'view/layout/AphrontListFilterView.php',
- 'AphrontMiniPanelView' => 'view/layout/AphrontMiniPanelView.php',
'AphrontMoreView' => 'view/layout/AphrontMoreView.php',
'AphrontMultiColumnView' => 'view/layout/AphrontMultiColumnView.php',
'AphrontMySQLDatabaseConnectionTestCase' => 'infrastructure/storage/__tests__/AphrontMySQLDatabaseConnectionTestCase.php',
@@ -3293,7 +3292,6 @@
'AphrontJavelinView' => 'AphrontView',
'AphrontKeyboardShortcutsAvailableView' => 'AphrontView',
'AphrontListFilterView' => 'AphrontView',
- 'AphrontMiniPanelView' => 'AphrontView',
'AphrontMoreView' => 'AphrontView',
'AphrontMultiColumnView' => 'AphrontView',
'AphrontMySQLDatabaseConnectionTestCase' => 'PhabricatorTestCase',
diff --git a/src/applications/home/controller/PhabricatorHomeMainController.php b/src/applications/home/controller/PhabricatorHomeMainController.php
--- a/src/applications/home/controller/PhabricatorHomeMainController.php
+++ b/src/applications/home/controller/PhabricatorHomeMainController.php
@@ -327,7 +327,8 @@
}
private function renderMiniPanel($title, $body) {
- $panel = new AphrontMiniPanelView();
+ $panel = new PHUIErrorView();
+ $panel->setSeverity(PHUIErrorView::SEVERITY_NODATA);
$panel->appendChild(
phutil_tag(
'p',
diff --git a/src/view/layout/AphrontMiniPanelView.php b/src/view/layout/AphrontMiniPanelView.php
deleted file mode 100644
--- a/src/view/layout/AphrontMiniPanelView.php
+++ /dev/null
@@ -1,12 +0,0 @@
-<?php
-
-final class AphrontMiniPanelView extends AphrontView {
-
- public function render() {
- return phutil_tag(
- 'div',
- array('class' => 'aphront-mini-panel-view'),
- $this->renderChildren());
- }
-
-}
diff --git a/webroot/rsrc/css/aphront/panel-view.css b/webroot/rsrc/css/aphront/panel-view.css
--- a/webroot/rsrc/css/aphront/panel-view.css
+++ b/webroot/rsrc/css/aphront/panel-view.css
@@ -118,16 +118,3 @@
background: #ccffcc;
border-color: #669966;
}
-
-.aphront-mini-panel-view {
- background: #fff;
- padding: 10px;
- margin: 16px 16px 0 16px;
- border: 1px solid {$lightgreyborder};
- border-bottom: 1px solid {$greyborder};
-}
-
-.aphront-mini-panel-view p {
- font-size: 12px;
- color: {$greytext};
-}
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Sun, Mar 23, 7:27 PM (17 h, 7 s ago)
Storage Engine
blob
Storage Format
Encrypted (AES-256-CBC)
Storage Handle
7716115
Default Alt Text
D11842.id28540.diff (3 KB)
Attached To
Mode
D11842: Remove AphrontMiniPanelView
Attached
Detach File
Event Timeline
Log In to Comment