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

OSD (WIP) #119

Merged
merged 40 commits into from
May 17, 2018
Merged

OSD (WIP) #119

merged 40 commits into from
May 17, 2018

Conversation

btzr-io
Copy link
Contributor

@btzr-io btzr-io commented Apr 25, 2018

Todo

  • Pinch to Zoom Pinch to zoom #85
  • Fix drag / drop.
  • Upload / open files.
  • Connect unistore ( actions / reducers)
  • Embed api. Embed API #118 🎯
  • More fixes for redesign.
  • OpenSeaDragon integration 🎯
  • Connect settings.
  • Open actual comic files 🎯
  • Book-mode (display two pages)
  • Handle errors.

https://openseadragon.github.io/docs/OpenSeadragon.Viewer.html#.event:open-failed
https://openseadragon.github.io/docs/OpenSeadragon.Viewer.html#.event:add-item-failed

// Quick hack: (TODO) FIX IT!
const { bookMode, currentPage } = this.props.reader
const nextBookMode = nextProps.reader.bookMode
if (bookMode != nextBookMode) {
Copy link
Contributor Author

Choose a reason for hiding this comment

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

Not sure about this, needs a better way to handle this 😕

@btzr-io
Copy link
Contributor Author

btzr-io commented Apr 30, 2018

🎯 Performance should be a priority, I need to reduce component updates 😛

@workhorsy
Copy link
Owner

I just tried it out again. Loads comics and displays them in OSD. Good job! It is coming along nicely.

@workhorsy
Copy link
Owner

Do you want me to merge this?

@btzr-io
Copy link
Contributor Author

btzr-io commented May 15, 2018

@workhorsy I'm still working on this, I'll let you know when it's ready ✌️

@btzr-io
Copy link
Contributor Author

btzr-io commented May 17, 2018

@workhorsy I guess now you can merge this 👍

@workhorsy workhorsy merged commit 8d9bc49 into workhorsy:preact May 17, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants