Commit Graph
63 Commits
Author SHA1 Message Date
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
wea_ondara 70dfbf2f05 use shared dark mode state in BootstrapThemeSwitch.vue to support multiple instances of switches to be in sync 2023-10-05 15:56:52 +02:00
wea_ondara c479af8cfd better placeholder for anilist username search box 2023-10-05 15:05:19 +02:00
wea_ondara 8f8465a79d fix index.html not being included in build 2023-09-28 19:45:47 +02:00
wea_ondara dd0962d155 make manga updates button look like a progress bar while updating 2023-09-28 19:17:58 +02:00
wea_ondara 3c66c367ef cleanup 2023-09-28 19:17:58 +02:00
wea_ondara 12bd71368c fix typo 2023-09-28 19:17:58 +02:00
wea_ondara 501c01ee53 cleanup 2023-09-28 19:17:58 +02:00
wea_ondara 15ce3b7f78 show current available chapters in progress for unfinished manga 2023-09-28 19:17:58 +02:00
wea_ondara 683278ff14 title and favicon 2023-09-28 19:17:58 +02:00
wea_ondara 19ecf23246 update packages 2023-09-28 19:17:58 +02:00
wea_ondara f14fbfeef1 cleanup 2023-09-28 19:17:58 +02:00
wea_ondara 5d4f32e5c6 move navbar components to separate folder 2023-09-28 19:17:58 +02:00
wea_ondara b7882ccf4a move sidebar components to separate folder 2023-09-28 19:17:58 +02:00
wea_ondara 2b32c40863 move manga components to separate folder 2023-09-28 19:17:58 +02:00
wea_ondara f839730ebb added a sidebar drawer to improve mobile responsiveness 2023-09-28 19:17:58 +02:00
wea_ondara f551ad10ca don't flex wrap in AniListUserSearch.vue 2023-09-28 19:17:58 +02:00
wea_ondara 169ab97050 strip out set-cookie header in proxied request responses 2023-09-28 19:17:58 +02:00
wea_ondara 92cb97a7d2 mangaupdates fetch: catch error between stages for a better update experience 2023-09-28 19:17:58 +02:00
wea_ondara 36d4d200a9 sort manga tables order by most relevant first 2023-09-28 19:17:58 +02:00
wea_ondara 544c035d84 improve ui responsiveness of manga tables 2023-09-28 19:17:58 +02:00
wea_ondara c246a06f7a try to use the browser's default language as out default language 2023-09-28 19:17:58 +02:00
wea_ondara 6cf5a7d84c added StoragePersist.vue to prompt user/browser to persist our data permanently and not evict it to free memory 2023-09-28 19:17:58 +02:00
wea_ondara cacecbd2e3 visually separate navbar from content 2023-09-28 19:17:58 +02:00
wea_ondara 668d4cf08e update packages 2023-09-28 19:17:58 +02:00
wea_ondara a8703a51b3 refactor: formatting 2023-09-26 17:56:32 +02:00
wea_ondara 7f28012520 added mangaupdates integration
cleanup db related code
cleanup ui
ui eye candy
2023-09-26 17:56:32 +02:00
wea_ondara 641a4425aa added Map.groupBy 2023-09-26 17:54:04 +02:00
wea_ondara 089ac33d93 refactor: rename UserSearch.vue to AniListUserSearch.vue 2023-09-26 16:39:02 +02:00
wea_ondara b35ac30856 added LocaleSelector.vue 2023-09-26 16:35:23 +02:00
wea_ondara 79d71e82c4 added LocaleSaver.vue 2023-09-26 16:33:03 +02:00
wea_ondara 1882d43db3 refactor: cleanup 2023-09-26 16:32:13 +02:00
wea_ondara a37d46fde4 added basic manga list 2023-09-22 14:48:18 +02:00
wea_ondara f9d3ff29ed added nav bar 2023-09-21 19:08:21 +02:00
wea_ondara 436f5cc22f added bootstrap 2023-09-21 18:57:48 +02:00
wea_ondara b8aa21fbd5 added locale 2023-09-21 18:56:45 +02:00
wea_ondara 1d902bb4da project setup 2023-09-21 18:49:17 +02:00