@Icon("book-open", "h-12 w-12")
No Progress Yet
Start reading a book to track your progress
package templates import ( "bookhoard/internal/handlers" "fmt" ) templ Progress(user User, progressData []handlers.ProgressWithMedia, errorMessage string) {
Track your reading progress across all devices
Start reading a book to track your progress
by { item.Author }
}Current Position
if item.FormatGroup == "reflowable" { if item.EstimatedPages > 0 { { fmt.Sprintf("Page %d of %d (est.)", item.CurrentPage, item.EstimatedPages) } } else { { fmt.Sprintf("%.1f%%", item.ProgressPercentage) } } } else { { fmt.Sprintf("%d / %d", item.CurrentPage, item.TotalPages) } }
Last Updated
{ item.LastUpdated }
Synced From