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

Fixing issue and improved network performance and added loader etc.. #182

Open
wants to merge 9 commits into
base: master
Choose a base branch
from
Open

Commits on Mar 31, 2020

  1. fix(warning): Can't perform a React state update on an unmounted comp…

    …onent. This is a no-op, but it indicates a memory leak in your application. To fix, cancel all subscriptions and asynchronous tasks in a useEffect cleanup function fix(styled-component): To resolve this only create new Styled Components outside of any render method and function component improved(rendering): Very slow network rendering (almende/vis#3187)
    rjoydip committed Mar 31, 2020
    Configuration menu
    Copy the full SHA
    a5d7c52 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    8fe4d5d View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    c647e71 View commit details
    Browse the repository at this point in the history
  4. fix: loader

    rjoydip committed Mar 31, 2020
    Configuration menu
    Copy the full SHA
    71b9373 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    d638740 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    be333da View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    19a10f8 View commit details
    Browse the repository at this point in the history

Commits on Apr 1, 2020

  1. refactor(icon): from png > svg improved(render): network performance …

    …improved due to svg use refactor(img): image folder refactor
    rjoydip committed Apr 1, 2020
    Configuration menu
    Copy the full SHA
    9faf189 View commit details
    Browse the repository at this point in the history
  2. loader added on top left

    rjoydip committed Apr 1, 2020
    Configuration menu
    Copy the full SHA
    9be9f2a View commit details
    Browse the repository at this point in the history