- TypingUsers state split by sender_type: AI vs human typing
- AI typing shows "{Name} is thinking..." with accent color
- Human typing shows "{Name} is typing..." with muted style
- AI typing relies on backend 60s TTL stop (no client-side 4s fallback)
- Add Page Visibility API to reconnect WS on tab become visible
- Add debug logs for typing flow tracing
- Pass sender_type through WS room.typing event routing
|
||
|---|---|---|
| .. | ||
| auth | ||
| landing | ||
| layout | ||
| notify | ||
| project | ||
| repository | ||
| room | ||
| shared | ||
| ui | ||
| init-layout.tsx | ||
| site-footer.tsx | ||