- 313 new markdown files created - 30 relationships embedded - 313 entries indexed - State initialized with usage data
560 B
560 B
| id | type | title | tags | importance | confidence | created | updated | ||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| 679dc6ca-fe03-4fe0-baab-662549b67e78 | solution | Fix connection status indicator showing disconnected |
|
0.5 | 0.8 | 2026-01-16T21:59:45.713925+00:00 | 2026-01-16T21:59:45.713925+00:00 |
Header showed 'Disconnected' while user was actively playing. Root cause: game.vue layout read from gameStore.isConnected which could get out of sync with actual WebSocket state. Fix: Use useWebSocket composable directly as source of truth instead of the store.