feat: introduce IConceptsMapService abstraction with server and WASM implementations and update knowledge processing flow

This commit is contained in:
2026-05-26 16:48:46 +02:00
parent 4fd66052ea
commit 44c4ad0903
9 changed files with 135 additions and 12 deletions
@@ -103,7 +103,7 @@
_isInteractive = true;
if (ViewModel != null)
{
await Coordinator.ProcessFullPageAsync(GetFullPageContent());
await Coordinator.ProcessFullPageAsync(GetFullPageContent(), ebookId: ViewModel.EbookId);
}
}
@@ -246,7 +246,7 @@
if (_isInteractive)
{
await Coordinator.ProcessFullPageAsync(GetFullPageContent());
await Coordinator.ProcessFullPageAsync(GetFullPageContent(), ebookId: ViewModel.EbookId);
}
}
else