mediawiki-extensions-Popups/.storybook
Jon Robson 9ee816a919 When extract is a string treat it as HTML
According to the docs:
The Element.append() method inserts a set of Node objects or string
objects after the last child of the Element.
String objects are inserted as equivalent Text nodes.

When given a string we want to treat these as HTML

Also fix the storybook which hinted at this being a problem
(incorrectly fixed in 504eefcc1)

Bug: T341318
Change-Id: I415c9821a6a37b45cf0f8a65f58a41bc7d0a042d
2023-07-07 10:09:28 -07:00
..
helpers When extract is a string treat it as HTML 2023-07-07 10:09:28 -07:00
mocks storybook: Remove unused reference to 'mediawiki.ui/variables' 2023-05-06 05:18:05 -07:00
static/img Handle clipped blockquote by adding blockquote fade out effect 2021-08-25 17:05:08 +00:00
stories Merge "Handle clipped blockquote by adding blockquote fade out effect" 2021-08-25 21:48:00 +00:00
main.js [Storybook] Upgrade Storybook to v6.2.9 2021-07-16 15:38:29 +00:00
README.md Publish storybook now we are using more modern node 2019-12-11 15:16:13 -08:00
storybook-resources.sh Import theme-wikimedia-ui.less for storybook build 2023-06-30 08:22:47 +02: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.