feat(ui): implement premium NexusSearchBox component and integrate semantic search navigation

This commit is contained in:
2026-05-21 20:16:14 +02:00
parent 37bec89484
commit 0a3ca77d46
9 changed files with 632 additions and 116 deletions
@@ -6,6 +6,7 @@ public interface IReaderNavigationService
int CurrentChapterIndex { get; }
int TotalChapters { get; }
string ChapterTitle { get; }
string? PendingScrollBlockId { get; set; }
event Func<Task>? OnNavigationChanged;