added mangaupdates integration

cleanup db related code
cleanup ui
ui eye candy
This commit is contained in:
wea_ondara
2023-09-26 16:47:08 +02:00
parent 641a4425aa
commit 7f28012520
36 changed files with 1435 additions and 168 deletions

View File

@@ -0,0 +1,5 @@
export type MangaUpdatesRelation = {
aniListMediaId: number,
mangaUpdatesSeriesId: number
}