Skip to content

Commit

Permalink
feat: Adds the MetadataBar component (#21090)
Browse files Browse the repository at this point in the history
* feat: Adds the MetadataBar component

* Addresses comments
  • Loading branch information
michael-s-molina committed Aug 17, 2022
1 parent db7e2b2 commit 1517956
Show file tree
Hide file tree
Showing 13 changed files with 20,485 additions and 17,419 deletions.
1 change: 1 addition & 0 deletions superset-frontend/.eslintrc.js
Original file line number Diff line number Diff line change
Expand Up @@ -115,6 +115,7 @@ module.exports = {
'jsx-a11y/anchor-is-valid': 1,
'jsx-a11y/click-events-have-key-events': 0, // re-enable up for discussion
'jsx-a11y/mouse-events-have-key-events': 0, // re-enable up for discussion
'max-classes-per-file': 0,
'new-cap': 0,
'no-bitwise': 0,
'no-continue': 0,
Expand Down
4 changes: 2 additions & 2 deletions superset-frontend/.storybook/main.js
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ module.exports = {
builder: 'webpack5',
},
stories: [
'../src/@(components|common|filters|explore)/**/*.stories.@(t|j)sx',
'../src/@(components|common|filters|explore)/**/*.stories.@(tsx|jsx|mdx)',
],
addons: [
'@storybook/addon-essentials',
Expand All @@ -47,6 +47,6 @@ module.exports = {
plugins: [...config.plugins, ...customConfig.plugins],
}),
typescript: {
reactDocgen: 'none',
reactDocgen: 'react-docgen-typescript',
},
};
1 change: 1 addition & 0 deletions superset-frontend/.storybook/preview.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -66,4 +66,5 @@ addParameters({
method: 'alphabetical',
},
},
controls: { expanded: true },
});

0 comments on commit 1517956

Please sign in to comment.