Feature #2784
Ability to read multiple works
Start date:
06/15/2020
Due date:
% Done:
100%
Subtasks
History
#1 Updated by Luke Murphey over 4 years ago
Qs:
- How do I make loadChapter work with multiple works?
- What can I move down into Chapter?
- data
- loading
- What can I move down into Chapter?
- Where is the logic to show the
- From Reader Where should I fetch the data?
- I thought I should fetch it in the Chapter but this means I need to have the do callbacks to provide the data back to the caller for things like next and prior chapters. *
- I would need an additional chapter reference
- Would need a second data section
- Popups don't recognize multiple versus
- loadChapter() doesn't recognize other works
#2 Updated by Luke Murphey over 4 years ago
- Target version changed from Plus_1 to 4.4.0
#3 Updated by Luke Murphey over 4 years ago
<Icon title={`Close ${secondWorkTitle}`} style={{cursor: 'pointer', fontSize: 13, paddingLeft: 8, verticalAlign: 'top' }} inverted={inverted} onClick={() => this.closeSecondWork()}>✕</Icon>
#4 Updated by Luke Murphey over 4 years ago
- Status changed from New to Closed