Skip to content

Commit

Permalink
[IMPROVE] Redesign Administration > Import (#17289)
Browse files Browse the repository at this point in the history
  • Loading branch information
tassoevan authored Apr 17, 2020
1 parent b644572 commit 7d769f6
Show file tree
Hide file tree
Showing 35 changed files with 1,147 additions and 1,118 deletions.
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

0 comments on commit 7d769f6

Please sign in to comment.