mediawiki-extensions-Popups/.storybook
Jan Drewniak 1e04551b1c [Storybook] Removing custom CSS grid and addons from Storybook
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
2021-07-14 12:54:55 +02:00
..
helpers [Storybook] Removing custom CSS grid and addons from Storybook 2021-07-14 12:54:55 +02:00
mocks [Storybook] Removing custom CSS grid and addons from Storybook 2021-07-14 12:54:55 +02:00
static/img Fix setting button placement in article preview 2021-04-28 15:24:45 -05:00
stories [Storybook] Removing custom CSS grid and addons from Storybook 2021-07-14 12:54:55 +02:00
.nvmrc Lower node version 2019-01-08 15:03:35 -08:00
config.js [Storybook] Removing custom CSS grid and addons from Storybook 2021-07-14 12:54:55 +02:00
README.md Publish storybook now we are using more modern node 2019-12-11 15:16:13 -08:00
storybook-resources.sh Settings cog should come from icon pack 2020-11-12 05:57:57 -08:00
webpack.config.js webpack.config.js: remove stray tab 2021-07-07 06:43:07 +00:00

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.