Commit Graph

17 Commits

Author SHA1 Message Date
Pablu23
56fc884952 Changed module name to github Path, and minor changes 2024-04-04 09:55:29 +02:00
Pablu23
58344d4def Fixed various Bugs 2024-04-03 16:12:44 +02:00
Pablu23
cb592c7109 Added Settings for Manga ordering, fixed theme selector 2024-04-03 13:13:08 +02:00
Pablu23
f712211194 Added different Ports for release and develop, changed out Sort for simple iteration (Should be faster), Fixed Theme Switcher, fixed Saving of read chapters 2024-04-02 19:27:25 +02:00
Pablu23
e3e0da86fc Supress Theme warning 2024-04-02 19:06:13 +02:00
Pablu23
e45109fcd5 Added initial Settings 2024-04-02 19:05:36 +02:00
Pablu23
c83a10823d Significantly simplified adding new Database Tables 2024-04-02 18:22:54 +02:00
Pablu23
ce878efce3 Added start of db rework, also added Qol changes 2024-04-02 16:35:50 +02:00
Pablu23
1377fd420e Added saving of LatestAvailableChapter and updating it in goroutine every 5 Minutes, also Added filtering to menu 2024-03-06 23:27:14 +01:00
Pablu23
ad1fcbc68a Now actually use Thumbnail that was loaded from db, instead of re downloading it every time. Also save Thumbnail to Manga if it couldnt be saved before 2024-03-01 16:46:19 +01:00
Pablu23
b7f2a389cd Added chaching, and significantly improved Menu loading times after first 2024-03-01 14:54:25 +01:00
Pablu23
a8ba8728dc 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
2024-03-01 14:31:38 +01:00
Pablu23
87ec7aa1a8 Fixed favicon 2024-02-26 19:17:17 +01:00
Pablu23
8e6169430e Fixed Thumbnail Db Entry not loading, added favicon.ico, added going back to menu, if no more Chapters exist, added auto start of default browser with url, added dark mode to main Menu (doesnt save state), added Constructor for Server 2024-02-26 12:09:00 +01:00
Pablu23
23f96e0ab5 Added Thumbnails and saving those to db,
also added Log for Locking and unlocking Rw, because there was a Problem with that, and now it stays
2024-02-23 14:59:08 +01:00
Pablu23
cd26d937aa Made Menu look a bit nicer, added function to add new Manga. Extracted Handler functions to handler.go, fixed bug where new Title would crash 2024-02-23 13:14:56 +01:00
Pablu23
9bc483afb3 Changed Project structure, added Hot Reload of gohtml files for Develop and embedding of gohtml files for Release 2024-02-23 10:59:26 +01:00