Commit Graph
86 Commits
Author SHA1 Message Date
wea_ondara f5606b5293 added frontend npm script to delete generated .js and .js.map and .d.ts files in src folder 2023-12-02 20:51:14 +01:00
wea_ondara edae09f353 frontend: added filter to filter manga 2023-12-02 20:49:49 +01:00
wea_ondara 0307325118 frontend: get rid of evil eval function in table sorting; fix typ errors 2023-11-25 20:50:13 +01:00
wea_ondara c21809152d frontend: get rid of evil eval function in table sorting 2023-11-25 20:48:05 +01:00
wea_ondara 8b58758751 frontend: make manga tables sortable 2023-11-25 20:33:43 +01:00
wea_ondara 9279002794 backend: added catch all redirect to index so that /about does not fail to load in production 2023-11-25 19:28:54 +01:00
wea_ondara 2db551e476 frontend: set active classes properly for router links 2023-11-25 18:56:05 +01:00
wea_ondara 91dec7a419 build.sh: fix deleting in cache dir (don't delete mangadex and mangaupdates dirs) 2023-11-25 18:46:18 +01:00
wea_ondara 33de453301 frontend: added logo to navbar and sidebar 2023-11-25 18:42:05 +01:00
wea_ondara ab29804572 frontend: added api credits for anilist, mangadex, and mangaupdates 2023-11-25 18:41:11 +01:00
wea_ondara a1b648fc80 build.sh: also delete compiled files from cache dir 2023-11-25 17:21:46 +01:00
wea_ondara 0205c4eda5 backend: added exception handler for requests 2023-11-25 17:20:20 +01:00
wea_ondara c5cd379b8a backend: properly catch exception in controllers so that the server does not crash 2023-11-25 17:19:53 +01:00
wea_ondara 9c0b266cbb backend: separate anilist router into router and controller 2023-11-25 17:19:53 +01:00
wea_ondara 941d0d28a4 refactor: renaming 2023-11-25 17:19:53 +01:00
wea_ondara 707d244aaf refactor: renaming 2023-11-25 17:19:53 +01:00
wea_ondara 96150718e0 refactor: formatting 2023-11-25 17:19:51 +01:00
wea_ondara d8bb97805c use MangaDex to better find links between AniList and MangaUpdates 2023-11-25 17:18:47 +01:00
wea_ondara 53f059b7de frontend: improve title compare for MangaUpdates relation finding 2023-11-25 17:18:47 +01:00
wea_ondara eaf31fc9fd refactor 2023-11-22 17:00:10 +01:00
wea_ondara df705e5e20 frontend: improve performance when chapters are updated 2023-11-22 16:59:17 +01:00
wea_ondara 67e4c606ea build.sh: actually delete dist folder contents 2023-11-21 17:07:01 +01:00
wea_ondara fefd90a3d8 frontend: improve ui performance when chapters are updated 2023-11-21 14:52:20 +01:00
wea_ondara 7c64808123 build script: build frontend with type checks 2023-11-20 18:39:13 +01:00
wea_ondara e451c9e6ea build script: don't delete/override config.json and cache folder 2023-11-20 18:34:01 +01:00
wea_ondara 7dd13c48b3 frontend: fix compile 2023-11-20 18:17:52 +01:00
wea_ondara 27290799f7 refactor: frontend: cleanup 2023-11-20 18:16:13 +01:00
wea_ondara 725554f645 refactor: frontend: formatting 2023-11-20 18:14:10 +01:00
wea_ondara cef177678e frontend: fix typing issues 2023-11-20 18:13:48 +01:00
wea_ondara 52c9743624 frontend: update dependencies 2023-11-20 17:29:35 +01:00
wea_ondara 29e1d2e499 added backend to cache manga updates requests 2023-11-20 17:01:37 +01:00
wea_ondara 34b0135da7 refactor: move project to frontend directory 2023-10-08 11:20:02 +02:00
wea_ondara 2a9cfba4d8 refactor: cleanup 2023-10-08 11:14:26 +02:00
wea_ondara a23ba42f49 update deps 2023-10-08 11:14:26 +02:00
wea_ondara b477443a60 manga table: show romaji title if english title is not available 2023-10-08 11:14:26 +02:00
wea_ondara 126da2bd04 cleanup translations 2023-10-08 11:14:26 +02:00
wea_ondara e6e872375f added manga details modal to manga tables 2023-10-08 11:14:26 +02:00
wea_ondara 3935c5640b manga table: show that mangaupdates relation has been "found" when series is not fetched yet instead of showing nothing 2023-10-06 20:06:21 +02:00
wea_ondara 51d2b98889 fix imports 2023-10-06 19:53:53 +02:00
wea_ondara 99e5ad2923 MangaUpdatesDataService: disable delays for fetching series and chapters 2023-10-06 19:51:42 +02:00
wea_ondara b9eb376d1a wake lock: better permissions handling 2023-10-06 19:49:31 +02:00
wea_ondara 91179a2794 local storage: better permissions handling 2023-10-06 19:47:23 +02:00
wea_ondara baea085def refactor: cleanup 2023-10-06 19:33:26 +02:00
wea_ondara ba45edba9e refactor: cleanup 2023-10-05 19:46:14 +02:00
wea_ondara e189342e6f fix type definition 2023-10-05 19:46:14 +02:00
wea_ondara 1cb38bd99f added wake lock to MangaUpdatesUpdater.vue to prevent phones going into sleep mode while fetching updates (updates won't be fetched if phone goes to sleep) 2023-10-05 19:46:14 +02:00
wea_ondara 49911a14e2 fix manga relation finding 2023-10-05 19:46:14 +02:00
wea_ondara f8b6e2c367 fix class name 2023-10-05 19:46:14 +02:00
wea_ondara 6b07dd4b21 update dependencies 2023-10-05 15:59:38 +02:00
wea_ondara eb3ee46b70 remove host from dev script 2023-10-05 15:57:31 +02:00