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

feat(ui): lazy load modals #631

Merged
merged 2 commits into from May 11, 2019
Merged

feat(ui): lazy load modals #631

merged 2 commits into from May 11, 2019

Commits on May 11, 2019

  1. feat(ui): lazy load modals

    This uses React code splitting to only load modal content components if they are used - all modal components will be loaded the first time user open a modal, rather than on initial page load
    prymitive committed May 11, 2019
    Copy the full SHA
    eb1181c View commit details
    Browse the repository at this point in the history
  2. fix(ui): remove pointless prop definition

    It's defined on Tooltip instead of the wrapper and it's not needed
    prymitive committed May 11, 2019
    Copy the full SHA
    e2dc16b View commit details
    Browse the repository at this point in the history