mediawiki-extensions-Popups/.storybook
Noam Rosenthal 4492b54a44 Performance optimization for popup rendering
Reduce layout/style thrashing by measuring all required geometries
at event handler, not waiting for delays/redux/style changes.

Use CSS bottom instead of top, to avoid having to measure the popup
before positioning it, if it's placed above the link ("flippedY").

Disable some test cases that relied on implementation detail of using
"top" CSS.

Change-Id: Id0cbf506009b824d0fb6af4d6fe220e2f69aaaad
2020-11-30 17:33:07 +02:00
..
helpers Performance optimization for popup rendering 2020-11-30 17:33:07 +02: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 Performance optimization for popup rendering 2020-11-30 17:33:07 +02:00
.nvmrc Lower node version 2019-01-08 15:03:35 -08:00
addons.js Storybook.js for Popups 2019-01-08 14:19:00 +01:00
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.