File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -692,6 +692,9 @@ and this project adheres to [Semantic Versioning](https://semver.org/).
692692- Blog (Sanity):
693693 - Fixed images not rendering on Vercel production
694694 - Improved image optimization across blog pages and components
695+ - SSR hydration mismatch in AchievementBadge (client/server state sync)
696+ - Header hardcoded locale issues
697+ - Notification rendering consistency
695698
696699### Changed
697700
@@ -708,12 +711,6 @@ and this project adheres to [Semantic Versioning](https://semver.org/).
708711 - Clickable profile stats with smooth scroll navigation
709712 - Improved avatar detection logic
710713
711- ### Fixed
712-
713- - SSR hydration mismatch in AchievementBadge (client/server state sync)
714- - Header hardcoded locale issues
715- - Notification rendering consistency
716-
717714### Performance & Stability
718715
719716- Improved client-render guards using stable subscription pattern
Original file line number Diff line number Diff line change 11import { getUserLastAttemptPerQuiz , getUserQuizStats } from '@/db/queries/quizzes/quiz' ;
22import { getUserProfile } from '@/db/queries/users' ;
3- import { getAllSponsors , getSponsors } from '@/lib/about/github-sponsors' ;
3+ import { getAllSponsors , getSponsors } from '@/lib/about/github-sponsors' ;
44import { type UserStats } from '@/lib/achievements' ;
55import { checkHasStarredRepo , resolveGitHubLogin } from '@/lib/github-stars' ;
66
You can’t perform that action at this time.
0 commit comments