Lightweight book lists
Version 0.1
- Display first 10 books from every list on home page
- Design better placeholder cover
- Fix missing cover issues
- See all button for each list
- Highlight Currently Reading section
- Create Book detail page
- Create list detail page
Version 0.1.1: Accessibility
- Add accessibility labels
- Add dynamic type
Version 0.2: Update Book Details
- Add progress bar for currently reading
- Add shelf tags to book page
- Modal view for book updates
Refactor Tasks:
- Define consistent API for callbacks. Coordinators use delegates in some places, closures in others