feat: implement background ebook indexing with progress tracking and real-time UI updates

This commit is contained in:
2026-05-25 08:51:21 +02:00
parent 39717725ec
commit 1c6ee82d01
20 changed files with 718 additions and 57 deletions
@@ -211,6 +211,7 @@
private async Task LoadChapterAsync(int index)
{
await Coordinator.ClearAsync();
_isLoadingChapter = true;
StatusMessage = "Wczytywanie treści...";
StateHasChanged();