Block a user
[Mobile] Implement Safe Area Insets & Reader Footer Blur
[UI] Refactor Intelligence Toolbar Contrast & Interaction States
[UX] Implement Shimmer Placeholders for Async AI Extraction
[UI/UX] Implement Immersive Reader Layout & Merriweather Typography
fix: migrate to IDbContextFactory and remove direct AppDbContext from DI
fix: migrate to IDbContextFactory and remove direct AppDbContext from DI
mjasin
created branch feat/auth-opaque-tokens-remember-me in mjasin/Nexus.Reader
2026-05-07 16:30:07 +00:00
mjasin
pushed to feat/auth-opaque-tokens-remember-me at mjasin/Nexus.Reader
2026-05-07 16:30:07 +00:00
mjasin
created branch fix/MN-01-no-dbcontext-in-di in mjasin/Nexus.Reader
2026-05-05 18:22:01 +00:00
[MN-01] Missing Logging in KnowledgeCoordinator
feat: implement structured logging in KnowledgeCoordinator [MN-01]
feat: implement structured logging in KnowledgeCoordinator [MN-01]
mjasin
pushed to feat/MN-01-logging-knowledgecoordinator at mjasin/Nexus.Reader
2026-05-05 18:10:22 +00:00
mjasin
pushed to feat/MN-01-logging-knowledgecoordinator at mjasin/Nexus.Reader
2026-05-05 18:07:21 +00:00
[MN-01] Missing Logging in KnowledgeCoordinator
I have implemented the requested changes in branch feat/MN-01-logging-knowledgecoordinator.
- Injected
ILogger<KnowledgeCoordinator>. - Replaced
Console.WriteLinewith structured logging. -…