Skip to content

Commit

Permalink
Bug 1866802 - Rename newtab's ASRouterAdmin to DiscoveryStreamAdmin a…
Browse files Browse the repository at this point in the history
…nd strip down to just Discovery Stream things. r=thecount,pdahiya

Differential Revision: https://phabricator.services.mozilla.com/D194813
  • Loading branch information
mikeconley committed Dec 13, 2023
1 parent a7ac21f commit c5da5d9
Show file tree
Hide file tree
Showing 15 changed files with 751 additions and 3,843 deletions.

This file was deleted.

This file was deleted.

This file was deleted.

Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ import {
actionCreators as ac,
actionTypes as at,
} from "common/Actions.sys.mjs";
import { ASRouterAdmin } from "content-src/components/ASRouterAdmin/ASRouterAdmin";
import { DiscoveryStreamAdmin } from "content-src/components/DiscoveryStreamAdmin/DiscoveryStreamAdmin";
import { ConfirmDialog } from "content-src/components/ConfirmDialog/ConfirmDialog";
import { connect } from "react-redux";
import { DiscoveryStreamBase } from "content-src/components/DiscoveryStreamBase/DiscoveryStreamBase";
Expand Down Expand Up @@ -93,7 +93,7 @@ export class _Base extends React.PureComponent {
<React.Fragment>
<BaseContent {...this.props} adminContent={this.state} />
{isDevtoolsEnabled ? (
<ASRouterAdmin notifyContent={this.notifyContent} />
<DiscoveryStreamAdmin notifyContent={this.notifyContent} />
) : null}
</React.Fragment>
</ErrorBoundary>
Expand Down
Loading

0 comments on commit c5da5d9

Please sign in to comment.