feat: book progress bars

This commit is contained in:
Cory Dransfeldt 2024-06-02 12:55:59 -07:00
parent cc2ca7d134
commit d31ce9b2cd
No known key found for this signature in database
6 changed files with 24 additions and 5 deletions

View file

@ -67,7 +67,8 @@ export default async function () {
image: book['thumbnail'],
url: `/books/${book['isbn']}`,
date,
status: book['status'],
status: book['read_status'],
progress: book['progress'],
tags: book['tags'],
rating: book['rating'] !== 'unrated' ? book['rating'] : '',
isbn: book['isbn'],