feat(ui): implement premium NexusSearchBox component and integrate semantic search navigation
This commit is contained in:
@@ -6,6 +6,7 @@ public interface IReaderNavigationService
|
||||
int CurrentChapterIndex { get; }
|
||||
int TotalChapters { get; }
|
||||
string ChapterTitle { get; }
|
||||
string? PendingScrollBlockId { get; set; }
|
||||
|
||||
event Func<Task>? OnNavigationChanged;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user