feat: book progress bars
This commit is contained in:
parent
cc2ca7d134
commit
d31ce9b2cd
6 changed files with 24 additions and 5 deletions
|
@ -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'],
|
||||
|
|
Reference in a new issue