Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[IMPROVE] Redesign Administration > Import #17289

Merged
merged 15 commits into from
Apr 17, 2020
3 changes: 2 additions & 1 deletion .storybook/.babelrc
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@
"@babel/preset-flow"
],
"plugins": [
"@babel/plugin-proposal-class-properties"
"@babel/plugin-proposal-class-properties",
"@babel/plugin-proposal-optional-chaining"
]
}
8 changes: 2 additions & 6 deletions .storybook/config.js
Original file line number Diff line number Diff line change
@@ -1,16 +1,12 @@
import { withKnobs } from '@storybook/addon-knobs';
import { MINIMAL_VIEWPORTS, INITIAL_VIEWPORTS } from '@storybook/addon-viewport/dist/defaults';
import { MINIMAL_VIEWPORTS } from '@storybook/addon-viewport/dist/defaults';
import { addDecorator, addParameters, configure } from '@storybook/react';

import { rocketChatDecorator } from './mocks/decorators';

addParameters({
viewport: {
viewports: {
...MINIMAL_VIEWPORTS,
...INITIAL_VIEWPORTS,
},
defaultViewport: 'responsive',
viewports: MINIMAL_VIEWPORTS,
},
});

Expand Down
55 changes: 0 additions & 55 deletions app/importer/client/admin/adminImport.html

This file was deleted.

136 changes: 0 additions & 136 deletions app/importer/client/admin/adminImport.js

This file was deleted.

83 changes: 0 additions & 83 deletions app/importer/client/admin/adminImportNew.html

This file was deleted.

Loading