gitdataai/src/hooks
ZhenYi a1ddb5d5bc fix(room): add HTTP batch reactions endpoint and clean up dead code
Backend:
- Add reaction_batch handler: GET /api/rooms/{room_id}/messages/reactions/batch?message_ids=...
- Register route in libs/api/room/mod.rs
- Backend already had message_reactions_batch service method, just needed HTTP exposure

Frontend:
- Add ReactionListData import to room-context.tsx
- Fix thisLoadReactions client type (was using broken NonNullable<ReturnType<>>)
- Remove unused oldRoomId variable
- Delete unused useRoomWs.ts hook (RoomWsClient has no on/off methods)
- Remove unused EmojiPicker function and old manual overlay picker from RoomMessageBubble
- Remove unused savedToken variable in room-ws-client
2026-04-17 22:12:10 +08:00
..
use-audio-recording.ts init 2026-04-15 09:08:09 +08:00
use-auto-scroll.ts init 2026-04-15 09:08:09 +08:00
use-autosize-textarea.ts init 2026-04-15 09:08:09 +08:00
use-copy-to-clipboard.ts init 2026-04-15 09:08:09 +08:00
use-mobile.ts init 2026-04-15 09:08:09 +08:00
use-sidebar-collapse.ts init 2026-04-15 09:08:09 +08:00
useHead.ts docs(landing): update README and SEO defaults to Command as Service tagline 2026-04-16 18:58:28 +08:00
useRoomDraft.ts init 2026-04-15 09:08:09 +08:00