multica/apps/web/features/issues
Jiayuan 7c1aabbe3a feat(reactions): add emoji reactions for comments and issue descriptions
Add Slack-style emoji reactions to comments and issue descriptions with
full-stack support: database tables, REST API endpoints, real-time
WebSocket sync, optimistic UI updates, and inbox notifications.

- New `comment_reaction` and `issue_reaction` tables with migrations
- POST/DELETE endpoints for adding/removing reactions on both comments
  and issue descriptions
- Real-time WS events (reaction:added/removed, issue_reaction:added/removed)
- Shared ReactionBar component with quick emoji picker and full emoji-mart
  picker (lazy-loaded)
- Optimistic add/remove with rollback on failure
- Inbox notifications for comment author and issue creator when reacted to
- Reactions included in timeline, comment list, and issue detail responses
2026-03-30 22:37:59 +08:00
..
components feat(reactions): add emoji reactions for comments and issue descriptions 2026-03-30 22:37:59 +08:00
config feat: resizable sidebar, issue detail rewrite, package consolidation 2026-03-26 16:47:04 +08:00
stores feat(issues): persist create-issue draft with sidebar indicator 2026-03-30 14:57:29 +08:00
utils feat(ui): comprehensive UI consistency fixes and list view accordion redesign 2026-03-28 16:18:42 +08:00
index.ts feat(issues): rewrite issues page with component decomposition and persisted filters 2026-03-26 12:36:01 +08:00
store.ts feat(realtime): WS invalidation + refetch pattern, inbox bugfixes, UI polish 2026-03-29 13:49:40 +08:00