multica/packages/store/src
Naiyuan Qing 4a7a9800f2 fix(frontend): apply code review fixes across store and UI
- Move setConfig() after imports in layout.tsx
- Add gateway disconnect cleanup in hub-init useEffect
- Replace silent catches with toast error notifications in hub store
- Optimize chat selectors with useMemo and useCallback/getState()
- Remove unused getMessagesByAgent from messages store
- Add clipboard try/catch with error toast
- Add skeleton loading states for hub sidebar and chat header

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
2026-02-02 11:52:42 +08:00
..
device-id.ts refactor(store): migrate device-id hook to @multica/store 2026-02-02 10:45:20 +08:00
gateway.ts refactor(frontend): complete migration of all hooks and components to packages 2026-02-02 11:07:57 +08:00
hub-init.ts fix(frontend): apply code review fixes across store and UI 2026-02-02 11:52:42 +08:00
hub.ts fix(frontend): apply code review fixes across store and UI 2026-02-02 11:52:42 +08:00
index.ts refactor(frontend): complete migration of all hooks and components to packages 2026-02-02 11:07:57 +08:00
messages.ts fix(frontend): apply code review fixes across store and UI 2026-02-02 11:52:42 +08:00