multica/apps/web/features/issues/components
Jiang Bohan 575bbd7f60 feat(inbox): auto-scroll to comment from notification and add jump-to-bottom button
When clicking an inbox notification, the issue detail now scrolls to and
briefly highlights the relevant comment. Also adds a floating "Jump to
bottom" button on issue pages with long timelines.

Backend: store comment_id in inbox notification details for new_comment
and reaction_added events. Frontend: pass highlightCommentId through to
IssueDetail, add id attributes to comment elements, and track scroll
position for the jump-to-bottom button.
2026-04-02 13:43:05 +08:00
..
pickers fix(ui): show avatar images in assignee dropdowns 2026-04-01 03:50:47 +08:00
agent-live-card.tsx fix(issues): show execution logs for mention-triggered agent tasks 2026-03-31 18:27:37 +08:00
batch-action-toolbar.tsx fix(ui): show avatar images in assignee dropdowns 2026-04-01 03:50:47 +08:00
board-card.tsx fix(sync): board-card rollback, inbox status sync, markRead error handling 2026-03-31 13:09:17 +08:00
board-column.tsx feat(ui): restyle issue status and priority with colored badges 2026-03-31 03:26:43 +08:00
board-view.tsx feat(issues): redesign kanban board with drag sorting, filters, and display settings 2026-03-28 00:50:29 +08:00
comment-card.tsx feat(inbox): auto-scroll to comment from notification and add jump-to-bottom button 2026-04-02 13:43:05 +08:00
comment-input.tsx feat(ui): editor UX improvements — lowlight, upload, emoji, comment editing 2026-03-31 18:37:53 +08:00
index.ts feat(issues): render issue mentions as rich cards with status icon 2026-03-31 16:19:32 +08:00
issue-detail.tsx feat(inbox): auto-scroll to comment from notification and add jump-to-bottom button 2026-04-02 13:43:05 +08:00
issue-mention-card.tsx feat(issues): render issue mentions as rich cards with status icon 2026-03-31 16:19:32 +08:00
issues-header.tsx feat(issues): add assignee and creator filters with two-level dropdown 2026-03-31 11:04:21 +08:00
issues-page.tsx feat(issues): add assignee and creator filters with two-level dropdown 2026-03-31 11:04:21 +08:00
list-row.tsx refactor(issues): extract hooks from issue-detail, eliminate dual source of truth 2026-03-31 13:09:17 +08:00
list-view.tsx feat(ui): restyle issue status and priority with colored badges 2026-03-31 03:26:43 +08:00
priority-icon.tsx feat(ui): restyle issue status and priority with colored badges 2026-03-31 03:26:43 +08:00
reply-input.tsx feat(ui): editor UX improvements — lowlight, upload, emoji, comment editing 2026-03-31 18:37:53 +08:00
status-icon.tsx feat(ui): restyle issue status and priority with colored badges 2026-03-31 03:26:43 +08:00