Commit Graph

45 Commits

Author SHA1 Message Date
Xymorot 9512210624 meta: integrate vite, remove webpack 2021-07-25 20:39:59 +02:00
Xymorot 4bb6e5c166 feat: implement entity API and reactive store-like modules in frontend
Also does a bunch of other stuff.
2021-05-30 18:57:43 +02:00
Xymorot 6b2824daab feat: add work serialization (and basis for the other entities) and an example ipc channel to get a work entity
This commit also adds language codes and a migration which inserts them all into the database.

BREAKING CHANGE: redoes the initial database migration
2021-01-24 19:11:45 +01:00
Xymorot 359aea8968 refactor: move shared types and services into a "shared" folder inside "src" 2021-01-07 23:21:03 +01:00
Xymorot 4d7996c2e1 refactor: re-name NhentaiLogin.svelte component to NhentaiSaveFavorites.svelte 2021-01-07 22:19:14 +01:00
Xymorot d1b2b97f76 refactor: re-organize components folder structure 2021-01-07 22:14:31 +01:00
Xymorot 0a2a266176 feat: add functionality to get a work entity from a nhentai gallery id
This is more of a vertical slice of the intended functionality and needs to be extended.
2021-01-07 04:53:17 +01:00
Xymorot 09dc14726d meta: change naming convention of interfaces and use importsNotUsedAsValues: 'error' in tsconfig for clearer imports 2021-01-06 02:35:46 +01:00
Xymorot 657ec825ab update: upgrade webpack to version 5 and cleanup a bit of renderer code 2021-01-06 00:58:12 +01:00
Xymorot b9378219e9 meta: move separate eslintrc files into the main one with extends rules
The reason is my IDE likes it better this way.
2020-11-12 21:19:07 +01:00
Xymorot 1618ac552b feat: remove web-crawler and use electron (chromium) itself as crawler, implementing a function to download nhentai favorite torrents 2020-11-09 18:15:30 +01:00
Xymorot 115782061d update: upgrade eslint to major version 7 and rework the application to fit new rules 2020-07-25 02:02:37 +02:00
Xymorot 8bb0a0220b remove: remove class and style utility functions (use Element.classList and HTMLElement.style instead) 2020-06-07 16:40:32 +02:00
Xymorot 642ae830a6 test: split compiled classes string into array for technically correct assertion 2020-06-07 02:38:14 +02:00
Xymorot cfa7ba12da update: update prettier to major version 2, reformat code accordingly 2020-04-10 05:27:32 +02:00
Xymorot 8fb0b1375e update: run npm update and reformat code accordingly 2020-04-10 05:27:32 +02:00
Xymorot 60413e9ee7 update: run npm update and fix resulting eslint import/order errors 2020-03-02 23:21:10 +01:00
Xymorot 00ebd0e5c8 refactor: re-do source structure with InversifyJS (dependency injection) and adjust meta processes 2020-02-08 23:26:57 +01:00
Xymorot a8b9ccf832 refactor: replace tslint with @typescript-eslint/eslint-plugin as tslint will be deprecated in 2020
Some code refactoring and slight rule changes are done in this commit.
2019-12-15 01:14:39 +01:00
Xymorot fce8e95a0e feat: install and use fs-extra instead of fs, implement groundwork for more sophisticated error reporting
also add tests and mocking framework
2019-11-20 23:21:34 +01:00
Xymorot 0bec8a8a76 fix: make style util function work when a style only has true as value 2019-11-20 23:21:31 +01:00
Xymorot caf1460139 fix: do not filter style properties in style object with value 0 2019-11-20 23:21:29 +01:00
Xymorot f4c17b9d36 update: run npm update and upgrade electron from 5 to 6 2019-11-20 23:21:22 +01:00
Xymorot 28cfe93d73 refactor: remove webpack aliases 2019-11-20 23:15:22 +01:00
Xymorot 9d39632b73 fix: wrap 2 static texts in translate method 2019-11-20 23:15:22 +01:00
Xymorot 8115a1b1ee fix: return unmount function in onMount handler 2019-11-20 23:15:22 +01:00
Xymorot 6b1b995c9c remove: delete Divide pattern until there is a clearer idea of the UI 2019-11-20 23:15:20 +01:00
Xymorot 3079c33d37 feat: use uuid to get the correct ipc response only in the promise call that the request came from 2019-07-30 23:58:58 +02:00
Xymorot 763d954775 fix: remove syntax error 2019-07-30 23:57:13 +02:00
Xymorot 389df67605 feat: implement nhentai login and refactor large pieces of code in the process 2019-07-26 23:05:29 +02:00
Xymorot 862bac30b3 fix: change root styles to global 2019-07-02 22:23:07 +02:00
Xymorot c0fbc4fce4 adjust prettier config 2019-06-30 02:00:26 +02:00
Xymorot 35b778bd0b implement nhentai login 2019-06-30 01:18:21 +02:00
Xymorot 19dc7bd11e add noImplicitAny back to tsconfig (fixing utils.ts in the process) 2019-06-23 23:11:26 +02:00
Xymorot 8559a6b85e add root font-family (sans-serif) 2019-06-23 22:23:47 +02:00
Xymorot 3ca66d6958 simplify Divide component to only set total on mousedown on divider 2019-06-22 21:58:48 +02:00
Xymorot a9a0eb207f simplify ipc api 2019-06-19 00:15:16 +02:00
Xymorot 4d62eceb70 extend divide component to be nestable 2019-06-18 23:32:29 +02:00
Xymorot d5d84aed78 set defaults 2019-06-18 20:12:56 +02:00
Xymorot b6e4d4e941 implement divide svelte component 2019-06-18 00:36:51 +02:00
Xymorot 4b0277f950 implement frontend utility functions for classes and styles 2019-06-18 00:36:19 +02:00
Xymorot be39755762 uninstall electron-forge, switch to manual webpack for frontend/tsc for backend, install eslint 2019-06-16 00:41:43 +02:00
Xymorot 609803ff23 add some more code for general architecture 2019-06-10 10:47:26 +02:00
Xymorot 8124d2c066 add button component and some basic styling 2019-06-09 06:07:05 +02:00
Xymorot 19f4f303eb update folder structure, apply security fixes, apply ts and tslint adjustments 2019-06-09 02:47:46 +02:00