Added Last Chapter functionality to see how many more chapters you have, also kinda works as update Status bar

changed it to only load latest chapter instead of all chapters for manga
Added develop and release db from different locations
Added stopwatch for future performance improvement metrics
This commit is contained in:
Pablu23
2024-03-01 14:31:38 +01:00
parent 87ec7aa1a8
commit a8ba8728dc
9 changed files with 147 additions and 58 deletions

View File

@@ -14,6 +14,7 @@ type MangaViewModel struct {
ID int
Title string
Number int
LastNumber int
LastTime string
Url string
ThumbnailUrl string