hensei-web/app/[locale]
Justin Edmund c6657694f7 Fix hydration mismatch causing avatar flash on page load
- Read auth cookies server-side in layout.tsx
- Pass initial auth data as props to AccountStateInitializer
- Initialize Valtio state synchronously before first render
- Fallback to client-side cookie reading only when no server data
- Eliminates anonymous avatar flash during hydration

🤖 Generated with [Claude Code](https://claude.ai/code)

Co-Authored-By: Claude <noreply@anthropic.com>
2025-09-03 16:01:46 -07:00
..
[username] Fix profile page to correctly load and display user teams 2025-09-03 16:00:17 -07:00
about Migrate about, updates, and roadmap pages to App Router 2025-09-03 16:00:17 -07:00
new refactor: migrate App Router pages to locale segments 2025-09-02 20:19:47 -07:00
p/[party] Fix Link component legacy behavior and tab switching 2025-09-03 15:58:12 -07:00
roadmap Migrate about, updates, and roadmap pages to App Router 2025-09-03 16:00:17 -07:00
saved fix: update server components to match API response structure 2025-09-02 20:41:45 -07:00
server-error refactor: migrate App Router pages to locale segments 2025-09-02 20:19:47 -07:00
teams fix: update server components to match API response structure 2025-09-02 20:41:45 -07:00
unauthorized refactor: migrate App Router pages to locale segments 2025-09-02 20:19:47 -07:00
updates Migrate about, updates, and roadmap pages to App Router 2025-09-03 16:00:17 -07:00
error.tsx refactor: migrate App Router pages to locale segments 2025-09-02 20:19:47 -07:00
global-error.tsx refactor: migrate App Router pages to locale segments 2025-09-02 20:19:47 -07:00
layout.tsx Fix hydration mismatch causing avatar flash on page load 2025-09-03 16:01:46 -07:00
not-found.tsx refactor: migrate App Router pages to locale segments 2025-09-02 20:19:47 -07:00
page.tsx refactor: migrate App Router pages to locale segments 2025-09-02 20:19:47 -07:00