mediawiki-extensions-Popups/.storybook
jdlrobson 140b1e5828 Settings cog should come from icon pack
To avoid continuously updating this cog, use the icon pack directly.
Use mw-ui-icon-small to control the size rather than custom CSS - this
reduces the amount of CSS overrides that are needed.
Also use `opacity` instead of icon SVG fill for coloring the icon. This
enables simple transition in interaction states.

Storybook: The settings cog will now be tied to the production icon.
Note for now this will not appear at all, as this code must first
have ridden the train. For local testing feel free to point to
localhost to verify this change.

Bug: T256504
Change-Id: I2a28666dbd644bb599146fabb84d148ff0167ed3
2020-11-12 05:57:57 -08:00
..
helpers eslint: Remove valid-jsdoc override 2019-08-15 08:00:24 +00:00
mocks Settings cog should come from icon pack 2020-11-12 05:57:57 -08:00
static/img Use local files for storybook 2019-12-12 11:28:27 -08:00
stories Publish storybook now we are using more modern node 2019-12-11 15:16:13 -08:00
.nvmrc Lower node version 2019-01-08 15:03:35 -08:00
addons.js
config.js Publish storybook now we are using more modern node 2019-12-11 15:16:13 -08: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 Storybook: Images should be relative uris 2019-12-13 01:42:13 +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.