Skip to content

Commit e0c33f3

Browse files
authored
Merge pull request #105 from saucal/feature/refactor-plugin-navigation
Feature/refactor plugin navigation
2 parents 3598d18 + b38e6f7 commit e0c33f3

54 files changed

Lines changed: 36088 additions & 1022 deletions

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,13 +10,16 @@ import SyncState from './sections/SyncState';
1010
import SyncIssues from './sections/SyncIssues';
1111
import TransientNotices from './components/TransientNotices';
1212
import { useCreateNotice } from './helpers/effects';
13+
import NavigationClassic from '../components/navigation-classic';
1314

14-
const App = () => {
15+
const CatalogSyncApp = () => {
1516
useCreateNotice( wcSettings.pin4wc.error );
1617

1718
return (
1819
<div className="woocommerce-layout">
19-
<div className="woocommerce-layout__main">
20+
<div className="woocommerce-layout__main pin4wc-catalog-sync">
21+
<NavigationClassic />
22+
2023
<TransientNotices />
2124
<div className="pin4wc-catalog-sync__container">
2225
<SyncState />
@@ -27,4 +30,4 @@ const App = () => {
2730
);
2831
};
2932

30-
export default App;
33+
export default CatalogSyncApp;

assets/source/catalog-sync/app/style.scss

Lines changed: 0 additions & 123 deletions
This file was deleted.

assets/source/catalog-sync/app/components/TransientNotices/index.js renamed to assets/source/catalog-sync/components/TransientNotices/index.js

File renamed without changes.

assets/source/catalog-sync/app/components/TransientNotices/style.scss renamed to assets/source/catalog-sync/components/TransientNotices/style.scss

File renamed without changes.
File renamed without changes.

assets/source/catalog-sync/app/data/reports/action-types.js renamed to assets/source/catalog-sync/data/reports/action-types.js

File renamed without changes.
File renamed without changes.

assets/source/catalog-sync/app/data/reports/constants.js renamed to assets/source/catalog-sync/data/reports/constants.js

File renamed without changes.
File renamed without changes.
File renamed without changes.

0 commit comments

Comments
 (0)