feat(analysis): admin analysis section uses manga search + chapter picker
Replaces the raw manga-id / chapter-id UUID inputs with a real picker: - Search a manga (debounced, reuses listAdminMangas) → result rows show title + chapter count; "Queue manga" enqueues the whole manga. - Expand a result to load its chapters (listAdminChapters) and "Queue chapter" enqueues a single chapter. - Keeps the "Queue all (whole library)" action and a single global "include already-analyzed" toggle applied to every action; per-action busy state + a result message naming what was queued. Tests: rewrote the Playwright spec to drive the search → manga/chapter flow (whole library, search+queue manga, expand+queue chapter with include-analyzed). svelte-check + build clean. Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
[package]
|
||||
name = "mangalord"
|
||||
version = "0.73.0"
|
||||
version = "0.74.0"
|
||||
edition = "2021"
|
||||
default-run = "mangalord"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user