multica/apps/web/app/hooks
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
..
use-device-id.ts fix(web): replace Zustand device store with local useDeviceId hook 2026-01-30 22:16:54 +08:00
use-messages.ts fix(web): suppress deviceId hydration mismatch warning 2026-01-30 22:04:57 +08:00
use-scroll-fade.ts feat(web): add scroll fade hint effect to chat message list 2026-01-30 22:14:19 +08:00