feat: implement background ebook indexing with progress tracking and real-time UI updates
This commit is contained in:
@@ -211,6 +211,7 @@
|
||||
|
||||
private async Task LoadChapterAsync(int index)
|
||||
{
|
||||
await Coordinator.ClearAsync();
|
||||
_isLoadingChapter = true;
|
||||
StatusMessage = "Wczytywanie treści...";
|
||||
StateHasChanged();
|
||||
|
||||
Reference in New Issue
Block a user