DetailSidebar
Summary: - rename `SonarSidebar` to `DetailSidebar` - rename portal id from `#sonarSidebar` to `#detailSidebar` Reviewed By: passy Differential Revision: D9851703 fbshipit-source-id: 2d904d17b0c6255a2ec3a79f0ada9bf621693c2e
This commit is contained in:
committed by
Facebook Github Bot
parent
e360654b28
commit
df0a0da744
@@ -21,7 +21,7 @@ import {
|
||||
SearchBox,
|
||||
SearchInput,
|
||||
SearchIcon,
|
||||
SonarSidebar,
|
||||
DetailSidebar,
|
||||
VerticalRule,
|
||||
Popover,
|
||||
ToggleButton,
|
||||
@@ -1229,7 +1229,7 @@ export default class Layout extends FlipperPlugin<InspectorState> {
|
||||
/>
|
||||
) : null}
|
||||
</FlexRow>
|
||||
<SonarSidebar>{this.renderSidebar()}</SonarSidebar>
|
||||
<DetailSidebar>{this.renderSidebar()}</DetailSidebar>
|
||||
</FlexColumn>
|
||||
);
|
||||
}
|
||||
|
||||
@@ -15,7 +15,7 @@ import {
|
||||
Glyph,
|
||||
colors,
|
||||
PureComponent,
|
||||
SonarSidebar,
|
||||
DetailSidebar,
|
||||
styled,
|
||||
} from 'flipper';
|
||||
import {FlipperPlugin, SearchableTable} from 'flipper';
|
||||
@@ -177,7 +177,7 @@ export default class extends FlipperPlugin<State, *, PersistedState> {
|
||||
clear={this.clearLogs}
|
||||
onRowHighlighted={this.onRowHighlighted}
|
||||
/>
|
||||
<SonarSidebar>{this.renderSidebar()}</SonarSidebar>
|
||||
<DetailSidebar>{this.renderSidebar()}</DetailSidebar>
|
||||
</FlexColumn>
|
||||
);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user