Skip to content
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

Fix/ddw 13 Fix all storybook issues #617

Merged

Conversation

DominikGuzei
Copy link
Member

This PR fixes all issue we had with storybook:

  • Fixed styling issues (wrong fonts) that happened because we didn't use react-polymorph correctly (imported the pre-themed components instead of raw)
  • Fixes broken stories that simply used wrong params etc.
  • Refactored resolver logic away from Transaction and TopBar components since we cannot use dynamic resolving within the browser! (that only works in node.js environments)

Copy link
Contributor

@nikolaglumac nikolaglumac left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@DominikGuzei there were some flow issues and also wrong imports which were crashing the app. I have fixed all now and also added a CHANGELOG entry.
This PR can be merged as soon as CI is finished.
Approved 👍

@nikolaglumac nikolaglumac changed the title [DDW-13] fix all storybook issues Fix/ddw 13 Fix all storybook issues Dec 22, 2017
@DominikGuzei DominikGuzei merged commit ab6aab0 into master Dec 28, 2017
@nikolaglumac nikolaglumac deleted the fix/DDW-13-fix-storybook-react-polymorph-styling-issues branch January 25, 2018 21:17
@darko-mijic darko-mijic mentioned this pull request Jan 31, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants