-
-
Notifications
You must be signed in to change notification settings - Fork 9.4k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add pop-out button to open preview in a new window #862
Comments
Comment by arunoda I think this should be a keyboard shortcut. Button would work too, if we can find a good place to put it. |
I suppose we could put it into this menu #867 |
Storybook relies on iframes to render stories, gpt map sizes, used to build responsive ads don't seem to work with it. This hack solves it for now until further developments on storybookjs/storybook#862
Storybook relies on iframes to render stories, gpt map sizes, used to build responsive ads don't seem to work with it. This hack solves it for now until further developments on storybookjs/storybook#862
Storybook relies on iframes to render stories, gpt map sizes, used to build responsive ads don't seem to work with it. This hack solves it for now until further developments on storybookjs/storybook#862
Storybook relies on iframes to render stories, gpt map sizes, used to build responsive ads don't seem to work with it. This hack solves it for now until further developments on storybookjs/storybook#862
Storybook relies on iframes to render stories, gpt map sizes, used to build responsive ads don't seem to work with it. This hack solves it for now until further developments on storybookjs/storybook#862
There's full-screen mode. So this would add a button to switch to full-screen mode.. because actually popping the preview out seems odd, what will take it's place? I would like a button that will open an additional preview. But that's an other issue #1335 Given @usulpro's PR is already open, and is larger in scope then this issue, I'm going to go ahead an close this. |
* feature: add gpt component with support for header biding * fix: deal with some issues in the gpt story * fix: render ad inside storybook Storybook relies on iframes to render stories, gpt map sizes, used to build responsive ads don't seem to work with it. This hack solves it for now until further developments on storybookjs/storybook#862 * chore: document gpt story hack * chore: add tests for gpt, pbjs and ad managers * chore: add more tests for ad manager * add more tests to ad-manager * fixes here and there (console.log, typos, etc) * classes instead of functions * corrected most comments [WIP] * snapshot test * change story to render two ads in article page * quick refactor on ad manager test * alternative using react broadcast * fix tests [WIP] * snapshot tests; pbjs config; tests adapted * fix: add missing react-broadcast dep * chore: redo initialisation checks on ad, gpt and pbjs managers * remove old test * fix: jest config on gpt component * chore: remove unneeded JSDOM dev dep * fix: add section as a prop of ad composer * fix: return on all callbacks * chore: lint gpt component * fix: network id should be a prop of AdManager * chore: add comments on gpt config * chore: use promises on the gpt, pbjs and ad managers * chore: remove errors on improper class usage * CC linting err fixed; adUnit as prop * remove new.target as class constructors need to be called with new anyway * chore: increase coverage * one more test * chore: update jest configuration * prebid settings unit tests * fix: change test assumption titles * fix: test message to remember to turn ad blocker off * fix: throw error if slot does not exist * fix: use storybook url and remove transform
* feature: add gpt component with support for header biding * fix: deal with some issues in the gpt story * fix: render ad inside storybook Storybook relies on iframes to render stories, gpt map sizes, used to build responsive ads don't seem to work with it. This hack solves it for now until further developments on storybookjs/storybook#862 * chore: document gpt story hack * chore: add tests for gpt, pbjs and ad managers * chore: add more tests for ad manager * add more tests to ad-manager * fixes here and there (console.log, typos, etc) * classes instead of functions * corrected most comments [WIP] * snapshot test * change story to render two ads in article page * quick refactor on ad manager test * alternative using react broadcast * fix tests [WIP] * snapshot tests; pbjs config; tests adapted * fix: add missing react-broadcast dep * chore: redo initialisation checks on ad, gpt and pbjs managers * remove old test * fix: jest config on gpt component * chore: remove unneeded JSDOM dev dep * fix: add section as a prop of ad composer * fix: return on all callbacks * chore: lint gpt component * fix: network id should be a prop of AdManager * chore: add comments on gpt config * chore: use promises on the gpt, pbjs and ad managers * chore: remove errors on improper class usage * CC linting err fixed; adUnit as prop * remove new.target as class constructors need to be called with new anyway * chore: increase coverage * one more test * chore: update jest configuration * prebid settings unit tests * fix: change test assumption titles * fix: test message to remember to turn ad blocker off * fix: throw error if slot does not exist * fix: use storybook url and remove transform
* feature: add gpt component with support for header biding * fix: deal with some issues in the gpt story * fix: render ad inside storybook Storybook relies on iframes to render stories, gpt map sizes, used to build responsive ads don't seem to work with it. This hack solves it for now until further developments on storybookjs/storybook#862 * chore: document gpt story hack * chore: add tests for gpt, pbjs and ad managers * chore: add more tests for ad manager * add more tests to ad-manager * fixes here and there (console.log, typos, etc) * classes instead of functions * corrected most comments [WIP] * snapshot test * change story to render two ads in article page * quick refactor on ad manager test * alternative using react broadcast * fix tests [WIP] * snapshot tests; pbjs config; tests adapted * fix: add missing react-broadcast dep * chore: redo initialisation checks on ad, gpt and pbjs managers * remove old test * fix: jest config on gpt component * chore: remove unneeded JSDOM dev dep * fix: add section as a prop of ad composer * fix: return on all callbacks * chore: lint gpt component * fix: network id should be a prop of AdManager * chore: add comments on gpt config * chore: use promises on the gpt, pbjs and ad managers * chore: remove errors on improper class usage * CC linting err fixed; adUnit as prop * remove new.target as class constructors need to be called with new anyway * chore: increase coverage * one more test * chore: update jest configuration * prebid settings unit tests * fix: change test assumption titles * fix: test message to remember to turn ad blocker off * fix: throw error if slot does not exist * fix: use storybook url and remove transform
Issue by mnmtanish
Saturday Jul 02, 2016 at 02:24 GMT
Originally opened as storybook-eol/storybook-ui#10
It seems it can be useful in some use-cases if we can use a new window for the preview instead of an iframe:
CC: @ritz078
The text was updated successfully, but these errors were encountered: