multica/apps/web/app
Naiyuan Qing 5f367fb6b7 fix(web): replace Zustand device store with local useDeviceId hook
Move device ID logic from @multica/store (Zustand persist) into a
simple useDeviceId hook in the web app. SSR returns empty string,
client reads/writes localStorage directly — no hydration mismatch,
no suppressHydrationWarning needed.

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
2026-01-30 22:16:54 +08:00
..
components fix(web): replace Zustand device store with local useDeviceId hook 2026-01-30 22:16:54 +08:00
hooks fix(web): replace Zustand device store with local useDeviceId hook 2026-01-30 22:16:54 +08:00
favicon.ico Add monorepo setup with Turborepo and Web client 2026-01-29 16:33:35 +08:00
layout.tsx fix(web): suppress deviceId hydration mismatch warning 2026-01-30 22:04:57 +08:00
page.tsx refactor(web): move sidebar layout shell to layout.tsx 2026-01-30 21:09:06 +08:00