-
Notifications
You must be signed in to change notification settings - Fork 7
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
OSD (WIP) #119
Conversation
init OSD implementation
// Quick hack: (TODO) FIX IT! | ||
const { bookMode, currentPage } = this.props.reader | ||
const nextBookMode = nextProps.reader.bookMode | ||
if (bookMode != nextBookMode) { |
There was a problem hiding this comment.
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 😕
🎯 Performance should be a priority, I need to reduce component updates 😛 |
Made view wait for worker to load archive formats on load.
I just tried it out again. Loads comics and displays them in OSD. Good job! It is coming along nicely. |
Do you want me to merge this? |
@workhorsy I'm still working on this, I'll let you know when it's ready ✌️ |
@workhorsy I guess now you can merge this 👍 |
Todo
unistore
( actions / reducers)https://openseadragon.github.io/docs/OpenSeadragon.Viewer.html#.event:open-failed
https://openseadragon.github.io/docs/OpenSeadragon.Viewer.html#.event:add-item-failed