Block a user
mjasin
pushed to feature/issue-32-add-book-trigger at mjasin/Nexus.Reader
2026-05-10 17:41:25 +00:00
[UX/Routing] Implement Hub Navigation & Reader Toolbar Profile Link
[UI] Implement Profile Dashboard Layout & Identity Component
feat(ui): Hub Navigation, Profile Dashboard and Auth Stability Fixes
mjasin
pushed to feat/hub-navigation-profile-dashboard at mjasin/Nexus.Reader
2026-05-10 17:20:06 +00:00
mjasin
pushed to feat/hub-navigation-profile-dashboard at mjasin/Nexus.Reader
2026-05-10 17:09:17 +00:00
mjasin
pushed to feat/hub-navigation-profile-dashboard at mjasin/Nexus.Reader
2026-05-10 16:37:35 +00:00
mjasin
pushed to feat/hub-navigation-profile-dashboard at mjasin/Nexus.Reader
2026-05-10 16:18:38 +00:00
mjasin
pushed to feat/hub-navigation-profile-dashboard at mjasin/Nexus.Reader
2026-05-10 16:15:38 +00:00
feat(ui): Hub Navigation, Profile Dashboard and Auth Stability Fixes
Code Review #1 (issuecomment-89) Resolved
I have implemented the following improvements:
- Data Normalization:
- Introduced
Authorentity andAuthorDto. - Updated
Ebookmodel…
- Introduced
mjasin
pushed to feat/hub-navigation-profile-dashboard at mjasin/Nexus.Reader
2026-05-10 15:07:12 +00:00
feat(ui): Hub Navigation, Profile Dashboard and Auth Stability Fixes
From a data normalization perspective, Author should be a dedicated object, not a string type. The current configuration will cause issues with searching and potential sorting and grouping of e-books.
feat(ui): Hub Navigation, Profile Dashboard and Auth Stability Fixes
Use const variables instead of magic strings
feat(ui): Hub Navigation, Profile Dashboard and Auth Stability Fixes
Use const variables instead of magic strings
feat(ui): Hub Navigation, Profile Dashboard and Auth Stability Fixes
Use const variables instead of magic strings
feat(ui): Hub Navigation, Profile Dashboard and Auth Stability Fixes
Use const variables instead of magic strings
feat(ui): Hub Navigation, Profile Dashboard and Auth Stability Fixes
Use SubscriptionPlanDto and the SubscriptionPlan model instead of string values
feat(ui): Hub Navigation, Profile Dashboard and Auth Stability Fixes
Improve table normalization and avoid magic strings