feat(ios): tab tabanlı navigasyon ve okuma durumu takibi ekle
This commit is contained in:
@@ -37,7 +37,9 @@ final class BookDetailViewModel: ObservableObject {
|
||||
summary: book.description,
|
||||
language: book.language,
|
||||
sourceLocale: book.sourceLocale,
|
||||
remotePayloadJson: nil
|
||||
remotePayloadJson: nil,
|
||||
statusRaw: (book.readingStatus ?? .wantToRead).rawValue,
|
||||
readingProgress: book.readingProgress ?? 0
|
||||
)
|
||||
context.insert(local)
|
||||
isInLibrary = true
|
||||
|
||||
Reference in New Issue
Block a user