[UI/UX] Implement NexusSearchBox, cross-platform MAUI Serilog & 401 Auth handler #52
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Description
The NexusReader application needs a premium search interface to facilitate semantic/hybrid queries and seamless navigation. Additionally, the MAUI (mobile) application environment requires:
MobileAuthenticationHeaderHandlerto correctly extract, validate, and inject bearer JWT tokens into outbound API calls to resolve intermittent 401 Unauthorized exceptions.Acceptance Criteria
<NexusSearchBox>component supporting search-as-you-type, clear actions, and key navigation.SearchLibrarySemanticallyQuerywith proper integration tests inQueryTests.cs.MauiProgram.csand buildBlazorLoggingBridge.csto intercept JS logs.MobileAuthenticationHeaderHandlerand configure outbound configuration-bound API targets.