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

Patch for comicbook viewer #4161

Merged
merged 8 commits into from
May 13, 2020
Merged

Patch for comicbook viewer #4161

merged 8 commits into from
May 13, 2020

Commits on May 13, 2020

  1. create effect for file stream: fix #2777

    Use this effect instead of the "file://" protocol
    btzr-io authored and Sean Yesmunt committed May 13, 2020
    Configuration menu
    Copy the full SHA
    6758b58 View commit details
    Browse the repository at this point in the history
  2. use a readable stream as file source

    btzr-io authored and Sean Yesmunt committed May 13, 2020
    Configuration menu
    Copy the full SHA
    a1effdb View commit details
    Browse the repository at this point in the history
  3. update comicbook viewer

    - convert to functional component
    - use hooks to load stream
    btzr-io authored and Sean Yesmunt committed May 13, 2020
    Configuration menu
    Copy the full SHA
    cf1be46 View commit details
    Browse the repository at this point in the history
  4. create effect to load blob from streaming url

    Use this on the web for files that need to wait for the full stream
    btzr-io authored and Sean Yesmunt committed May 13, 2020
    Configuration menu
    Copy the full SHA
    8d59b25 View commit details
    Browse the repository at this point in the history
  5. initial web support

    btzr-io authored and Sean Yesmunt committed May 13, 2020
    Configuration menu
    Copy the full SHA
    cffa381 View commit details
    Browse the repository at this point in the history
  6. prevent state updates after component unmounted

    btzr-io authored and Sean Yesmunt committed May 13, 2020
    Configuration menu
    Copy the full SHA
    0541c44 View commit details
    Browse the repository at this point in the history
  7. fix comic-book content-type detection

    always show viewer: fix #4141
    
    minor improvements for loading indicator
    btzr-io authored and Sean Yesmunt committed May 13, 2020
    Configuration menu
    Copy the full SHA
    68f0794 View commit details
    Browse the repository at this point in the history
  8. Update CHANGELOG.md

    btzr-io authored and Sean Yesmunt committed May 13, 2020
    Configuration menu
    Copy the full SHA
    d03aeea View commit details
    Browse the repository at this point in the history