mirror of
https://gerrit.wikimedia.org/r/mediawiki/extensions/Popups
synced 2024-11-23 15:16:50 +00:00
1e04551b1c
Removes the following add-ons and their configuration from Storybook: - addon-cssresources - addon-knobs - addon-options This will hopefully ease the upgrade to Storybook 6. Removes the custom CSS grid used to position previews within the Storybook instance in favour of a flexbox layout. This simplifies the creation of previews for Storybook. This change requires us to to add relative positioning to `.mwe-popups-container` so that the footer is correctly positioned in the popup without absolute positioning. This positioning has been moved to be Storybook specific to avoid an regressions in production. Bug: T271763 Change-Id: I9a97291cb4bca7d4cc60dad232a60f6f92c0adea |
||
---|---|---|
.. | ||
helpers | ||
mocks | ||
static/img | ||
stories | ||
.nvmrc | ||
config.js | ||
README.md | ||
storybook-resources.sh | ||
webpack.config.js |
StoryPops - Storybook for Popups
This "mini-project" contains all the dependencies and code to run a Storybook app (https://storybook.js.org/) for the Popups repository.