Commit Graph

4 Commits

Author SHA1 Message Date
mjasin 10dc511f2a refactor: normalize Author entity, eliminate magic strings, and improve exception handling per PR review 2026-05-10 17:07:09 +02:00
mjasin fc68ee41ab refactor: implement Result pattern for IdentityService and add CSS fallbacks 2026-05-10 12:18:07 +02:00
mjasin 24f9a2685c feat(dashboard): replace current book placeholder with real user data
- Expanded UserProfileDto with Author, Cover, and Progress data
- Updated ServerIdentityService to populate rich reading activity
- Bound Dashboard.razor to real IdentityService data
- Implemented premium empty state for new users
- Refined dashboard typography and CSS depth
2026-05-10 09:58:51 +02:00
mjasin 39d9423d67 fix(ui): implement ServerIdentityService to resolve SSR profile fetch issues
- Added ServerIdentityService to handle profile requests directly from DB on server
- Updated Program.cs to use ServerIdentityService in the Web project
- Cleaned up diagnostic logs across the solution
- Finalized Dashboard glass panel animations
2026-05-10 09:49:44 +02:00