Commit Graph
18 Commits
Author SHA1 Message Date
schroda cff0ed5ec3 Extract app routes into constant 2024-12-11 20:25:49 +01:00
schroda a607f7f368 Reader settings 2024-12-09 02:38:37 +01:00
schroda 0c02de5b92 Correctly get total library size
The total size was the sum of all categories, which could include duplicates, since manga can be in multiple categories.

This still will show an incorrect number, because server side there is the same issue with the "mangas" query including duplicates in the total count, however, once this is fixed, the correct count will be displayed
2024-11-28 12:20:36 +01:00
schroda e90d705610 Add option to update all updatable extensions 2024-11-04 01:30:09 +01:00
schroda e1a477feb0 Improve library duplicates detection performance
Parallelize by chunking the manga list and using sub workers
2024-11-04 00:11:02 +01:00
schroda e71c4b7ef1 Cleanup deprecated metadata after migration
- delete deprecated metadata
- save applied migration id per metadata holder
2024-11-04 00:11:01 +01:00
schroda 0e8ddd4717 Prevent library duplicates logic from blocking UI 2024-10-16 19:44:05 +02:00
schroda 6d9740e994 Extract duplicate by title and alternative title logic into function 2024-10-16 19:44:04 +02:00
schroda c477911e25 Properly set virtuoso item keys 2024-10-16 19:44:03 +02:00
schroda f704e5bc33 Move "Mangas.ts" types and constants to new files 2024-10-07 13:45:07 +02:00
schroda 84b9f8361d Fix RequestManager location
Was changed unintentionally
2024-10-06 13:45:22 +02:00
schroda e7e1fbbc4e Move more core logic to new folder 2024-10-06 00:16:41 +02:00
schroda a16fef0aab Move setting files into new folder 2024-10-06 00:16:31 +02:00
schroda c0eabf8865 Move navigation-bar files into new folder 2024-10-06 00:01:51 +02:00
schroda 946c852828 Move category files into new folder 2024-10-05 23:35:23 +02:00
schroda 7cf3849911 Move tracker files into new folder 2024-10-05 23:35:21 +02:00
schroda 64629fd979 Move source files into new folder 2024-10-05 23:35:18 +02:00
schroda 91e1f01de5 Move library files into new folder 2024-10-05 23:35:16 +02:00