feat(ui): implement hub navigation, profile dashboard and fix auth sync loop

- Added MainHubLayout with glassmorphism sidebar
- Implemented Profile dashboard with learn metrics
- Added request deduplication and caching to IdentityService
- Fixed infinite redirect loop on /profile page
- Added dashboard navigation from reader
- Closes #26, Closes #27
This commit is contained in:
2026-05-10 09:28:40 +02:00
parent 34794db209
commit 5fdc89dbf3
22 changed files with 1402 additions and 343 deletions
+2 -1
View File
@@ -1,4 +1,5 @@
@page "/"
@page "/reader"
@layout ReaderLayout
@attribute [Authorize]
@using NexusReader.UI.Shared.Services
@implements IAsyncDisposable